aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Misha Brukman <mbrukman@google.com>2018-08-13 08:09:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-13 08:13:27 -0700
commit24480df10b234d2ba0bc7e5d661e5ae555954e15 (patch)
treea3e8ccc96d7da9ec51e84c3e4efb7d44fe086af1 /RELEASE.md
parent2c623eaa7c0dca79d126247393a68d285baeb7f0 (diff)
Link 1.10 release notes to Bigtable doc for discoverability
PiperOrigin-RevId: 208481668
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index ae41d56e14..763ef3b279 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -3,7 +3,7 @@
## Major Features And Improvements
* The `tf.lite` runtime now supports `complex64`.
-* Initial Bigtable integration for `tf.data`.
+* Initial [Google Cloud Bigtable integration](https://github.com/tensorflow/tensorflow/tree/r1.10/tensorflow/contrib/bigtable) for `tf.data`.
* Improved local run behavior in `tf.estimator.train_and_evaluate` which does not reload checkpoints for evaluation.
* `RunConfig` now sets device_filters to restrict how workers and PS can communicate. This can speed up training and ensure clean shutdowns in some situations. But if you have jobs that require communication between workers, you will have to set custom session_options in your `RunConfig`.
* Moved Distributions and Bijectors from `tf.contrib.distributions` to [Tensorflow Probability (TFP)](https://github.com/tensorflow/probability). `tf.contrib.distributions` is now deprecated and will be removed by the end of 2018.