Skip to content

Commit

Permalink
Keep published release notes intact, update for patch release
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Mar 3, 2023
1 parent cada7b6 commit 5655611
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RELEASE.md
@@ -1,3 +1,11 @@
# Release 2.11.1

**Note**: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting with TensorFlow 2.11, you will need to install TensorFlow in WSL2, or install tensorflow-cpu (developed by Intel, see 2.11.0 release notes) and, optionally, try the TensorFlow-DirectML-Plugin.

This release also introduces several vulnerability fixes:

* TODO (in another PR)

# Release 2.11.0

## Breaking Changes
Expand All @@ -18,8 +26,6 @@

* `tensorflow/python/keras` code is a legacy copy of Keras since the TensorFlow v2.7 release, and will be deleted in the v2.12 release. Please remove any import of `tensorflow.python.keras` and use the public API with `from tensorflow import keras` or `import tensorflow as tf; tf.keras`.

* TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting with TensorFlow 2.11, you will need to install TensorFlow in WSL2, or install tensorflow-cpu and, optionally, try the TensorFlow-DirectML-Plugin.

## Major Features and Improvements

* `tf.lite`:
Expand Down

0 comments on commit 5655611

Please sign in to comment.