aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index abab754a..8498fd6a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,6 +5,29 @@ 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 1.2.0 - 31/08/2020
+
+**Main feature changes:**
+
+* New Ethos-U operator support: SOFTMAX and QUANTIZE (requantise only)
+* Improved Ethos-U operator support: RESIZE_BILINEAR and LEAKY_RELU
+* Improved pass-through of operators not supported by Ethos-U
+* Preserve TensorFlow Lite (.tflite) file metadata
+* Improved network performance
+* Performance estimation statistics improved
+* New external API
+
+**Interface changes:**
+
+* Addition of CLI options: `--weight-estimation-scaling`
+* Addition of External APIs: Weight compression and Bias & scale encoding
+
+**Reported defect fixes:**
+
+* Custom operator not passing through Vela (MLCE-223)
+* Flash usage increases in 1.1.0 (MLCE-227)
+* Vela fails with optional bias tensor (MLCE-231)
+
## Release 1.1.0 - 30/06/2020
**Main feature changes:**