aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 11:27:51 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 13:27:22 +0000
commitf5f792bffa34fae8519fdb9d96a1ba2d1f9de777 (patch)
tree2ab97c1a08d3cdf54660ac1778bc1b80882a8ffc
parentb7c4fcec0020121ae37451461dc460483fe4c176 (diff)
downloadtosa_checker-f5f792bffa34fae8519fdb9d96a1ba2d1f9de777.tar.gz
Update RELEASES.md notes for version 0.2.0
Change-Id: I6a1f487199a7a25bd9603dbf5af09fbcc3f04b59
-rw-r--r--RELEASES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ec666ee..c547b37 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,6 +2,19 @@
SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
SPDX-License-Identifier: Apache-2.0
--->
+# Release 0.2.0
+
+* Update TensorFlow™ dependency to 2.13.0 to use the latest TFL to TOSA legalization
+* Models with tfl.custom ops are considered non TOSA compliant
+* Add security measures:
+ * Add a `--sanitizer=[asan|ubsan]` option to `setup.py` to build the Python® package with the [Address Sanitizer (ASAN)](https://clang.llvm.org/docs/AddressSanitizer.html) or [Undefined Behavior Sanitizer (UBSAN)](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)
+ * Add the [Bandit](https://pypi.org/project/bandit/) linter
+ * Use `_FORTIFY_SOURCE=2` on compiled sources
+ * Add security counter measures in the Docker™ CI, see [docker/README.md](docker/README.md#how-to-use-the-tosa-checker-dockertm-image-with-security-countermeasures) for more information
+* Add a `--nightly` option to `setup.py` for building nightly Python® packages
+* Fix TOSA Checker PyPI® homepage links
+
+
# Release 0.1.0
First release of the TOSA Checker tool. The goal of the tool is to provide an easy way to check if a TensorFlow™ Lite model is compatible with the [TOSA specification](https://www.mlplatform.org/tosa).