aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-12-14 15:22:55 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-14 15:42:44 -0800
commita7cd5f671eb2219a763fe2d77c38ca61bff23f04 (patch)
tree2ac1ff8c86933a8cd2c44623790df633bf446089 /RELEASE.md
parent786a736b3e119990124ba0af04d9f023fbeee84b (diff)
Final breaking change, removing .shape from SparseTensor.
Change: 142071642
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 4572cdf50a..16d3b76502 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -110,6 +110,8 @@
include `RNN` -> `rnn` in `tf.nn.rnn`, `tf.nn.dynamic_rnn` and moving from
`Linear/Matrix` -> `weights` and `Linear/Bias` -> `biases` in most RNN cells.
* Deprecated tf.select op. tf.where should be used instead.
+* `SparseTensor.shape` has been renamed to `SparseTensor.dense_shape`. Same for
+ `SparseTensorValue.shape`.
* `Env::FileExists` and `FileSystem::FileExists` now return a
`tensorflow::Status` intead of a bool. Any callers to this function can be
converted to a bool by adding `.ok()` to the call.