Skip to content

Releases: palaimon/ipyannotator

Submission to JOSS

Choose a tag to compare

@ibayer ibayer released this 24 Aug 07:12
f41ca38

This release include improvements based on review feedback from our JOSS submission. We want to thank our reviewers Carl Simon Adorf, Matthew Feickert and our editor Daniel S. Katz for their valuable contributions.

Add API Reference to doc pages

Choose a tag to compare

@ibayer ibayer released this 07 May 06:52
d19fbc7

Add API Reference to doc pages.
This release also contains some minor bug fixes.

Cross Platform Support for Tutorials

Choose a tag to compare

@ibayer ibayer released this 11 Apr 17:33
  • Add missing tqdm dependency.
  • Support notebooks and tutorials across platform by replacing Linux commands by python equivalents.

New sphinx based Documentation Theme

Pre-release

Choose a tag to compare

@ibayer ibayer released this 10 Apr 10:42

Usability and Code Improvements

Pre-release

Choose a tag to compare

@ibayer ibayer released this 21 Feb 11:13

This release adds a large range of usability and code improvements.

A large fraction of annotation code has been rewritten providing the basis for a range of directly user impacting
improvements. The use a ipyannotator as standalone app has been simplified by updating the voila dependency.
The overall code quality has been improved by becoming flak8 compliant and the gradual adding of typing checked by mypi.

Support Multi-Object-Tracking (MOT) Annotation for Videos

Choose a tag to compare

@ibayer ibayer released this 05 Feb 14:40

This release adds video annotation support. This means you can now explore and create multi object tracking datasets right in your jupyter notebook. Many other features have been included to make this possible (bbox labeling, mulit-bbox support, and many more).
Take a look at the following jupyter notebook

  • nbs/01d_tutorial_video_annotator.ipynb

to explore our new video annotation support.

Event Driven Architecture

Pre-release

Choose a tag to compare

@ibayer ibayer released this 01 Jan 20:31

This release provides a comprehensive refactoring of ipyannotator that allows for much better decoupling of individual annotation components. The new event driven architecture is based on the awesome PyPubSub library.
The following jupyter notebook

  • nbs/11-build-annotator-tutorial.ipynb

provides a tutorial that demonstrates how to build new annotators based on the new architecture.

Explore, Improve and Create

Pre-release

Choose a tag to compare

@ibayer ibayer released this 28 Feb 21:44

This release adds support and tutorials for explore, create and improve image classification and bounding box annotation.

  • 01b_tutorial_image_classification.ipynb
  • 01c_tutorial_bbox.ipynb

Maintenance Release

Maintenance Release Pre-release
Pre-release

Choose a tag to compare

@ibayer ibayer released this 31 Jan 21:54
v0.3.0

Merge remote-tracking branch 'github/main' into github-master