From cd94cefec7e8cf28b0100111223cad4cd9849a72 Mon Sep 17 00:00:00 2001 From: Ruomei Yan Date: Tue, 14 Feb 2023 16:01:28 +0000 Subject: MLIA-798 Update/check RELEASES.md Change-Id: I5eff40ac2050b77f580460c2d5233ed6e96adeb7 --- RELEASES.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 4d04c89..25e5a37 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -18,9 +18,39 @@ scheme. ## Release 0.6.0 +### Feature changes + +* Add metadata to the output console display and json file + (MLIA-741/2 and MLIA-775) +* Support using TOML format for target profile and loading custom target + profiles (MLIA-590) +* Support displaying a table of supported targets, backends and advice + in the help text (MLIA-737) + ### Interface changes * **Breaking change:** Implement new CLI changes (MLIA-650) +* Create an interface to load/save/verify target profiles (MLIA-591) +* Remove the --output parameter (MLIA-782) +* Add the CLI parameter --output-dir (MLIA-461) + +### Issues fixed + +* Fix issues so that all available backends can be listed using CLI (MLIA-770) +* Provide a command for backend installation when it is not available and fix + the issue of connection timeout (MLIA-460) + +### Internal changes + +* Update the compatibility list of TensorFlow Lite delegates operators + for Arm NN 22.11 (MLIA-709) +* Expand the use of target/backend registries to avoid hardcoded names and + cache target profiles (MLIA-769) +* Create an API to get target information (MLIA-589) +* Remove previous backend configuration mechanism (MLIA-595) +* Upgrade dependencies with Vela 3.6 (MLIA-669) +* Move tosa-checker functions into a separate module +* Migrate e2e tests to tox (MLIA-676) ## Release 0.5.0 -- cgit v1.2.1