From c5bd24c4713416ebc4dc5f07e34ea39ceca4da43 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Mon, 22 Jul 2024 16:25:34 +0900 Subject: [PATCH] Update release notes (#3754) --- CHANGELOG.md | 11 ++++++++ README.md | 25 ++++--------------- docs/source/guide/release_notes/index.rst | 7 ++++++ .../exportable_code/demo/requirements.txt | 2 +- 4 files changed, 24 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faea611272a..d4b441be0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 () +- Update dependencies () + +### Bug fixes + +- Fix rotated detection data pipeline () + ## \[v1.6.2\] ### Enhancements diff --git a/README.md b/README.md index a97f7e60436..7f49f9b276f 100644 --- a/README.md +++ b/README.md @@ -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 () -- Add augmentation details page to the docs () - -### v1.6.1 (2Q24) - -- Replace the default model for rotated_det/ins_seg task from resnet50_maskrcnn to efficientnetb2b_maskrcnn () -- 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 () +### v1.6.3 (3Q24) + +- Improve Vitens Kiemgetal OTX 1.6.x +- Fix rotated detection data pipeline +- Update dependencies to omit vulnerabilities ### Release History diff --git a/docs/source/guide/release_notes/index.rst b/docs/source/guide/release_notes/index.rst index d4517782e50..23e3cc07eb8 100644 --- a/docs/source/guide/release_notes/index.rst +++ b/docs/source/guide/release_notes/index.rst @@ -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) ------------- diff --git a/src/otx/api/usecases/exportable_code/demo/requirements.txt b/src/otx/api/usecases/exportable_code/demo/requirements.txt index e07fefea5ff..d22fee8e308 100644 --- a/src/otx/api/usecases/exportable_code/demo/requirements.txt +++ b/src/otx/api/usecases/exportable_code/demo/requirements.txt @@ -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