@@ -7,35 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## \[ Unreleased\]
9
9
10
- ## 18/07/2023 - Release 1.4.0rc3
11
-
12
- ### Enhancements
13
- - Support list query for explorer
14
- (< https://github.com/openvinotoolkit/datumaro/pull/1087 > )
15
- - update contributing.md
16
- (< https://github.com/openvinotoolkit/datumaro/pull/1094 > )
17
- - Update 3rd-party.txt for release 1.4.0
18
- (< https://github.com/openvinotoolkit/datumaro/pull/1099 > )
19
-
20
- ## 11/07/2023 - Release 1.4.0rc2
10
+ ## 21/07/2023 - Release 1.4.0
21
11
### New features
22
12
- Add documentation and notebook example for Prune API
23
13
(< https://github.com/openvinotoolkit/datumaro/pull/1070 > )
24
-
25
- ### Enhancements
26
- - Give notice that the deprecation works will be done in datumaro==1.5.0
27
- (< https://github.com/openvinotoolkit/datumaro/pull/1085 > )
28
- - Unify COCO, Datumaro, VOC, YOLO importer/exporter progress reporter descriptions
29
- (< https://github.com/openvinotoolkit/datumaro/pull/1100 > )
30
-
31
- ### Bug fixes
32
- - Create cache dir under only writable filesystem
33
- (< https://github.com/openvinotoolkit/datumaro/pull/1088 > )
34
- - Fix: Dataset infos() can be broken if a transform not redefining infos() is stacked on the top
35
- (< https://github.com/openvinotoolkit/datumaro/pull/1101 > )
36
-
37
- ## 07/07/2023 - Release 1.4.0rc1
38
- ### New features
39
14
- Changed supported Python version range (>=3.8, <=3.11)
40
15
(< https://github.com/openvinotoolkit/datumaro/pull/1083 > )
41
16
- Migrate OpenVINO v2023.0.0
@@ -58,6 +33,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
33
(< https://github.com/openvinotoolkit/datumaro/pull/1078 > )
59
34
60
35
### Enhancements
36
+ - Support list query for explorer
37
+ (< https://github.com/openvinotoolkit/datumaro/pull/1087 > )
38
+ - update contributing.md
39
+ (< https://github.com/openvinotoolkit/datumaro/pull/1094 > )
40
+ - Update 3rd-party.txt for release 1.4.0
41
+ (< https://github.com/openvinotoolkit/datumaro/pull/1099 > )
42
+ - Give notice that the deprecation works will be done in datumaro==1.5.0
43
+ (< https://github.com/openvinotoolkit/datumaro/pull/1085 > )
44
+ - Unify COCO, Datumaro, VOC, YOLO importer/exporter progress reporter descriptions
45
+ (< https://github.com/openvinotoolkit/datumaro/pull/1100 > )
61
46
- Enhance import performance for built-in plugins
62
47
(< https://github.com/openvinotoolkit/datumaro/pull/1031 > )
63
48
- Change default dtype of load_image() to np.uint8
@@ -76,6 +61,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
61
(< https://github.com/openvinotoolkit/datumaro/pull/1073 > )
77
62
78
63
### Bug fixes
64
+ - Create cache dir under only writable filesystem
65
+ (< https://github.com/openvinotoolkit/datumaro/pull/1088 > )
66
+ - Fix: Dataset infos() can be broken if a transform not redefining infos() is stacked on the top
67
+ (< https://github.com/openvinotoolkit/datumaro/pull/1101 > )
79
68
- Fix warnings in test_visualizer.py
80
69
(< https://github.com/openvinotoolkit/datumaro/pull/1039 > )
81
70
- Fix LabelMe data format
0 commit comments