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

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:26:49 +0100

Upload details

Uploaded by:
Matthias Klose
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

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-1build4.debian.tar.xz 3.9 KiB b2b281cba112e66815d8654352d9419c2dd69b1ddc067f3c9af3d79462b81520
python-ncls_0.0.63-hotfix+ds-1build4.dsc 2.3 KiB 3853aca855d94ff5b304b6ecd9cfac696c2ce7c1f7eb21329455b5603b16a464

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