python-upsetplot 0.9.0-2 source package in Ubuntu

Changelog

python-upsetplot (0.9.0-2) unstable; urgency=medium

  * Team upload.
  * Fix test that fails with pytest 8.x (thanks for the hint to
    Michael R. Crusoe)
    Closes: #1063980, #1066734

 -- Andreas Tille <email address hidden>  Mon, 18 Mar 2024 13:38:25 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-upsetplot_0.9.0-2.dsc 2.3 KiB a0ad4b0b482d0ba9639b8d2b4b515541b49c7b6ec2f7e83660406433e8c43dec
python-upsetplot_0.9.0.orig.tar.gz 425.4 KiB e96d4bdd4e0b2305d7c3eb39bb016dcb3ee6333ffdc9475ecabb23005c4c5ad1
python-upsetplot_0.9.0-2.debian.tar.xz 3.9 KiB e08e4825ac87deaa4de366853045c4f42b95fb5cfa4ecb27a9bbbd132005c0ea

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.