aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2024-02-14 17:14:53 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2024-02-14 18:05:36 +0000
commitd10b53a358d7fddc2e5a818d146b71bc5bb5e0ed (patch)
treed8463665eeb6992f61d211f9bed8f93a206c881a
parentd08513a72e7fbf0626c3d69b9c4cc7056b3da4ae (diff)
downloadmlia-d10b53a358d7fddc2e5a818d146b71bc5bb5e0ed.tar.gz
docs: Update RELEASES.md for release 0.8.00.8.0-rc.10.8.0
Resolves: MLIA-1074 Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com> Change-Id: Id23da33fefbe5ef61b2e507f6c7706e3ed3d0bef
-rw-r--r--RELEASES.md28
1 files changed, 26 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 80031d6..a49e064 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,5 @@
<!---
-SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
+SPDX-FileCopyrightText: Copyright 2022-2024, Arm Limited and/or its affiliates.
SPDX-License-Identifier: Apache-2.0
--->
# MLIA Releases
@@ -10,12 +10,36 @@ main feature changes, interface changes and issues that have been fixed.
The version numbering adheres to the [semantic versioning](https://semver.org/)
scheme.
-### Trademarks and Copyrights
+## Trademarks and Copyrights
* Arm®, Cortex®-A, Ethos™-U, Corstone™ are registered trademarks or trademarks
of Arm® Limited (or its subsidiaries) in the U.S. and/or elsewhere.
* TensorFlow™ is a trademark of Google® LLC.
+## 0.8.0 (2024-02-09)
+
+### Bug fix
+
+* Improve error handling for invalid file
+* Fix PytestCollectionWarning in unit tests
+* Capture and handle Vela warning when model is too big
+* Fix default backend validation
+* Fix invalid artifacts from TensorFlow logging in the JSON output
+
+### Feature changes
+
+* Support batch size > 1 for optimizations
+* New optimization type 'rewrite' (proof-of-concept implementation to be extended)
+* Integrate Vela's per-layer performance estimates
+
+### Internal changes
+
+* Minimum required Python version bumped to 3.9
+* Dependencies updated (Vela 3.10, TensorFlow 2.14 and more)
+* Pre-commit and tox dependencies updated
+* Add linters/checkers for TOML files to pre-commits
+* Add flaky dependency for unstable tests
+
## Release 0.7.0
### Internal changes