Skip to content

Latest commit

 

History

History
748 lines (628 loc) · 33.2 KB

CHANGELOG.md

File metadata and controls

748 lines (628 loc) · 33.2 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

Deprecated

  • --save-images is replaced with --save-media in CLI and converter API (open-edge-platform#539)
  • [API] image, point_cloud and related_images of DatasetItem are replaced with media and media_as(type) members and c-tor parameters (open-edge-platform#539)

Removed

  • TBD

Fixed

Security

  • TBD

21/02/2022 - Release v0.3

Added

Changed

  • Allowed direct file paths in datum import. Such sources are imported like when the rpath parameter is specified, however, only the selected path is copied into the project (open-edge-platform#555)
  • Improved stats performance, added new filtering parameters, image stats (unique, repeated) moved to the dataset section, removed mean and std from the dataset section (open-edge-platform#621)
  • Allowed Image creation from just size info (open-edge-platform#634)
  • Added image search in VOC XML-based subformats (open-edge-platform#634)
  • Added image path equality checks in simple merge, when applicable (open-edge-platform#634)
  • Supported saving box attributes when downloading the TFDS version of VOC (open-edge-platform#668)
  • Switched to a pyproject.toml-based build (open-edge-platform#671)

Deprecated

  • TBD

Removed

Fixed

Security

  • TBD

28/01/2022 - Release v0.2.3

Added

Changed

  • The pycocotools dependency lower bound is raised to 2.0.4. (open-edge-platform#449)
  • smooth_line from datumaro.util.annotation_util - the function is renamed to approximate_line and has updated interface (open-edge-platform#592)

Deprecated

  • Python 3.6 support

Removed

  • TBD

Fixed

Security

  • TBD

24/12/2021 - Release v0.2.2

Added

Changed

Deprecated

  • Using Image, ByteImage from datumaro.util.image - these classes are moved to datumaro.components.media (open-edge-platform#538)

Removed

  • Equality comparison support between datumaro.components.media.Image and numpy.ndarray (open-edge-platform#568)

Fixed

Security

  • TBD

16/11/2021 - Release v0.2.1

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

14/10/2021 - Release v0.2

Added

Changed

  • A project can contain and manage multiple datasets instead of a single one. CLI operations can be applied to the whole project, or to separate datasets. Datasets are modified inplace, by default (open-edge-platform#328)
  • CLI help for builtin plugins doesn't require project (open-edge-platform#328)
  • Annotation-related classes were moved into a new module, datumaro.components.annotation (open-edge-platform#439)
  • Rollback utilities replaced with Scope utilities (open-edge-platform#444)
  • The Project class from datumaro.components is changed completely (open-edge-platform#238)
  • diff and ediff are joined into a single diff CLI command (open-edge-platform#238)
  • Projects use new file layout, incompatible with old projects. An old project can be updated with datum project migrate (open-edge-platform#238)
  • Inheriting CliPlugin is not required in plugin classes (open-edge-platform#238)
  • Importers do not create Projects anymore and just return a list of extractor configurations (open-edge-platform#238)

Deprecated

  • TBD

Removed

Fixed

Security

  • TBD

24/08/2021 - Release v0.1.11

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

14/07/2021 - Release v0.1.10

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

03/06/2021 - Release v0.1.9

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

31/03/2021 - Release v0.1.8

Added

  • TBD

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

24/03/2021 - Release v0.1.7

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

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

Added

  • TBD

Changed

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

02/26/2021 - Release v0.1.6

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

01/23/2021 - Release v0.1.5

Added

Changed

Deprecated

Removed

  • TBD

Fixed

Security

  • TBD

12/10/2020 - Release v0.1.4

Added

Changed

Deprecated

  • TBD

Removed

  • TBD

Fixed

  • TBD

Security

  • TBD

10/28/2020 - Release v0.1.3

Added

Changed

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Fixed

Security

  • TBD

10/05/2020 - Release v0.1.2

Added

  • ByteImage class to represent encoded images in memory and avoid recoding on save (open-edge-platform#27)

Changed

Deprecated

  • TBD

Removed

Fixed

Security

  • TBD

09/24/2020 - Release v0.1.1

Added

Changed

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Fixed

  • TBD

Security

  • TBD

09/10/2020 - Release v0.1.0

Added

  • Initial release

Template

## [Unreleased]
### Added
- TBD

### Changed
- TBD

### Deprecated
- TBD

### Removed
- TBD

### Fixed
- TBD

### Security
- TBD