Skip to content

Releases: mpl-extensions/mpl-interactions

0.17.8

15 Apr 04:16
Compare
Choose a tag to compare

Fixed imshow kwarg handling
Fixed GIF on frontpage of docs

0.17.7

02 Apr 04:05
Compare
Choose a tag to compare

Fixed issues with register_callback. Was breaking when eager was True and params=None

0.17.6

26 Mar 16:08
Compare
Choose a tag to compare

More correct handling of kwargs inside of axhline #173 (comment)
Thanks to @snowtechblog for finding this issue.

0.17.5

26 Mar 01:58
Compare
Choose a tag to compare

Fixed axhline not working #173 - Thanks to @snowtechblog for reporting

0.17.4

12 Feb 03:49
7fa2c6e
Compare
Choose a tag to compare
  • Cleaned up docstrings #168
  • Fixes for the upcoming matplotlib release #164
  • Fixed a transpose of extent when using xarray in hyperslicer #169

0.17.3

22 Jan 21:19
Compare
Choose a tag to compare

Don't override the extent argument to hyperslicer when passed an xarray array.

0.17.2

12 Jan 06:21
a26867a
Compare
Choose a tag to compare

Accidently double bumped the version - woops.

  • Fixed a bug that completely broke heatmap_slicer
  • Started using https://github.com/ianhi/mpl-playback in the docs
    • Mostly using this library as a testing ground for that, definitely not fully developed.

0.17.0

05 Jan 05:04
e559c0a
Compare
Choose a tag to compare

Adds support for registering custom callbacks for parameter changes #160

0.16.2

01 Jan 20:03
c8ab748
Compare
Choose a tag to compare

Fix an off by one error found by @kmdalton: #156

0.16.1

31 Dec 18:03
Compare
Choose a tag to compare

Matplotlib sliders would break with numpy < 1.19. Found and fixed by @mwshinn in #155