Skip to content

Releases: palaimon/ipyannotator

Submission to JOSS

24 Aug 07:12
f41ca38
Compare
Choose a tag to compare

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

07 May 06:52
d19fbc7
Compare
Choose a tag to compare

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

Cross Platform Support for Tutorials

11 Apr 17:33
Compare
Choose a tag to compare
  • Add missing tqdm dependency.
  • Support notebooks and tutorials across platform by replacing Linux commands by python equivalents.

New sphinx based Documentation Theme

10 Apr 10:42
Compare
Choose a tag to compare
Pre-release

Usability and Code Improvements

21 Feb 11:13
Compare
Choose a tag to compare
Pre-release

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

05 Feb 14:40
Compare
Choose a tag to compare

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

01 Jan 20:31
Compare
Choose a tag to compare
Pre-release

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

28 Feb 21:44
Compare
Choose a tag to compare
Pre-release

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

31 Jan 21:54
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release
v0.3.0

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