Seaborn Image Versions Save

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

v0.9.0

2 months ago

What’s Changed

:rocket: Features

  • Added diverging parameter to imgplot, ImageGrid, imghist, and filterplot to support diverging data and colormaps (#698) @eugenioLR

v0.8.0

3 months ago

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

v0.7.1

5 months ago

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

10 months ago

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

v0.6.0

1 year ago

v0.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

v0.5.2

1 year ago

What’s Changed

:beetle: Fixes

  • Allow any matplotlib Colormap type while plotting (#574) @SarthakJariwala

:package: 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

:construction_worker: 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

1 year ago

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

:construction_worker: 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

2 years ago

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.

:rocket: Features

  • Add option to have a common colorbar scale for all images plotted on an ImageGrid
    • Add vmin and vmax to ImageGrid and related functions (#287) @SarthakJariwala
  • 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

:fire: Removals and Deprecations

  • Deprecate FilterGrid, use ParamGrid instead (#371) @SarthakJariwala
  • Remove support for Python 3.6 and 3.7 (#371) @SarthakJariwala

:books: Documentation

  • Docs update (#286) @SarthakJariwala
  • Update to pydata-sphinx-theme (#239) @SarthakJariwala
  • Add plausible analytics to documentation (#284) @SarthakJariwala

:package: 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

2 years ago

This is a patch release.

:beetle: Fixes

  • Fix histogram color patches while using robust in imghist (#225) @SarthakJariwala

:rocket: 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

v0.4.3

3 years ago

This is a bug fix release with no new features.

What’s Changed

  • Update minimum required version of matplotlib-scalebar to 0.7.0 (#156) @SarthakJariwala
  • Change base url in POOCH for data retrieval (#157) @SarthakJariwala