From 10a6618784aae35de389e0291fd2d78cbfa03bb7 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Mon, 15 Jun 2020 22:25:58 +0100 Subject: MLBEDSW-2062: Add EAC release notes - Added RELEASES.md - Updated testing and contributions Signed-off-by: Tim Hall Change-Id: Ia5ca3e11f03f03b739d1ce132ee001d5feb2c19e --- RELEASES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 RELEASES.md (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 00000000..fcd100fb --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,31 @@ +# Vela Releases + +These are the release notes for all Vela releases. They document all of the +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 + +**Main feature changes:** + +* Int16 support +* New HW operator support: RESIZE_BILINEAR and TRANSPOSE_CONV +* NHCWB16 support between cascaded passes +* Stride 3 support +* pre-commit framework for code formatting, linting and testing + +**Interface changes:** + +* Removal of CLI options: `--batch-size`, `--inter-pass-cycle-delay`, +`--dram-bandwidth` +* Addition of CLI options: `--nhcwb16-between-cascaded-passes` + +**Reported defect fixes:** + +* MLCE-218: Crop2D operator not passing through optimizer +* MLCE-219: Custom Operator not passing through optimizer + +## Release 0.1 - 29/04/2020 + +Initial release. -- cgit v1.2.1