Skip to content

Commit a62d6b4

Browse files
author
Songki Choi
committed
Release 1.2.0rc2
Signed-off-by: Songki Choi <[email protected]>
1 parent d705378 commit a62d6b4

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ You can find more details with examples in the [CLI command intro](https://openv
101101
- Support multiple python versions up to 3.10 (<https://github.com/openvinotoolkit/training_extensions/pull/1978>)
102102
- Support export of onnx models (<https://github.com/openvinotoolkit/training_extensions/pull/1976>)
103103
- Add option to save images after inference in OTX CLI demo together with demo in exportable code (<https://github.com/openvinotoolkit/training_extensions/pull/2005>)
104+
- Support storage cache in Apache Arrow using Datumaro for cls, det, seg tasks (<https://github.com/openvinotoolkit/training_extensions/pull/2009>)
105+
- Add noisy label detection for multi-class classification task (<https://github.com/openvinotoolkit/training_extensions/pull/1985>, <https://github.com/openvinotoolkit/training_extensions/pull/2034>)
104106

105107
### Release History
106108

docs/source/guide/release_notes/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ v1.2.0 (1Q23)
1212
- Support multiple python versions up to 3.10
1313
- Support export of onnx models
1414
- Add option to save images after inference in OTX CLI demo together with demo in exportable code
15+
- Support storage cache in Apache Arrow using Datumaro for cls, det, seg tasks
16+
- Add noisy label detection for multi-class classification task
1517

1618
*************
1719
v1.1.0 (1Q23)

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.2.0rc1"
6+
__version__ = "1.2.0rc2"
77
# NOTE: Sync w/ 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==2022.3.0
22
openmodelzoo-modelapi==2022.3.0
3-
otx @ git+https://github.com/openvinotoolkit/training_extensions/@0e69a96192f1fc5a59781701bffe8c28df2e93b0#egg=otx
3+
otx==1.2.0rc2
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)