@@ -17,24 +17,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
(< https://github.com/openvinotoolkit/datumaro/pull/810 > )
18
18
19
19
### Changed
20
- - Remove the duplicated and cyclical category context
20
+ - Refactor existing tests
21
+ (< https://github.com/openvinotoolkit/datumaro/pull/803 > )
22
+ - Raise ImportError on importing malformed COCO directory
23
+ (< https://github.com/openvinotoolkit/datumaro/pull/812 > )
24
+ - Remove the duplicated and cyclical category context in documentation
21
25
(< https://github.com/openvinotoolkit/datumaro/pull/822 > )
22
26
23
27
### Fixed
24
28
- Fix for importing CVAT image 1.1 data format exported to project level
25
29
(< https://github.com/openvinotoolkit/datumaro/pull/795 > )
26
- - Fix problem setting loglevel via CLI
30
+ - Fix a problem on setting log-level via CLI
27
31
(< https://github.com/openvinotoolkit/datumaro/pull/800 > )
28
32
- Fix code format with the latest black==23.1.0
29
33
(< https://github.com/openvinotoolkit/datumaro/pull/802 > )
30
- - Refactor existing tests
31
- (< https://github.com/openvinotoolkit/datumaro/pull/803 > )
32
- - Fix [ Explain command cannot find the model (#721 )] ( https://github.com/openvinotoolkit/datumaro/issues/721 )
33
- (< https://github.com/openvinotoolkit/datumaro/pull/804 > )
34
- - Fix model remove CLI command
34
+ - Fix [ Explain command cannot find the model (#721 )] ( https://github.com/openvinotoolkit/datumaro/issues/721 ) (< https://github.com/openvinotoolkit/datumaro/pull/804 > )
35
+ - Fix a problem found on model remove CLI command
35
36
(< https://github.com/openvinotoolkit/datumaro/pull/805 > )
36
- - Raise ImportError on importing malformed COCO directory
37
- (< https://github.com/openvinotoolkit/datumaro/pull/812 > )
38
37
39
38
## 27/01/2023 - Release v0.5.0
40
39
### Added
0 commit comments