Skip to content

Commit

Permalink
Update for release1.5.0 (#1151)
Browse files Browse the repository at this point in the history
* update changelog
* update release note
* update version string
  • Loading branch information
yunchu authored Sep 15, 2023
1 parent 8e7f119 commit 8ad0bb8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## 09/2023 - Release 1.5.0
## 15/09/2023 - Release 1.5.0
### New features
- Add tabular data import/export
(<https://github.com/openvinotoolkit/datumaro/pull/1089>)
Expand All @@ -23,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/1142>)

### Enhancements
- Remove xfail marks from the convert integration tests
(<https://github.com/openvinotoolkit/datumaro/pull/1115>)
- Enhance `ClassificationValidator` for multi-label classification datasets with `label_groups`
(<https://github.com/openvinotoolkit/datumaro/pull/1116>)
- Replace Roboflow `xml.etree` with `defusedxml`
Expand All @@ -38,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove deprecates announced to be removed in 1.5.0
(<https://github.com/openvinotoolkit/datumaro/pull/1140>)
- Add multi-threading option to ModelTransform and SAMBboxToInstanceMask
(<https://github.com/openvinotoolkit/datumaro/pull/1145>)
(<https://github.com/openvinotoolkit/datumaro/pull/1145>, <https://github.com/openvinotoolkit/datumaro/pull/1149>)

### Bug fixes
- Fix bugs for Tile transform
Expand Down
31 changes: 31 additions & 0 deletions docs/source/docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,39 @@ Release Notes
.. toctree::
:maxdepth: 1

v1.5.0 (2023.09)
----------------

New features
^^^^^^^^^^^^
- Add tabular data import/export
- Support video annotation import/export
- Add multiframework (PyTorch, Tensorflow) converter
- Add SAM OVMS and Triton server Docker image builders
- Add SAMBboxToInstanceMask transform
- Add ConfigurableValicator

Enhancements
^^^^^^^^^^^^
- Enhance `ClassificationValidator` for multi-label classification datasets with `label_groups`
- Replace Roboflow `xml.etree` with `defusedxml`
- Define `GroupType` with `IntEnum` for, where `0` is `EXCLUSIVE`
- Add Rust API to optimize COCOPageMapper performance
- Support a dictionary input in addition to a single image input for the model launcher to support Segment Anything Model
- Remove deprecates announced to be removed in 1.5.0
- Add multi-threading option to ModelTransform and SAMBboxToInstanceMask

Bug fixes
^^^^^^^^^
- Fix bugs for Tile transform
- Disable Roboflow Tfrecord format when Tensorflow is not installed
- Raise VcsAlreadyExists error if vcs directory exists

v1.4.1 (2023.07)
----------------

Bug fixes
^^^^^^^^^
- Report errors for COCO (stream) and Datumaro importers

v1.4.0 (2023.07)
Expand Down
2 changes: 1 addition & 1 deletion src/datumaro/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0rc2"
__version__ = "1.5.0"

0 comments on commit 8ad0bb8

Please sign in to comment.