Skip to content

Latest commit

 

History

History
106 lines (77 loc) · 6.99 KB

CHANGELOG.md

File metadata and controls

106 lines (77 loc) · 6.99 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.8.4] - 2022-08-23

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.

[0.8.3] - 2022-05-06

Added

  • Extend documentation with new pages for API Reference and key Input/Output types Ítalo Epifânio.

Change

Fixed

  • Properly select elements on the Capture annotator Ítalo Epifânio.
  • Video annotator supports now image resizing by properly using the fit canvas option by Ítalo Epifânio.
  • tqdm now rendering correctly at image classification tutorial by Ítalo Epifânio.
  • Index error at image classification tutorial when reading the artificial dataset by Ítalo Epifânio.

[0.8.1] - 2022-04-09

Changed

  • Refactored notebooks to use python to handle folder structure instead of linux commands by Ítalo Epifânio.

Added

[0.8.0] - 2022-04-09

Changed

  • Make the creation of new label classes more flexible and decouple it from the folder structure by Ítalo Epifânio.
  • Refactored Im2Im and Capture annotators to render any widget on grid menu by Ítalo Epifânio.
  • Replaced exception with warning when using the same file storage on multiple annotators by Ítalo Epifânio.

Added

[0.7.0] - 2022-02-19

Changed

Fixed

  • BBoxAnnotator coordinate's input now changes according to the image size Ítalo Epifânio.
  • Faster right menu rendering, improving overall VideoAnnotator navigation speed by Ítalo Epifânio.
  • Don't draw trajectory for deleted objects in VideoAnnotator by Ítalo Epifânio.

[0.6.0] - 2022-01-31

Added

Changed

[0.5.2] - 2022-01-01

Added

Changed

Fixed