pykdtree 1.3.4+ds-1build2 source package in Ubuntu

Changelog

pykdtree (1.3.4+ds-1build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Mon, 18 Oct 2021 00:20:36 +0200

Upload details

Uploaded by:
Matthias Klose
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

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.4+ds.orig.tar.xz 19.7 KiB a9b82166f3813f3d6d2f70d384675addd9492db478027f4c4897e3522855899b
pykdtree_1.3.4+ds-1build2.debian.tar.xz 5.4 KiB 996f2d191061df9f017a49fdbb4ccf329ddd365ac6bd1a1d18776256b25a3440
pykdtree_1.3.4+ds-1build2.dsc 2.2 KiB f521735b493172b49e387dfe57b291442aa310d7dabc3bee38760e965f43be35

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