pykdtree 1.3.4+ds-2build1 source package in Ubuntu

Changelog

pykdtree (1.3.4+ds-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 22:57:35 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.4+ds.orig.tar.xz 19.7 KiB a9b82166f3813f3d6d2f70d384675addd9492db478027f4c4897e3522855899b
pykdtree_1.3.4+ds-2build1.debian.tar.xz 5.3 KiB c39d154d4a4d63dce0fe8fb8f25665086a75b95037ee2513a3aae10921d14e44
pykdtree_1.3.4+ds-2build1.dsc 2.1 KiB 32ec1c13693f7f5513b175e93a3a560f7932373429f0e43b56c1fcb86062ebbe

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