Skip to content

Commit c5bd24c

Browse files
authored
Update release notes (#3754)
1 parent aa9bffe commit c5bd24c

File tree

4 files changed

+24
-21
lines changed

4 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## \[v1.6.3\]
6+
7+
### Enhancements
8+
9+
- Improve Vitens Kiemgetal OTX 1.6.x (<https://github.com/openvinotoolkit/training_extensions/pull/3671>)
10+
- Update dependencies (<https://github.com/openvinotoolkit/training_extensions/pull/3750>)
11+
12+
### Bug fixes
13+
14+
- Fix rotated detection data pipeline (<https://github.com/openvinotoolkit/training_extensions/pull/3627>)
15+
516
## \[v1.6.2\]
617

718
### Enhancements

README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -98,26 +98,11 @@ You can find more details with examples in the [CLI command intro](https://openv
9898

9999
## Updates
100100

101-
### v1.6.2 (2Q24)
102-
103-
- Pin OTX version to requirements.txt file for the exportable package (<https://github.com/openvinotoolkit/training_extensions/pull/3555>)
104-
- Add augmentation details page to the docs (<https://github.com/openvinotoolkit/training_extensions/pull/3533>)
105-
106-
### v1.6.1 (2Q24)
107-
108-
- Replace the default model for rotated_det/ins_seg task from resnet50_maskrcnn to efficientnetb2b_maskrcnn (<https://github.com/openvinotoolkit/training_extensions/pull/3478>)
109-
- Update pymongo version to 4.6.3 for resolving CVE-2024-21506 (<https://github.com/openvinotoolkit/training_extensions/pull/3396>)
110-
- Use torchvision in MRCNN on CUDA (<https://github.com/openvinotoolkit/training_extensions/pull/3347>)
111-
- Update IPEX version in installation guide documentation (<https://github.com/openvinotoolkit/training_extensions/pull/3343>)
112-
- Update benchmark (<https://github.com/openvinotoolkit/training_extensions/pull/3338>)
113-
- Bump idan version to 3.7 (<https://github.com/openvinotoolkit/training_extensions/pull/3332>)
114-
- Support benchmark history summary (<https://github.com/openvinotoolkit/training_extensions/pull/3307>)
115-
- Pin pymongo version to 4.5.0 (<https://github.com/openvinotoolkit/training_extensions/pull/3316>)
116-
- Upgrade MAPI (<https://github.com/openvinotoolkit/training_extensions/pull/3304>)
117-
- Add NMS iou threshold configurable parameter (<https://github.com/openvinotoolkit/training_extensions/pull/3287>)
118-
- Remedy some medium/low severity bandit issues (<https://github.com/openvinotoolkit/training_extensions/pull/3208>)
119-
- Update documentations (<https://github.com/openvinotoolkit/training_extensions/pull/3280>)
120-
- Add perf benchmark test cases for action and visual prompting (<https://github.com/openvinotoolkit/training_extensions/pull/3292>)
101+
### v1.6.3 (3Q24)
102+
103+
- Improve Vitens Kiemgetal OTX 1.6.x
104+
- Fix rotated detection data pipeline
105+
- Update dependencies to omit vulnerabilities
121106

122107
### Release History
123108

docs/source/guide/release_notes/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Releases
44
.. toctree::
55
:maxdepth: 1
66

7+
v1.6.3 (3Q24)
8+
-------------
9+
10+
- Improve Vitens Kiemgetal OTX 1.6.x
11+
- Fix rotated detection data pipeline
12+
- Update dependencies to omit vulnerabilities
13+
714
v1.6.2 (2Q24)
815
-------------
916

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
openvino==2023.3.0
22
openvino-model-api==0.1.9.1
3-
otx==1.6.2
3+
otx==1.6.3rc0
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)