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

Changelog

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

  * New upstream version 0.0.63+ds
  * Fix with cme
  * Add upstream patch to fix FTBFS

 -- Nilesh Patra <email address hidden>  Tue, 02 Nov 2021 18:35:51 +0530

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
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.63+ds-1.dsc 2.2 KiB 298fca46044421e48e49096a136e7e4dd3e2298b2f7dc5fdf942ccbd4e3e6627
python-ncls_0.0.63+ds.orig.tar.xz 24.9 KiB a1c1c2ace946b40f485fd9ad84009fcbf8cce0d83d22fc108595078ceefc70ef
python-ncls_0.0.63+ds-1.debian.tar.xz 4.2 KiB 1a60c852f8afc2a5669996123bc9915562e468b8a37eb2775abe51f5b98ac3c6

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