From 793280a0a378e3cbaf558a7d8ef320f227287d11 Mon Sep 17 00:00:00 2001 From: Derek Murray Date: Fri, 5 Jan 2018 10:55:50 -0800 Subject: Add release note: sparse tensors in `tf.data` (#15884) --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE.md') 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 -- cgit v1.2.3