seaborn-image icon indicating copy to clipboard operation
seaborn-image copied to clipboard

High-level API for attractive and descriptive image visualization in Python

Results 29 seaborn-image issues
Sort by recently updated
recently updated
newest added

Bumps [nox](https://github.com/wntrblm/nox) from 2023.4.22 to 2024.4.15. Release notes Sourced from nox's releases. 2024.04.15 🪼 We'd like to thank the following folks who contributed to this release: @​cjolowicz @​henryiii @​mayeut New...

dependencies
python

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies
python

Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.25.2 to 6.29.4. Release notes Sourced from ipykernel's releases. v6.29.4 6.29.4 (Full Changelog) Bugs fixed Fix side effect import for pickleutil #1216 (@​blink1073) Maintenance and upkeep improvements...

dependencies
python

Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.25.2 to 6.29.4. Release notes Sourced from ipykernel's releases. v6.29.4 6.29.4 (Full Changelog) Bugs fixed Fix side effect import for pickleutil #1216 (@​blink1073) Maintenance and upkeep improvements...

dependencies
python

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...

dependencies
python

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.0.0. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @​massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...

dependencies
github_actions

Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.14.4 to 0.15.2. Release notes Sourced from pydata-sphinx-theme's releases. v0.15.2 What's Changed Align the search button with other icons by @​12rambau in pydata/pydata-sphinx-theme#1620 Fix sticky header by...

dependencies
python

Hi! We are trying to integrate seaborn-image into an app developed at our lab, the app is written in Python+Qt, using PySide2. To be specific the app contains a QMDIArea,...

Hello, is there a way to remove the white space between all the images in the image grid? Thanks!!