Skip to content

Latest commit

 

History

History
290 lines (217 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

290 lines (217 loc) · 11.5 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]

Added

Changed

  • LabelMe format saves dataset items with their relative paths by subsets without changing names (openvinotoolkit#200)
  • Allowed arbitrary subset count and names in classification and detection splitters (openvinotoolkit#207)
  • Annotation-less dataset elements are now participate in subset splitting (openvinotoolkit#211)
  • Classification task in LFW dataset format (openvinotoolkit#222)

Deprecated

Removed

Fixed

Security

31/03/2021 - Release v0.1.8

Added

Changed

  • Added an option to allow undeclared annotation attributes in CVAT format export (openvinotoolkit#192)
  • COCO exports images in separate dirs by subsets. Added an option to control this (openvinotoolkit#195)

Deprecated

Removed

Fixed

Security

24/03/2021 - Release v0.1.7

Added

Changed

Deprecated

Removed

Fixed

Security

03/02/2021 - Release v0.1.6.1 (hotfix)

Added

Changed

Deprecated

Removed

Fixed

Security

02/26/2021 - Release v0.1.6

Added

Changed

Deprecated

Removed

Fixed

Security

01/23/2021 - Release v0.1.5

Added

Changed

  • Dataset class extended with new operations: save, load, export, import_from, detect, run_model (openvinotoolkit#71)
  • Allowed importing Extractor-only defined formats (in Project.import_from, dataset.import_from and CLI/project import) (openvinotoolkit#71)
  • datum project ... commands replaced with datum ... commands (openvinotoolkit#84)
  • Supported more image formats in ImageNet extractors (openvinotoolkit#85)
  • Allowed adding Importer-defined formats as project sources (source add) (openvinotoolkit#86)
  • Added max search depth in ImageDir format and importers (openvinotoolkit#86)

Deprecated

Removed

Fixed

Security

12/10/2020 - Release v0.1.4

Added

  • CamVid dataset format (openvinotoolkit#57)
  • Ability to install opencv-python-headless dependency with DATUMARO_HEADLESS=1 environment variable instead of opencv-python (openvinotoolkit#62)

Changed

Deprecated

Removed

Fixed

Security

10/28/2020 - Release v0.1.3

Added

Changed

Deprecated

Removed

Fixed

Security

10/05/2020 - Release v0.1.2

Added

  • ByteImage class to represent encoded images in memory and avoid recoding on save (openvinotoolkit#27)

Changed

Deprecated

Removed

Fixed

Security

09/24/2020 - Release v0.1.1

Added

Changed

Deprecated

Removed

Fixed

Security

09/10/2020 - Release v0.1.0

Added

  • Initial release

Template

## [Unreleased]
### Added
-

### Changed
-

### Deprecated
-

### Removed
-

### Fixed
-

### Security
-