Skip to content

Commit efcf62f

Browse files
committed
update for release 1.4.2rc3
1 parent 00a84df commit efcf62f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ All notable changes to this project will be documented in this file.
66

77
### Enhancements
88

9+
- Bump datumaro version to 1.5.0rc0 (<https://github.com/openvinotoolkit/training_extensions/pull/2470>)
10+
- Set tox version constraint (<https://github.com/openvinotoolkit/training_extensions/pull/2472>)
911
- Add model category attributes to model template (<https://github.com/openvinotoolkit/training_extensions/pull/2439>)
1012

1113
### Bug fixes
1214

15+
- Bug fix for albumentations (<https://github.com/openvinotoolkit/training_extensions/pull/2467>)
1316
- Add workaround for the incorrect meta info M-RCNN (used for XAI) (<https://github.com/openvinotoolkit/training_extensions/pull/2437>)
1417
- Fix label list order for h-label classification (<https://github.com/openvinotoolkit/training_extensions/pull/2440>)
1518
- Modified fq numbers for lite HRNET e2e tests (<https://github.com/openvinotoolkit/training_extensions/pull/2445>)

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (C) 2021-2023 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "1.4.2rc2"
6+
__version__ = "1.4.2rc3"
77
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
openvino==2023.0
22
openvino-model-api==0.1.3
3-
otx==1.4.2rc2
3+
otx==1.4.2rc3
44
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 commit comments

Comments
 (0)