Skip to content

Commit d980227

Browse files
Update release notes for TensorFlow 2.18.1 (#87073)
* Insert release notes place-fill * Update RELEASE.md * Fix typo in RELEASE.md --------- Co-authored-by: Raviteja Gorijala <36429068+rtg0795@users.noreply.github.com>
1 parent 430ca7a commit d980227

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 2.18.1
2+
3+
### Security
4+
* Updates curl to `8.11.0` to handle [CVE-2024-2004](https://github.com/advisories/GHSA-97xx-95pm-5qv6), [CVE-2024-2379](https://github.com/advisories/GHSA-wr4c-gwg7-p734), [CVE-2024-2398](https://github.com/advisories/GHSA-mq8w-c2j9-rqxc), [CVE-2024-2466](https://github.com/advisories/GHSA-9xr6-qf7m-2jv5), [CVE-2024-6197](https://github.com/advisories/GHSA-x3h8-3mf2-v794), [CVE-2024-7264](https://github.com/advisories/GHSA-97c4-2w4v-c7r8), [CVE-2024-8096](https://github.com/advisories/GHSA-gv3v-x3f3-7fxm) and [CVE-2024-9681](https://github.com/advisories/GHSA-g337-g667-mjvw).
5+
6+
### Bug Fixes and Other Changes
7+
8+
* Loosen `ml_dtypes` upperbound to `< 1.0.0` to reduce conflicts when installed with other ML ecosystem components.
9+
10+
### Breaking Changes
11+
12+
* `tf.lite`
13+
* Interpreter:
14+
* `tf.lite.Interpreter` gives warning of future deletion and a redirection notice to its new location at `ai_edge_litert.interpreter`. See the [migration guide](https://ai.google.dev/edge/litert/migration) for details.
15+
116
# Release 2.18.0
217

318
## TensorFlow

0 commit comments

Comments
 (0)