Skip to content

Releases: mpl-extensions/mpl-image-labeller

1.1.2

18 Nov 18:17
Compare
Choose a tag to compare

Fix a bug wiht one hot encodings

Full Changelog: 1.1.1...1.1.2

1.1.1

12 Nov 21:01
Compare
Choose a tag to compare

What's Changed

  • add github actions test by @ianhi in #20
  • Autoscale cmaps + add tests by @ianhi in #21
  • Updated callbacks example to show how to adjust overlay extent

Full Changelog: 1.1.0...1.1.1

1.1.0

01 Nov 15:17
Compare
Choose a tag to compare

What's Changed

  • Added ability for user to set the title #15
  • Updated text positioning for single class labeller

Full Changelog: 1.0.0...1.1.0

1.0.0

30 Oct 20:42
05d702a
Compare
Choose a tag to compare
  • Created a docs readthedocs page
  • Added a multiclass labeller
  • Ability to use onehot encodings

0.5.0

29 Oct 15:14
ee5c6c8
Compare
Choose a tag to compare
  • Fixed xlims getting messed up when zooming in #9
  • Allow passing imshow_kwargs 27afa0b

0.4.0

29 Oct 14:18
Compare
Choose a tag to compare

Callbacks!

0.3.0

27 Oct 21:42
Compare
Choose a tag to compare

Automatically adjust image extent to preserve the aspect ratio of the image

0.2.0

27 Oct 20:21
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

Fixes:

init_labels is respected

new features:

  1. ax is not accesible through the .ax attribute
  2. images can now be a callable

Thanks to @jrussell25 for suggesting these improvements

0.1.1

27 Oct 19:20
bba3084
Compare
Choose a tag to compare

Fix the qwerty keymap - previously it would break #2