python-ncls 0.0.57+ds-1build2 source package in Ubuntu

Changelog

python-ncls (0.0.57+ds-1build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Mon, 18 Oct 2021 00:21:08 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Med
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.57+ds.orig.tar.xz 24.9 KiB 70377c3d1d5a26e7683a794c9d78c01c03d41455cfef92fa65016d13d0132148
python-ncls_0.0.57+ds-1build2.debian.tar.xz 3.8 KiB 849bf1265bacb3e49ba16740b9fd1f4ce2dd31dd877983e77cb3c272e57965b6
python-ncls_0.0.57+ds-1build2.dsc 2.2 KiB e0ee64fe8f10c61e5036d08350a51a148dbe658f09bcd8ce031b08da1ef44c68

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