Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes #3754

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## \[v1.6.3\]

### Enhancements

- Improve Vitens Kiemgetal OTX 1.6.x (<https://github.com/openvinotoolkit/training_extensions/pull/3671>)
- Update dependencies (<https://github.com/openvinotoolkit/training_extensions/pull/3750>)

### Bug fixes

- Fix rotated detection data pipeline (<https://github.com/openvinotoolkit/training_extensions/pull/3627>)

## \[v1.6.2\]

### Enhancements
Expand Down
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,26 +98,11 @@ You can find more details with examples in the [CLI command intro](https://openv

## Updates

### v1.6.2 (2Q24)

- Pin OTX version to requirements.txt file for the exportable package (<https://github.com/openvinotoolkit/training_extensions/pull/3555>)
- Add augmentation details page to the docs (<https://github.com/openvinotoolkit/training_extensions/pull/3533>)

### v1.6.1 (2Q24)

- Replace the default model for rotated_det/ins_seg task from resnet50_maskrcnn to efficientnetb2b_maskrcnn (<https://github.com/openvinotoolkit/training_extensions/pull/3478>)
- Update pymongo version to 4.6.3 for resolving CVE-2024-21506 (<https://github.com/openvinotoolkit/training_extensions/pull/3396>)
- Use torchvision in MRCNN on CUDA (<https://github.com/openvinotoolkit/training_extensions/pull/3347>)
- Update IPEX version in installation guide documentation (<https://github.com/openvinotoolkit/training_extensions/pull/3343>)
- Update benchmark (<https://github.com/openvinotoolkit/training_extensions/pull/3338>)
- Bump idan version to 3.7 (<https://github.com/openvinotoolkit/training_extensions/pull/3332>)
- Support benchmark history summary (<https://github.com/openvinotoolkit/training_extensions/pull/3307>)
- Pin pymongo version to 4.5.0 (<https://github.com/openvinotoolkit/training_extensions/pull/3316>)
- Upgrade MAPI (<https://github.com/openvinotoolkit/training_extensions/pull/3304>)
- Add NMS iou threshold configurable parameter (<https://github.com/openvinotoolkit/training_extensions/pull/3287>)
- Remedy some medium/low severity bandit issues (<https://github.com/openvinotoolkit/training_extensions/pull/3208>)
- Update documentations (<https://github.com/openvinotoolkit/training_extensions/pull/3280>)
- Add perf benchmark test cases for action and visual prompting (<https://github.com/openvinotoolkit/training_extensions/pull/3292>)
### v1.6.3 (3Q24)

- Improve Vitens Kiemgetal OTX 1.6.x
- Fix rotated detection data pipeline
- Update dependencies to omit vulnerabilities

### Release History

Expand Down
7 changes: 7 additions & 0 deletions docs/source/guide/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Releases
.. toctree::
:maxdepth: 1

v1.6.3 (3Q24)
-------------

- Improve Vitens Kiemgetal OTX 1.6.x
- Fix rotated detection data pipeline
- Update dependencies to omit vulnerabilities

v1.6.2 (2Q24)
-------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openvino==2023.3.0
openvino-model-api==0.1.9.1
otx==1.6.2
otx==1.6.3rc0
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
Loading