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

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 17:56:46 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble 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-1build5.debian.tar.xz 4.0 KiB 0404121bd2659e9e320e7f3be7f0c6cd8bc0aed15150ec53f990f2eb0c34abbd
python-ncls_0.0.63-hotfix+ds-1build5.dsc 2.3 KiB b2e4e939e8d638600d5dbd2f014fa3f2ef0751cbd813c9a35c071714d850ed99

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