pykdtree 1.3.6+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Mon, 31 Oct 2022 17:41:24 +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.6+ds-1.dsc 2.2 KiB b9f8d6c9f7cc325e36d36e4ac77b0ca81090012554727593ea3f018ab6f4afc5
pykdtree_1.3.6+ds.orig.tar.xz 17.7 KiB af90c1877d48cc8cf6da2f319a3286bc1934d402945ccaf0df3fbd1ab1faedd8
pykdtree_1.3.6+ds-1.debian.tar.xz 5.4 KiB 5e394c0fd82d9061bac367aa54076b84f824901b4eeb8267a75c2baf32578ceb

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