libkdtree++ 0.7.1+git20101123-4build5 source package in Ubuntu

Changelog

libkdtree++ (0.7.1+git20101123-4build5) artful; urgency=medium

  * No change rebuild to drop Python 3.5 support.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 04 Aug 2017 16:26:05 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
libkdtree++_0.7.1+git20101123.orig.tar.xz 88.7 KiB d7d9859339ef129e43691f31b4573d389f3f6ec76c71c5d312361134b6cb56e9
libkdtree++_0.7.1+git20101123-4build5.debian.tar.xz 12.2 KiB 3254c0ba694cefc174b201424d2b017b34ed8ccdb9dcfff29437f13a3bcf23d3
libkdtree++_0.7.1+git20101123-4build5.dsc 2.2 KiB 8de3dceab174e9c780bfa42f2421db336745553ce364b658f9b2a382576e2cf5

View changes file

Binary packages built by this source

libkdtree++-dev: C++ template container implementation of kd-tree sorting

 libkdtree++ is a C++ template container implementation of k-dimensional space
 sorting, using a kd-tree. It:
 .
   - supports an unlimited number of dimensions (in theory)
   - can store any data structure, provided the data structure provides
     operator[0 - k-1] to access the individual dimensional
     components (arrays, std::vector already do) and a std::less
     implementation for the type of dimensional components
   - has support for custom allocators
   - implements iterators
   - provides standard find as well as range queries
   - has amortised O(lg n) time (O(n lg n) worst case) on most
     operations (insert/erase/find optimised) and worst-case O(n) space
   - provides a means to rebalance and thus optimise the tree
   - exists in its own namespace
   - uses STL coding style, basing a lot of the code on stl_tree.h
 .
 libkdtree++ only exists as a -dev package as it's only a bunch of C++ header
 files. Therefore, no static or shared library is necessary, allowing for
 ultimate flexibility.

python-kdtree: No summary available for python-kdtree in ubuntu artful.

No description available for python-kdtree in ubuntu artful.

python-kdtree-dbg: container for kd-tree sorting for Python (debug extension)

 A container implementing k-dimensional space sorting using a kd-tree. It:
 .
  - supports two- to six-dimensional spaces
  - can store any data structure
  - provides standard find as well as range queries
  - has amortised O(lg n) time (O(n lg n) worst case) on most operations
    (insert/erase/find optimised) and worst-case O(n) space
  - provides means to rebalance and thus optimise the tree
 .
 This package contains the extension built for the Python debug interpreter.

python3-kdtree: No summary available for python3-kdtree in ubuntu cosmic.

No description available for python3-kdtree in ubuntu cosmic.

python3-kdtree-dbg: No summary available for python3-kdtree-dbg in ubuntu artful.

No description available for python3-kdtree-dbg in ubuntu artful.