pykdtree 1.3.9+ds-1 source package in Ubuntu

Changelog

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

  [ Bas Couwenberg ]
  * Remove generated files in clean target.
  * Switch to dh-sequence-*.

  [ Antonio Valentino ]
  * New upstream release.
  * debian/control:
    - Use <!nocheck> marker.
    - Buold-depend on pybuild-plugin-pyproject.
  * Switch to autopkgtest-pkg-pybuild and drop the
    no longer needed d/tests folder.
  * New d/python3-pykdtree.lintian-overrides file.

 -- Antonio Valentino <email address hidden>  Sat, 23 Sep 2023 16:11:49 +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.9+ds-1.dsc 2.2 KiB 778faa4375f1f5fbe4185259931cd37d34dcf44966366e95e5ac487e7ae65554
pykdtree_1.3.9+ds.orig.tar.xz 18.9 KiB 3af178195fe1d703407acb1b99fd5d2dfdfc80ba6794dc6c1a186bcc5182ef65
pykdtree_1.3.9+ds-1.debian.tar.xz 5.5 KiB bef509c84f114b5c6e330c9770c56c7513ffa7b3dbeddb981657804fe40b8684

Available diffs

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