Skip to content

Releases: SarthakJariwala/seaborn-image

v0.10.0

05 Sep 14:03
e816854
Compare
Choose a tag to compare

v0.10.0

🔴 Breaking

🚀 Features

📚 Documentation

  • Solved issues with documentation when using the CIFAR10 dataset (#734) @eugenioLR

👷 Continuous Integration

v0.9.0

29 Feb 01:57
Compare
Choose a tag to compare

What’s Changed

🚀 Features

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

v0.8.0

19 Jan 02:17
Compare
Choose a tag to compare

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

v0.7.1

19 Nov 08:13
Compare
Choose a tag to compare

v0.7.1

This is a patch release with support for 3.11 and no new features.

What’s Changed

v0.7.0

14 Jul 19:41
Compare
Choose a tag to compare

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

👷 Continuous Integration

📦 Build System

v0.6.0

04 May 01:14
Compare
Choose a tag to compare

v0.6.0

🚀 Features

🐛 Bug Fixes

v0.5.2

17 Mar 17:33
Compare
Choose a tag to compare

What’s Changed

🪲 Fixes

📦 Build System

👷 Continuous Integration

v0.5.1

14 Feb 01:58
Compare
Choose a tag to compare

What’s Changed

👷 Continuous Integration

v0.5.0

20 Apr 16:47
Compare
Choose a tag to compare

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
  • 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

📚 Documentation

📦 Dependencies and Build System

v0.4.4

08 Jul 17:52
Compare
Choose a tag to compare

This is a patch release.

🪲 Fixes

🚀 Features

📦 Build System