Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken relnotes. #59690

Merged
merged 2 commits into from Feb 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 5 additions & 7 deletions RELEASE.md
@@ -1,6 +1,6 @@
# Release 2.12.0

# Breaking Changes
## Breaking Changes

* Build, Compilation and Packaging

Expand All @@ -27,7 +27,7 @@
* If you use masked losses with Keras the loss values may be different in TensorFlow `2.12` compared to previous versions.
* In cases where the mask was previously ignored, you will now get an error if you pass a mask with an incompatible shape.

# Major Features and Improvements
## Major Features and Improvements

* `tf.lite`:

Expand Down Expand Up @@ -70,13 +70,11 @@

* Added experimental support to ReduceScatter fuse on GPU (NCCL).

* `tf.SavedModel`:
## Bug Fixes and Other Changes

* `tf.SavedModel`:
* Introduced new class `tf.saved_model.experimental.Fingerprint` that contains the fingerprint of the SavedModel. See the [SavedModel Fingerprinting RFC](https://github.com/tensorflow/community/pull/415) for details.
* Introduced API `tf.saved_model.experimental.read_fingerprint(export_dir)` for reading the fingerprint of a SavedModel.

# Bug Fixes and Other Changes

* `tf.random`
* Added non-experimental aliases for `tf.random.split` and `tf.random.fold_in`, the experimental endpoints are still available so no code changes are necessary.
* `tf.experimental.ExtensionType`
Expand All @@ -90,7 +88,7 @@
* `tf.config.experimental.mlir_bridge_rollout`
* Removed enums `MLIR_BRIDGE_ROLLOUT_SAFE_MODE_ENABLED` and `MLIR_BRIDGE_ROLLOUT_SAFE_MODE_FALLBACK_ENABLED` which are no longer used by the tf2xla bridge

# Thanks to our Contributors
## Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

Expand Down