Releases: SarthakJariwala/seaborn-image
Releases · SarthakJariwala/seaborn-image
v0.10.0
v0.10.0
🔴 Breaking
- Python 3.8 is no longer supported starting this release (#766) @SarthakJariwala
🚀 Features
- Automatic aspect ratio calculation (#733) @eugenioLR
📚 Documentation
- Solved issues with documentation when using the CIFAR10 dataset (#734) @eugenioLR
👷 Continuous Integration
- Update CI for macOS 14 compatibility (#735) @SarthakJariwala
- Bump pydata-sphinx-theme from 0.14.4 to 0.15.4 in /docs (#742) @dependabot
- Bump sphinx-gallery from 0.15.0 to 0.17.1 in /docs (#749) @dependabot
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#691) @dependabot
- Bump sphinx-gallery from 0.15.0 to 0.17.1 (#758) @dependabot
- Bump nbsphinx from 0.9.3 to 0.9.5 (#760) @dependabot
- Bump xdoctest from 1.1.2 to 1.2.0 (#763) @dependabot
- Bump pooch from 1.8.0 to 1.8.2 (#761) @dependabot
- Bump actions/setup-python from 5.1.1 to 5.2.0 (#764) @dependabot
- Bump safety from 2.3.4 to 3.2.7 (#765) @dependabot
- Bump sphinx-gallery from 0.15.0 to 0.17.1 (#750) @dependabot
- Bump nox from 2023.4.22 to 2024.4.15 in /.github/workflows (#716) @dependabot
v0.9.0
What’s Changed
🚀 Features
- Added
diverging
parameter toimgplot
,ImageGrid
,imghist
, andfilterplot
to support diverging data and colormaps (#698) @eugenioLR
v0.8.0
What’s Changed
This is a minor release with a couple of features
🚀 Features
- Update how figure is determined from supplied axis (#663) @SarthakJariwala
- Added support for the 'extent' argument in imgplot and other functions that can make use of it (#680) @eugenioLR
👷 Continuous Integration
- update dependencies (#664) @SarthakJariwala
- Bump actions/setup-python from 4 to 5 (#665) @dependabot
v0.7.1
v0.7.1
This is a patch release with support for 3.11 and no new features.
What’s Changed
- Support 3.11 (#661) @SarthakJariwala
- Bump poetry from 1.3.2 to 1.5.1 in /.github/workflows (#604) @dependabot
- Bump nox-poetry from 1.0.2 to 1.0.3 in /.github/workflows (#614) @dependabot
- Bump nox from 2022.11.21 to 2023.4.22 in /.github/workflows (#593) @dependabot
- Bump nbsphinx from 0.8.12 to 0.9.2 in /docs (#605) @dependabot
- Bump release-drafter/release-drafter from 5.22.0 to 5.24.0 (#611) @dependabot
- update dependencies - fix safety CI (#617) @SarthakJariwala
v0.7.0
What’s Changed
One change to a default image origin
value to match matplotlib
and other maintenance changes.
🚀 Features
-
Update default value for
origin
toupper
(#491) @CinnamonJuiThis now matches the
origin='upper'
default inmatplotlib
👷 Continuous Integration
- Fix safety CI (#615) @SarthakJariwala
📦 Build System
- Bump sphinx from 6.1.3 to 7.0.1 in /docs (#601) @dependabot
- Bump sphinx-gallery from 0.8.1 to 0.13.0 in /docs (#591) @dependabot
- Bump pydata-sphinx-theme from 0.8.0 to 0.13.3 (#582) @dependabot
v0.6.0
v0.6.0
🚀 Features
ImageGrid
can now display: (#589) @eugenioLR @SarthakJariwala- An array of 3D image data
- An array of RGB images
- Individual 4D image matrices
- Added
norm
parameter toImageGrid
for normalization (#579) @eugenioLR - Changed default RGB color maps (#579) @eugenioLR
- Added new 4D sample image data: can be loaded using
isns.load_image("cifar")
(#589) @eugenioLR
🐛 Bug Fixes
- Fixed:
map_func
inImageGrid
with a list of images modified the original list (#583, #589) @eugenioLR @SarthakJariwala
v0.5.2
What’s Changed
🪲 Fixes
- Allow any matplotlib Colormap type while plotting (#574) @SarthakJariwala
📦 Build System
- Bump sphinx from 4.0.3 to 6.1.3 in /docs (#529) @dependabot
- Bump ipykernel from 6.15.2 to 6.21.2 (#545) @dependabot
- Bump ipykernel from 6.15.2 to 6.21.2 in /docs (#544) @dependabot
- Bump nbsphinx from 0.8.6 to 0.8.12 in /docs (#535) @dependabot
- Bump poetry from 1.1.13 to 1.3.2 in /.github/workflows (#528) @dependabot
👷 Continuous Integration
- Bump release-drafter/release-drafter from 5.17.6 to 5.22.0 (#518) @dependabot
- Bump pip from 22.2.2 to 23.0 in /.github/workflows (#539) @dependabot
- Bump nox from 2022.8.7 to 2022.11.21 in /.github/workflows (#493) @dependabot
- Update release workflow to use the correct python version on nox (#547) @SarthakJariwala
v0.5.1
What’s Changed
- Fix import error caused due to
matplotlib-scalebar
(#543) - fix
imghist
docstring (#480) @SarthakJariwala - Bump matplotlib-scalebar from 0.7.2 to 0.8.1 (#377) @dependabot
- Bump coverage from 5.5 to 6.3.2 (#378) @dependabot
- Bump pytest from 7.1.1 to 7.1.2 (#380) @dependabot
👷 Continuous Integration
- Add
nox-poetry
to dev dependencies (#546) @SarthakJariwala - Update dev deps & constraints for installation in actions (#449) @SarthakJariwala
- fix safety failures - update dependencies (#444) @SarthakJariwala
v0.5.0
New features and deprecations to the API. For a complete description, please see below.
Python version required: 3.8+
What’s Changed
See documentation for more details and corresponding examples.
🚀 Features
- Add option to have a common colorbar scale for all images plotted on an
ImageGrid
- Add
vmin
andvmax
toImageGrid
and related functions (#287) @SarthakJariwala
- Add
- Map multiple functions and transformations to images in
ImageGrid
(#236) @SarthakJariwala- Map a single function to a multi-dimensional image data
- Map a single function or a list of functions to a 2D image data
- Map a single function or a list of functions to a list of 2D image data
🔥 Removals and Deprecations
- Deprecate
FilterGrid
, useParamGrid
instead (#371) @SarthakJariwala - Remove support for Python 3.6 and 3.7 (#371) @SarthakJariwala
📚 Documentation
- Docs update (#286) @SarthakJariwala
- Update to pydata-sphinx-theme (#239) @SarthakJariwala
- Add plausible analytics to documentation (#284) @SarthakJariwala
📦 Dependencies and Build System
- Bump pywin32 from 300 to 301 (#321) @dependabot
- Bump pydata-sphinx-theme from 0.6.3 to 0.8.0 in /docs (#317) @dependabot
- Bump bleach from 3.2.1 to 3.3.0 (#320) @dependabot
- Bump babel from 2.9.0 to 2.9.1 (#319) @dependabot
- Bump pip from 21.1.3 to 21.3.1 in /.github/workflows (#283) @dependabot
- Fix safety and xdoctest flow (#285) @SarthakJariwala
- Bump actions/checkout from 2 to 3 (#348) @dependabot
- Bump pytest from 6.2.5 to 7.1.1 (#373) @dependabot
- Bump pydata-sphinx-theme from 0.6.3 to 0.7.2 (#328) @dependabot
- Bump sphinx from 4.0.3 to 4.3.2 (#329) @dependabot
- Bump pooch from 1.5.2 to 1.6.0 (#330) @dependabot
- Bump xdoctest from 0.15.5 to 0.15.10 (#325) @dependabot
- Bump ipykernel from 6.0.1 to 6.7.0 (#324) @dependabot
- Bump pooch from 1.3.0 to 1.5.2 (#277) @dependabot
- Bump nox from 2021.10.1 to 2022.1.7 in /.github/workflows (#311) @dependabot
- Bump release-drafter/release-drafter from 5.13.0 to 5.17.6 (#322) @dependabot
- Bump poetry from 1.1.11 to 1.1.12 in /.github/workflows (#302) @dependabot
- Bump actions/setup-python from 2.1.4 to 2.3.1 (#298) @dependabot
- Bump nox from 2021.6.12 to 2021.10.1 in /.github/workflows (#270) @dependabot
v0.4.4
This is a patch release.
🪲 Fixes
- Fix histogram color patches while using
robust
inimghist
(#225) @SarthakJariwala
🚀 Features
- Different parameters for 3D image slices in
ImageGrid
(#227) @SarthakJariwala
📦 Build System
- Bump sphinx-gallery from 0.8.2 to 0.9.0 (#222) @dependabot
- Bump nbsphinx from 0.8.0 to 0.8.6 in /docs (#206) @dependabot
- Bump pip from 20.3.3 to 21.1.3 in /.github/workflows (#211) @dependabot
- Bump nox from 2020.12.31 to 2021.6.12 in /.github/workflows (#209) @dependabot
- Bump ipykernel from 5.3.4 to 6.0.1 (#217) @dependabot
- Bump ipykernel from 5.3.4 to 6.0.1 in /docs (#216) @dependabot
- Bump xdoctest from 0.15.0 to 0.15.5 (#212) @dependabot
- Bump sphinx from 3.5.4 to 4.0.3 (#219) @dependabot
- Bump sphinx from 3.3.1 to 4.0.3 in /docs (#218) @dependabot
- Update dev dependencies - urllib3, pillow (#207) @SarthakJariwala