pyranges 0.0.111+ds-7 source package in Ubuntu

Changelog

pyranges (0.0.111+ds-7) unstable; urgency=medium

  [ Andreas Tille ]
  * Fix for Pandas 2.0
    Closes: #1044064

  [ Étienne Mollier ]
  * fix-test_unary.patch: new.
    This patch fixes a remaining test failure affecting dtype conversion.

 -- Étienne Mollier <email address hidden>  Fri, 23 Feb 2024 15:39:01 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyranges_0.0.111+ds-7.dsc 2.4 KiB 226b4356a2a4f0fc6e5b0fb96bf2b682c9e13918ba8c494c9ce1e6e76f688118
pyranges_0.0.111+ds.orig.tar.xz 3.1 MiB b22a50cb9e0109c8c14720385a5e87bef029f491d4f3e02dbe492866802144d1
pyranges_0.0.111+ds-7.debian.tar.xz 81.8 KiB e03b1b53d8cc25d6e94ac62b0dc6eb455e56a8ab0c6018a106c43b07e36c429e

Available diffs

No changes file available.

Binary packages built by this source

python3-pyranges: 2D representation of genomic intervals and their annotations

 A PyRanges object must have the columns Chromosome, Start and
 End. These describe the genomic position and function as implicit row
 labels. A Strand column is optional and adds strand information to the
 intervals. Any other columns are allowed and are considered metadata.
 .
 The structure can be filled from .bed, .bam or .gff files, also from
 tabular or textual representations.