pykdtree 1.3.4+ds-2 source package in Ubuntu

Changelog

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

  [ Bas Couwenberg ]
  * Bump Standards-Version to 4.6.0, no changes.
  * Update watch file for GitHub URL changes.

 -- Antonio Valentino <email address hidden>  Sun, 07 Nov 2021 17:42:58 +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.4+ds-2.dsc 2.1 KiB c2360ed0dd5afa9c83f3a6062e82710a744ed7fff04f2a9de95dbd50265b34bd
pykdtree_1.3.4+ds.orig.tar.xz 19.7 KiB a9b82166f3813f3d6d2f70d384675addd9492db478027f4c4897e3522855899b
pykdtree_1.3.4+ds-2.debian.tar.xz 5.2 KiB 9007893d3a8a24d69313850e52384acfb9c16b0f6c766964b920558ec9596d60

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