pykdtree 1.3.5+ds-2 source package in Ubuntu

Changelog

pykdtree (1.3.5+ds-2) unstable; urgency=medium

  * Fix autopkgtest.

 -- Antonio Valentino <email address hidden>  Sun, 12 Jun 2022 10:06:55 +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.5+ds-2.dsc 2.2 KiB 35adac6e5940aac0f7c757bd5d764de22b4bd06cdd45b1f5adfff43ddc6990ef
pykdtree_1.3.5+ds.orig.tar.xz 17.1 KiB e68a7ad4cb974540f83cdf241309c242380ac730bb71ad580d9d30d6b5d75638
pykdtree_1.3.5+ds-2.debian.tar.xz 5.3 KiB 4d05e8555cd4a9f93697b15e9a262650e21a7ad7432af6ebe5fa086390b3494d

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