pykdtree 1.3.9+ds-1build1 source package in Ubuntu

Changelog

pykdtree (1.3.9+ds-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:24:45 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.9+ds.orig.tar.xz 18.9 KiB 3af178195fe1d703407acb1b99fd5d2dfdfc80ba6794dc6c1a186bcc5182ef65
pykdtree_1.3.9+ds-1build1.debian.tar.xz 5.6 KiB 7b1cdeeebb47dab5d593f39fb65d537e6cbc0994ce5ae7001ac4a19216ed4258
pykdtree_1.3.9+ds-1build1.dsc 2.2 KiB 2553aa4607922c7b0c58bd8c7b4c03c085cada8d7e3cea35055b3cd7632df298

View changes file

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