Skip to content

Commit

Permalink
Update for release 1.4.0rc2 (#1090)
Browse files Browse the repository at this point in the history
* Update changelog
  • Loading branch information
yunchu authored Jul 11, 2023
1 parent 3bbb425 commit 51b43e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## 11/07/2023 - Release 1.4.0rc2
### New features
- Add documentation and notebook example for Prune API
(<https://github.com/openvinotoolkit/datumaro/pull/1070>)

### Enhancements
- Give notice that the deprecation works will be done in datumaro==1.5.0
(<https://github.com/openvinotoolkit/datumaro/pull/1085>)

### Bug fixes
- Create cache dir under only writable filesystem
(<https://github.com/openvinotoolkit/datumaro/pull/1088>)

## 07/07/2023 - Release 1.4.0rc1
### New features
- Changed supported Python version range (>=3.8, <=3.11)
Expand All @@ -29,8 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/1077>, <https://github.com/openvinotoolkit/datumaro/pull/1081>)
- Support mask annotations for CVAT data format
(<https://github.com/openvinotoolkit/datumaro/pull/1078>)
- Add documentation and notebook example for Prune API
(<https://github.com/openvinotoolkit/datumaro/pull/1070>)

### Enhancements
- Enhance import performance for built-in plugins
Expand All @@ -49,8 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/1069>)
- Refactor dataset.py to seperate DatasetStorage
(<https://github.com/openvinotoolkit/datumaro/pull/1073>)
- Give notice that the deprecation works will be done in datumaro==1.5.0
(<https://github.com/openvinotoolkit/datumaro/pull/1085>)

### Bug fixes
- Fix warnings in test_visualizer.py
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.4.0rc1"
__version__ = "1.4.0rc2"

0 comments on commit 51b43e2

Please sign in to comment.