Releases: mpl-extensions/mpl-image-labeller
Releases · mpl-extensions/mpl-image-labeller
1.1.1
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
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
- Created a docs readthedocs page
- Added a multiclass labeller
- Ability to use onehot encodings
0.5.0
- Fixed xlims getting messed up when zooming in #9
- Allow passing
imshow_kwargs
27afa0b
0.3.0
Automatically adjust image extent to preserve the aspect ratio of the image
0.2.0
Full Changelog: 0.1.1...0.2.0
Fixes:
init_labels
is respected
new features:
ax
is not accesible through the .ax
attribute
images
can now be a callable
Thanks to @jrussell25 for suggesting these improvements
0.1.1
Fix the qwerty keymap - previously it would break #2