From d10b53a358d7fddc2e5a818d146b71bc5bb5e0ed Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Wed, 14 Feb 2024 17:14:53 +0000 Subject: docs: Update RELEASES.md for release 0.8.0 Resolves: MLIA-1074 Signed-off-by: Benjamin Klimczak Change-Id: Id23da33fefbe5ef61b2e507f6c7706e3ed3d0bef --- RELEASES.md | 28 ++++++++++++++++++++++++++-- 1 file 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 @@ # 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 -- cgit v1.2.1