pykdtree 1.3.7+ds-1 source package in Ubuntu

Changelog

pykdtree (1.3.7+ds-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Enable numpy3 dh helper.
  * Enable Salsa CI.
  * Bump Standards-Version to 4.6.2, no changes.

  [ Antonio Valentino ]
  * New upstream release.
  * Update copyright dates in d/copyright.
  * Bump debhelper-compat version to 13.

 -- Antonio Valentino <email address hidden>  Sun, 11 Jun 2023 15:48:12 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pykdtree_1.3.7+ds-1.dsc 2.2 KiB 04f41227ef74e8e5aaaeb83ec7217313097a4b05a80b9d407c1158ef76d12199
pykdtree_1.3.7+ds.orig.tar.xz 19.3 KiB f17a9a1ff90b095789b9834a6ae6b06c6ad25cad14f6c3755509baf19b793eec
pykdtree_1.3.7+ds-1.debian.tar.xz 5.5 KiB 4217e85cb1eafdc4a2c70150d17dd96d20ddd2c85cedbd5c85081ae99ab683c8

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