aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-06-30 13:22:53 +0100
committerTim Hall <tim.hall@arm.com>2020-06-30 14:43:11 +0100
commit8c32e15b613815052e47f793466f4f7b7c591eb1 (patch)
treea0fb4376ab2fdf1fb42ca7c98b728e88272f92b6 /RELEASES.md
parentb02c8d954b9c7b8452a2c9adbcdd14a787a352a5 (diff)
downloadethos-u-vela-8c32e15b613815052e47f793466f4f7b7c591eb1.tar.gz
MLBEDSW-2575: Update documentation for Yoda Beta1.1.0.rc21.1.0
- Added release information - Added PyPi documentation Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: Iaae64cfe10a2fa65f0559d13940b19d6f57edfdc
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md
index fcd100fb..abab754a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,7 +5,19 @@ 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.0 - 18/06/2020
+## Release 1.1.0 - 30/06/2020
+
+**Main feature changes:**
+
+* Multi-core support
+* DRAM memory allocation support
+
+**Interface changes:**
+
+* Change to CLI options: `--accelerator-config` (added values `yoda-256` and
+`yoda-512`)
+
+## Release 1.0.0 - 18/06/2020
**Main feature changes:**
@@ -23,9 +35,9 @@ fixed. The version numbering adheres to the
**Reported defect fixes:**
-* MLCE-218: Crop2D operator not passing through optimizer
-* MLCE-219: Custom Operator not passing through optimizer
+* Crop2D operator not passing through optimizer (MLCE-218)
+* Custom Operator not passing through optimizer (MLCE-219)
-## Release 0.1 - 29/04/2020
+## Release 0.1.0 - 29/04/2020
Initial release.