Skip to content

Latest commit

 

History

History
1137 lines (985 loc) · 52.6 KB

File metadata and controls

1137 lines (985 loc) · 52.6 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]

New features

Enhancements

Bug fixes

27/07/2023 - Release 1.4.1

Bug fixes

21/07/2023 - Release 1.4.0

New features

Enhancements

Bug fixes

26/05/2023 - Release 1.3.2

Enhancements

Bug fixes

26/05/2023 - Release 1.3.1

Bug fixes

25/05/2023 - Release 1.3.0

New features

Enhancements

Bug fixes

04/05/2023 - Release 1.2.1

Bug fixes

20/04/2023 - Release 1.2.0

New features

Enhancements

Bug fixes

28/03/2023 - Release 1.1.1

Bug fixes

23/03/2023 - Release 1.1.0

New features

Enhancements

Bug fixes

24/02/2023 - Release v1.0.0

New features

Enhancements

Bug fixes

27/01/2023 - Release v0.5.0

New features

Enhancements

Deprecated

  • N/A

Removed

  • N/A

Bug fixes

Security

06/12/2022 - Release v0.4.0.1

New features

Enhancements

Deprecated

  • N/A

Removed

  • N/A

Bug fixes

Security

  • N/A

06/09/2022 - Release v0.3.1

New features

Enhancements

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

  • N/A

Bug fixes

Security

  • N/A

21/02/2022 - Release v0.3

New features

Enhancements

  • 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

Bug fixes

Security

  • TBD

28/01/2022 - Release v0.2.3

New features

Enhancements

  • 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

Bug fixes

Security

  • TBD

24/12/2021 - Release v0.2.2

New features

Enhancements

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)

Bug fixes

Security

  • TBD

16/11/2021 - Release v0.2.1

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

14/10/2021 - Release v0.2

New features

Enhancements

  • 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

Bug fixes

Security

  • TBD

24/08/2021 - Release v0.1.11

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

14/07/2021 - Release v0.1.10

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

03/06/2021 - Release v0.1.9

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

31/03/2021 - Release v0.1.8

New features

  • TBD

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

24/03/2021 - Release v0.1.7

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

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

New features

  • TBD

Enhancements

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

02/26/2021 - Release v0.1.6

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

01/23/2021 - Release v0.1.5

New features

Enhancements

Deprecated

Removed

  • TBD

Bug fixes

Security

  • TBD

12/10/2020 - Release v0.1.4

New features

Enhancements

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

  • TBD

Security

  • TBD

10/28/2020 - Release v0.1.3

New features

Enhancements

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

Security

  • TBD

10/05/2020 - Release v0.1.2

New features

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

Enhancements

Deprecated

  • TBD

Removed

Bug fixes

Security

  • TBD

09/24/2020 - Release v0.1.1

New features

Enhancements

  • TBD

Deprecated

  • TBD

Removed

  • TBD

Bug fixes

  • TBD

Security

  • TBD

09/10/2020 - Release v0.1.0

New features

  • Initial release

Template

## [Unreleased]
### New features
- TBD

### Enhancements
- TBD

### Deprecated
- TBD

### Removed
- TBD

### Bug fixes
- TBD

### Security
- TBD