From f5f792bffa34fae8519fdb9d96a1ba2d1f9de777 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Tue, 22 Aug 2023 11:27:51 +0100 Subject: Update RELEASES.md notes for version 0.2.0 Change-Id: I6a1f487199a7a25bd9603dbf5af09fbcc3f04b59 --- RELEASES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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). -- cgit v1.2.1