Skip to content

Releases: karolzak/ipyplot

1.1.2

22 Jan 08:17
5d8eaeb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

v1.1.1

15 Mar 08:15
2558875
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

Release v1.1

20 Oct 22:37
7b88cac
Compare
Choose a tag to compare

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