pykdtree 1.3.11+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update dates in d/copyright.

 -- Antonio Valentino <email address hidden>  Sat, 17 Feb 2024 07:36:29 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.11+ds-1.dsc 2.2 KiB a7cc41f628a8984e84e0f1053ffa3c8d223567e5b2f261dd22b756e49b3e0730
pykdtree_1.3.11+ds.orig.tar.xz 19.8 KiB d5cdaab4624dbd03d0de251bd5898604fe83d5497e7e270af2be021e4c12ae85
pykdtree_1.3.11+ds-1.debian.tar.xz 5.6 KiB 8cbf27c2d815e2b21df17bdb73e18485bf6b569f0bf368b0dbe12f46a7576040

Available diffs

No changes file available.

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