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

Changelog

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

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Wed, 22 Mar 2023 05:37:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-ncls_0.0.63-hotfix+ds.orig.tar.xz 24.9 KiB c8a0343c8b45a6f83461577242f63ffed5475d9c35f2cb336e448047e587d22a
python-ncls_0.0.63-hotfix+ds-1build3.debian.tar.xz 3.9 KiB 82eb60502ce926f24062d25391eb7dabb04743567ed5e0b609ebb6c864e5aa19
python-ncls_0.0.63-hotfix+ds-1build3.dsc 2.3 KiB f42a26bf0d58084319f784a1f448474d82323da9d876ced5c6e7759cf899b090

View changes file

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