pykdtree 1.3.6+ds-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Mon, 20 Mar 2023 05:53:43 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.6+ds.orig.tar.xz 17.7 KiB af90c1877d48cc8cf6da2f319a3286bc1934d402945ccaf0df3fbd1ab1faedd8
pykdtree_1.3.6+ds-1build1.debian.tar.xz 5.4 KiB 74f4656dbb7d567d02aa8852e5fc5fb202cf50f44665702de37249d0011b9a42
pykdtree_1.3.6+ds-1build1.dsc 2.1 KiB bc7a975f0e33613e95b8535fa7a1523b9353e12646378a58a3e83572f8abafc4

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