Skip to content

Commit 51d6cfd

Browse files
authored
Update version and release note (#2331)
update version and release note
1 parent 645cf7b commit 51d6cfd

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

CHANGELOG.md

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

77
### Bug fixes
88

9-
- Fix 'None' node issue in label schema mapping in case of label deletion (#2300)
9+
- Fix 'None' node issue in label schema mapping in case of label deletion (<https://github.com/openvinotoolkit/training_extensions/pull/2300>)
10+
- Squeeze anomaly mpas in metadata (<https://github.com/openvinotoolkit/training_extensions/pull/2310>)
11+
- Fix semantic segmentation soft prediction dtype (<https://github.com/openvinotoolkit/training_extensions/pull/2321>)
12+
- Fix label deletion issue (<https://github.com/openvinotoolkit/training_extensions/pull/2315>)
1013

1114
### Enhancements
1215

13-
- Per-class saliency maps for M-RCNN (#2301)
14-
- Disable semantic segmentation soft prediction processing (#2302)
16+
- Per-class saliency maps for M-RCNN (<https://github.com/openvinotoolkit/training_extensions/pull/2301>)
17+
- Disable semantic segmentation soft prediction processing (<https://github.com/openvinotoolkit/training_extensions/pull/2302>)
18+
- Update export and nncf hyperparameters (<https://github.com/openvinotoolkit/training_extensions/pull/2306>)
1519

1620
## \[v1.2.3\]
1721

docs/source/guide/release_notes/index.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Release Notes
44
.. toctree::
55
:maxdepth: 2
66

7+
******
8+
v1.2.4
9+
******
10+
11+
- Per-class saliency maps for M-RCNN
12+
- Disable semantic segmentation soft prediction processing
13+
- Update export and nncf hyperparameters
14+
15+
*************
16+
v1.2.1-v1.2.3
17+
*************
18+
19+
- Upgrade 'mmdeploy==0.14.0' from PyPI
20+
- Integrate new ignored loss in semantic segmentation
21+
- Tiling Spatial Concatenation for OpenVINO IR
22+
- Optimize conuting train & inference speed and memory consumption
23+
- Improve warning message for tiling configurable parameter
24+
725
*************
826
v1.2.0 (1Q23)
927
*************

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.4rc1"
6+
__version__ = "1.2.4"
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==1.2.4rc1
3+
otx==1.2.4
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)