aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Derek Murray <derek.murray@gmail.com>2018-01-05 10:55:50 -0800
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-01-05 10:55:50 -0800
commit793280a0a378e3cbaf558a7d8ef320f227287d11 (patch)
tree5f517c56b1f35de94cae5c9cbb18793797ebe732 /RELEASE.md
parent622487f55481fd914bbf8f340c44ff2bb1d059de (diff)
Add release note: sparse tensors in `tf.data` (#15884)
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 97c1a8c826..d660924674 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -21,6 +21,7 @@
* Make `tf.contrib.distributions` QuadratureCompound classes support batch.
* `Stream::BlockHostUntilDone` now returns Status rather than bool.
* Customize request timeouts for the GCS filesystem.
+* `tf.data` now supports `tf.SparseTensor` components in dataset elements.
## Thanks to our Contributors