pykdtree 1.3.11+ds-1build1 source package in Ubuntu

Changelog

pykdtree (1.3.11+ds-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 18:23:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.11+ds.orig.tar.xz 19.8 KiB d5cdaab4624dbd03d0de251bd5898604fe83d5497e7e270af2be021e4c12ae85
pykdtree_1.3.11+ds-1build1.debian.tar.xz 5.7 KiB e8292f7ee46a576ab026147c778a952b3a175baee781a77cb316e53793efdb6c
pykdtree_1.3.11+ds-1build1.dsc 2.2 KiB 9802116d93f790fa7046aef97a363c9edf41ddba339545b6190200c9117d52b8

View changes file

Binary packages built by this source

python3-pykdtree: Fast kd-tree implementation with OpenMP-enabled queries (Python 3 version)

 pykdtree is a kd-tree implementation for fast nearest neighbour search
 in Python. The aim is to be the fastest implementation around for
 common use cases (low dimensions and low number of neighbours) for
 both tree construction and queries.
 .
 The implementation is based on scipy.spatial.cKDTree and libANN by
 combining the best features from both and focus on implementation
 efficiency.
 .
 The interface is similar to that of scipy.spatial.cKDTree except only
 Euclidean distance measure is supported.
 .
 Queries are optionally multithreaded using OpenMP.
 .
 This is the Python 3 version of the package.

python3-pykdtree-dbgsym: debug symbols for python3-pykdtree