aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2016-11-08 16:54:57 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-08 17:03:54 -0800
commit3cd41cf72a998ac800f91e1dc507e4e8638330ab (patch)
treeb9c963259d8539b21a8d382f554aa8e84405ba2d /RELEASE.md
parentbb829c60f578ab43438497deea4113e4446a67da (diff)
Rename tf.Tensor to tf.Output
- Swap the alias direction and fix tests broken by the swap - Export Output in tensorflow.__all__ Change: 138583261
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 861da16115..729a237921 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -10,6 +10,8 @@ BUS_ANY was used.
by adding .ok() to the call.
* The C API type `TF_Session` has been renamed to `TF_DeprecatedSession`.
Please use `TF_SessionWithGraph` instead.
+* Renamed Tensor to Output in the Python API. Tensor will be an alias for Output
+ until TensorFlow 2.0 is released.
# Release 0.11.0