Skip to content

Commit

Permalink
Update changelog for 1.6.1rc4 (#3401)
Browse files Browse the repository at this point in the history
* update changelog

* update readme and release note
  • Loading branch information
yunchu committed Apr 26, 2024
1 parent 54cfb4c commit 467208a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.

### Bug fixes

- Explicitly cast incorrect output type in OV model (<https://github.com/openvinotoolkit/training_extensions/pull/3395>)
- Update QAT configs for rotated detection (<https://github.com/openvinotoolkit/training_extensions/pull/3375>)
- Hotfix :wrench: Bypass ClsIncrSampler for tiling (<https://github.com/openvinotoolkit/training_extensions/pull/3374>)
- [NNCF] Dynamic shape datasets WA (<https://github.com/openvinotoolkit/training_extensions/pull/3355>)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ You can find more details with examples in the [CLI command intro](https://openv

### v1.6.1 (2Q24)

- 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>)
Expand Down
5 changes: 4 additions & 1 deletion docs/source/guide/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ Releases
v1.6.1 (2Q24)
-------------

- Update pymongo version to 4.6.3 for resolving CVE-2024-21506
- Use torchvision in MRCNN on CUDA
- Update IPEX version in installation guide documentation
- Update benchmark
- Bump idan version to 3.7
- Support benchmark history summary
- Pin pymongo version to 4.5.0
- Upgrade MAPI
- Add NMS iou threshold configurable parameter
- Remedy some medium/low severity bandit issues
- Update documentations
- Add perf benchmark test cases for action and visual prompting
- Explicitly cast incorrect output type in OV model
- Update QAT configs for rotated detection
- Hotfix :wrench: Bypass ClsIncrSampler for tiling
- [NNCF] Dynamic shape datasets WA
- [Hotfix] :fire: Fixing detection oriented OV inferencer
- Revert adaptive batch size
Expand Down

0 comments on commit 467208a

Please sign in to comment.