pykdtree 1.3.12+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Mon, 15 Apr 2024 05:10:56 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.12+ds-1.dsc 2.2 KiB da8c8cd84bcda7142b2d3fc2c61279a6b06ce7353abf27afc99d57dc791f60db
pykdtree_1.3.12+ds.orig.tar.xz 19.7 KiB 8faf54f94bb34696d15c86270fb52aca803feb061bb069275b13d3811e17f011
pykdtree_1.3.12+ds-1.debian.tar.xz 5.7 KiB e3f644495c3d64560b00d0b85d97ea529c108e6a36221e09db562fa772e7e540

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