aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorRickard Bolin <rickard.bolin@arm.com>2023-08-15 11:49:31 +0000
committerRickard Bolin <rickard.bolin@arm.com>2023-08-21 10:10:01 +0000
commit8ea90edb75e5d2353aa91c264356fc9d460ca308 (patch)
tree61a919a1a08e9ebcac59d73fdd2098595ace6e34 /RELEASES.md
parent3db30ff556fab8a6041a63e4d34a82e2b64f6a51 (diff)
downloadethos-u-vela-8ea90edb75e5d2353aa91c264356fc9d460ca308.tar.gz
MLBEDSW-7702: Update release notes3.9.0
- Added release information - Modified SUPPORTED_OPS.md version info - Update README.md and classifiers in pyproject.toml to specify Python 3.10 as recommended and tested version Change-Id: I78e5752846f261d4713b89c8efe447bcb9c095dd Signed-off-by: Rickard Bolin <rickard.bolin@arm.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8c6dd467..7b32b419 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -22,6 +22,28 @@ main feature changes, interface changes and reported defects that have been
fixed. The version numbering adheres to the
[semantic versioning](https://semver.org/) scheme.
+## Release 3.9.0 - 15/08/2023
+
+**Main feature changes:**
+
+* New operator support: RSQRT
+* Extended Mean operator support
+* Enabled weight buffering for the Size optimisation strategy (CLI option "--optimise Size")
+* Improved documentation of verbose CLI options
+* Upgrade TensorFlow Lite support to version 2.12
+
+**Interface changes:**
+
+* None
+
+**Reported defect fixes:**
+
+* Fixed crash when rewriting Slice operator (MLCE-918)
+* Fixed issues with faulty memory overwrite for reshape operator (MLCE-1003)
+* Fixed runtime issues for grouped convolutions (MLCE-1076)
+* Enabled cascading for resize operators (MLCE-1058)
+
+
## Release 3.8.0 - 17/05/2023
**Main feature changes:**