Releases: karolzak/ipyplot
Releases · karolzak/ipyplot
1.1.2
v1.1.1
What's Changed
- Added option to remove url_text from the images by @Maarten-vr in #26
- Improve colab runtime warning message by @davidefiocco in #38
- Bug fixes and continuous improvements - 1.1.1 by @karolzak in #41
- Update notebook examples for 1.1.1 by @karolzak in #43
New Contributors
- @Maarten-vr made their first contribution in #26
- @davidefiocco made their first contribution in #38
Full Changelog: 1.1.0...1.1.1
Release v1.1
Big release with several new features and bug fixes based on users feedback:
- now supports more sequence types: list, numpy.ndarray, pandas.Series
- added custom_texts param to display additional texts like confidence score or some other useful information for each image
- click on image to enlarge
- "show html" button which reveals the HTML code used to generate plots
- option to set specific order of labels/tabs, filter them or ignore some of the labels
- added unit tests - 100% coverage
- added docstrings