Fix release notes.

Becuase the automation that updates the release notes in master after branch cut for release happens has been destroyed and the step has not been done manually in time, we have commits such as 9fbf113704# and ba1372a41e that write the wrong contents to the release notes.

PiperOrigin-RevId: 507025073
This commit is contained in:
Mihai Maruseac 2023-02-03 16:47:51 -08:00 committed by TensorFlower Gardener
parent cf48610d94
commit 888231f97a

View File

@ -13,8 +13,14 @@
# Major Features and Improvements
* Added Keras metrics `tf.keras.metrics.FBetaScore` and
`tf.keras.metrics.F1Score`.
* `tf.lite`:
* Add 16-bit and 64-bit float type support for built-in op `cast`.
* `tf.keras`
* Added Keras metrics `tf.keras.metrics.FBetaScore` and
`tf.keras.metrics.F1Score`.
# Bug Fixes and Other Changes
@ -114,7 +120,6 @@ This release contains contributions from many people at Google, as well as:
* `tf.lite`:
* Add 16-bit float type support for built-in op `fill`.
* Add 16-bit and 64-bit float type support for built-in op `cast`.
* Transpose now supports 6D tensors.
* Float LSTM now supports diagonal recurrent tensors:
https://arxiv.org/abs/1903.08023