aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2016-12-08 15:17:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-08 15:25:27 -0800
commitb79d37b19bc692635d52b5273a9b922a5c24c225 (patch)
treef7786eb23e664852152e601fed7e157931f10549 /RELEASE.md
parent01afde4906b7483aa291cd6a7510d502e8d3beae (diff)
Final breaking change of SparseTensor.shape -> SparseTensor.dense_shape rename.
Removing shape property from SparseTensor. Change: 141490813
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 243ae42669..8c7bda5b89 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -25,6 +25,8 @@ BUS_ANY was used.
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`.
# Release 0.11.0