python-ncls 0.0.63-hotfix+ds-1 source package in Ubuntu

Changelog

python-ncls (0.0.63-hotfix+ds-1) unstable; urgency=medium

  * Team upload.
  * Move package to Debian Python Team
  * Upstream has applied patch

 -- Andreas Tille <email address hidden>  Sun, 02 Jan 2022 18:18:24 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-ncls_0.0.63-hotfix+ds-1.dsc 2.3 KiB 275f4e3d5f8fd9356c68e500fcf5535a6a0334d88507dd2152c4a8828b564c11
python-ncls_0.0.63-hotfix+ds.orig.tar.xz 24.9 KiB c8a0343c8b45a6f83461577242f63ffed5475d9c35f2cb336e448047e587d22a
python-ncls_0.0.63-hotfix+ds-1.debian.tar.xz 3.8 KiB ab3391cff55c1c4c654510be89139d9b6ffd2e279ac5f4507588fd66349837e3

No changes file available.

Binary packages built by this source

python3-ncls: datastructure for interval overlap queries

 The Nested Containment List is a datastructure for interval overlap
 queries, like the interval tree. It is usually an order of magnitude
 faster than the interval tree both for building and query lookups.
 .
 The implementation here is a revived version of the one used in the
 now defunct PyGr library, which died of bitrot. It was now made less
 memory-consuming and wrapper functions allow batch-querying
 the NCLS for further speed gains.
 .
 This package was implemented to be the cornerstone of the PyRanges project,
 but was made available to the Python community as a stand-alone library.

python3-ncls-dbgsym: debug symbols for python3-ncls