* Python 3.8 is no longer supported starting this release (766) SarthakJariwala
:rocket: Features
* Automatic aspect ratio calculation (733) eugenioLR
:books: Documentation
* Solved issues with documentation when using the CIFAR10 dataset (734) eugenioLR
:construction_worker: 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
0.9.0
What’s Changed
:rocket: Features
* Added `diverging` parameter to `imgplot`, `ImageGrid`, `imghist`, and `filterplot` to support diverging data and colormaps (698) eugenioLR
0.8.0
What’s Changed
This is a minor release with a couple of features
:rocket: 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
:construction_worker: Continuous Integration
* update dependencies (664) SarthakJariwala * Bump actions/setup-python from 4 to 5 (665) dependabot
0.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
0.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` to `upper` (491) CinnamonJui
> This now matches the `origin='upper'` default in `matplotlib`
:construction_worker: Continuous Integration
* Fix safety CI (615) SarthakJariwala
:package: 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
0.6.0
:rocket: 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 to `ImageGrid` 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` in `ImageGrid` with a list of images modified the original list (583, 589) eugenioLR SarthakJariwala