From 7562bdf7600a1ee21dc546441c909aaaf01c6f66 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 25 Feb 2021 14:28:06 +0000 Subject: MLBEDSW-4095: Update RELEASE notes and other docs - Updated release notes - Updated supported ops - Clarified platform support - Minor clean up of README Signed-off-by: Tim Hall Change-Id: I62b9ff66fc7729b184a5dbb322406cfcdef4e542 --- RELEASES.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index 16cca1ef..296d59bf 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,33 @@ 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 2.1.0 - 25/02/2021 + +**Main feature changes:** + +* New operator support: PAD, MEAN and HARD_SWISH +* New HillClimb tensor allocator (default) +* Network performance improved of shallow layers +* Updated support to TensorFlow Lite 2.4 +* Added Microsoft Windows 10 support +* Extended debug database to support multiple Ethos-U Custom operators +* Added cascading support to RESIZE_BILINEAR +* Improved performance estimations + +**Interface changes:** + +* Addition of Vela configuration (.ini) file options: + * `MEM_burst_length`, `MEM_read_latency`, `MEM_write_latency` +* Change to CLI options: + * `--tensor-allocator` (change default to HillClimb) +* Addition of CLI options: + * `--verbose-all` + +**Reported defect fixes:** + +* Bug with handling multiple custom operators (MLCE-329) +* Bug with configuring Ethos-U55 with DRAM (MLCE-322) + ## Release 2.0.1 - 03/12/2020 * Fixed a broken link in the long description used by PyPi -- cgit v1.2.1