pykdtree 1.3.1-4build1 source package in Ubuntu

Changelog

pykdtree (1.3.1-4build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:42:13 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.1.orig.tar.gz 76.4 KiB 0d49d3bbfa0366dbe29176754ec86df75114a25525b530dcbbb75d3ac4c263e9
pykdtree_1.3.1-4build1.debian.tar.xz 5.0 KiB e7fd5edd55dcf80fce50b2f3c8525f7475499980cb9230588b739dec7816f3a5
pykdtree_1.3.1-4build1.dsc 2.1 KiB 972c002b56f2531a0ec7d0af8627934b3fd3918e7f3f2ae6311c7a162332ce59

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