python-upsetplot 0.8.0-3 source package in Ubuntu

Changelog

python-upsetplot (0.8.0-3) unstable; urgency=medium

  * Add pandas-2.0.patch to fix pandas compatability issues
    (Closes: #1044069)

 -- Diane Trout <email address hidden>  Tue, 19 Dec 2023 16:11:23 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-upsetplot_0.8.0-3.dsc 2.2 KiB aaf75efd0b0517d1f2a8b4b3fe83c0067c3559d53c7e031aed7f16f542cdec38
python-upsetplot_0.8.0.orig.tar.gz 422.1 KiB 7ee67e9ca9c07234e5ea92d3139d29fb0a8adeea847008921b0aeb8f7df005c1
python-upsetplot_0.8.0-3.debian.tar.xz 4.5 KiB da65ece49b3bee6e852b9460381b4836627e763a61e928016c5533f3a97721b7

Available diffs

No changes file available.

Binary packages built by this source

python3-upsetplot: Draw Lex et al.'s UpSet plots with Pandas and Matplotlib

 This is another Python implementation of UpSet plots by Lex et al. [Lex2014]_.
 UpSet plots are used to visualise set overlaps; like Venn diagrams but
 more readable. Documentation is at https://upsetplot.readthedocs.io.
 .
 This ``upsetplot`` library tries to provide a simple interface backed by an
 extensible, object-oriented design.