pykdtree 1.3.10+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * debian/control:
    - Build-depend on cython3 >= 3.0.

 -- Antonio Valentino <email address hidden>  Tue, 26 Dec 2023 08:20:48 +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.10+ds-1.dsc 2.2 KiB ac27610e20e21e47989dd4b89bbb3b80c4227da4980c2a5a46fcd45352d6413f
pykdtree_1.3.10+ds.orig.tar.xz 19.3 KiB d7c3aa2e26ef13891e1c0bc63b5b3c701d90b53d119c20f15c92431db36c630b
pykdtree_1.3.10+ds-1.debian.tar.xz 5.6 KiB 64b94a00f90af264208eb08f94849723556f0ccddfd3c520cadd62cc91681c88

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