aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASES.md19
-rw-r--r--SUPPORTED_OPS.md2
2 files changed, 20 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7b32b41..5f53a2b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -22,6 +22,25 @@ 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 3.10.0 - 16/11/2023
+
+**Main feature changes:**
+
+* New operator support: SQUARED_DIFFERENCE, TRANSPOSE
+* Upgrade TensorFlow Lite support to version 2.14
+* Improved stride checking and support for:
+ * AVERAGE_POOL_2D, CONV_2D, MAX_POOL_2D, TRANSPOSE_CONV
+* Added missing pass-through options for RANDOM_UNIFORM
+
+**Interface changes:**
+
+* None
+
+**Reported defect fixes:**
+
+* Removed duplicate CPU tensors (MLCE-1103 & MLCE-1106)
+
+
## Release 3.9.0 - 15/08/2023
**Main feature changes:**
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index 665cb30..c0e2b0b 100644
--- a/SUPPORTED_OPS.md
+++ b/SUPPORTED_OPS.md
@@ -19,7 +19,7 @@ limitations under the License.
# Supported Ops
This file was automatically generated by Vela using the `--supported-ops-report` parameter.
-Vela version: `3.10.0rc2.dev0+ga8fda88.d20231113`
+Vela version: `3.10.0`
This file complies with
[**Gitiles Markdown syntax**](https://gerrit.googlesource.com/gitiles/+/HEAD/Documentation/markdown.md)