Skip to content

Releases: SarthakJariwala/seaborn-image

v0.4.3

18 Mar 07:14
Compare
Choose a tag to compare

This is a bug fix release with no new features.

What’s Changed

seaborn-image v0.4.2

06 Feb 23:12
Compare
Choose a tag to compare

What’s Changed

This is a patch release with one new feature and one deprecation.

🚀 Features

🔥 Removals and Deprecations

  • In set_scalebar(), height_fraction is deprecated; use width_fraction instead (#133) @SarthakJariwala

📦 Build System

👷 Continuous Integration

seaborn-image v0.4.1

22 Nov 03:06
Compare
Choose a tag to compare

What’s Changed

This is a patch release with only one new feature (see below)

🚀 Features

load_image was previously used and written to work for internal documentation purposes. Now, with new implementation it can be used externally (i.e outside the scope of the repo documentation).
So, users can do the following -

import seaborn_image as isns

data = isns.load_image("polymer")

📚 Documentation

👷 Continuous Integration

📦 Build System

seaborn-image v0.4.0

10 Nov 23:00
Compare
Choose a tag to compare

v0.4.0

v0.4.0 of seaborn-image introduces a lot of new features. Please see the online documentation for more details on the list of features below.

You may also refer to the tutorial or examples in the gallery and reference.

🚀 Features

📚 Documentation

🔥 Removals and Deprecations

🚨 Testing

Other Changes

v0.3.2

19 Aug 05:06
53dc2d1
Compare
Choose a tag to compare

What’s Changed

Some new utility features, testing and CI improvements

🚀 Features

  • scalebar properties can be set with parameters in set_scalebar (#27) @SarthakJariwala
    • previously this was only possible by passing a dict to the rc parameter in set_scalebar
  • add gray parameter to imgplot() (#25) @SarthakJariwala
  • control colorbar orientation using orientation paramter (#24) @SarthakJariwala
  • despine image and colorbar by default (#24) @SarthakJariwala
    • available as a despine parameter in imgplot and imghist
    • isns.despine() also available independently
  • make colorbar ticks scientific using isns.scientific_ticks() (#24) @SarthakJariwala

🚨 Testing

👷 Continuous Integration

v0.3.1

11 Aug 07:12
Compare
Choose a tag to compare

What’s Changed

📚 Documentation

🚀 Features

Dependencies

v0.3.0

28 Jul 23:56
949aa0b
Compare
Choose a tag to compare

What’s Changed

📚 Documentation

🚀 Features

🚨 Testing

Minor Release w New Features

22 Jul 05:38
Compare
Choose a tag to compare

What's Changed?

Features

  • New options to set context (like seaborn), scalebar properties, image properties, save properties using set_context, set_scalebar, set_image, set_save_context
  • Any matplotlib rc parameter can be passed through context functions
  • Option to reset to matplotlib defaults using reset_defaults
  • imgplot does not require scalebar and scalebar_params parameter anymore
  • imgplot and filterplot returns fig, ax, data or filtered_data
  • Pass vmin, vmax to image plots
  • Set colorbar ticks using cbar_ticks parameter in image plots

Tests

  • Improve test coverage