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 and changelog for 1.4.5 #2853

Merged
merged 1 commit into from
Feb 1, 2024
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
15 changes: 13 additions & 2 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.4.5\]

### Bug fixes

- Filter invalid polygon shapes (<https://github.com/openvinotoolkit/training_extensions/pull/2795>)
- 🐞 Bugfix: Set reverse*input_channels to True in OpenVINO models (<https://github.com/openvinotoolkit/training_extensions/pull/2848>*

### Misc

- Remove dependency of protobuf to omit vulnerability issue (<https://github.com/openvinotoolkit/training_extensions/pull/2851>)

## \[v1.4.4\]

### Enhancements
Expand Down Expand Up @@ -277,7 +288,7 @@ All notable changes to this project will be documented in this file.

## \[v1.0.0\]

> _**NOTES**_
> **NOTES**
>
> OpenVINO™ Training Extensions which version 1.0.0 has been updated to include functional and security updates. Users should update to the latest version.

Expand Down Expand Up @@ -305,7 +316,7 @@ All notable changes to this project will be documented in this file.

## \[v0.5.0\]

> _**NOTES**_
> **NOTES**
>
> OpenVINO Training Extension which version is equal or older then v0.5.0 does not include the latest functional and security updates. OTE Version 1.0.0 is targeted to be released in February 2023 and will include additional functional and security updates. Customers should update to the latest version as it becomes available.

Expand Down
8 changes: 8 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,14 @@ Releases
.. toctree::
:maxdepth: 1

v1.4.5 (1Q24)
-------------

- Filter invalid polygon shapes
- Fix a bug to set reverse_input_channels for OpenVINO models
- Remove unreferenced dependency of protobuf


v1.4.4 (4Q23)
-------------

Expand Down
Loading