aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Yifei Feng <fengyifei2026@gmail.com>2017-05-23 12:45:40 -0700
committerGravatar GitHub <noreply@github.com>2017-05-23 12:45:40 -0700
commit6f15b738897f793115d64947f8152d7d348e722a (patch)
treed9723717840c7ed7681cc197b4c0249e755c959a /RELEASE.md
parentb1dafd3d6803edbc1126f60c036d659f61aadffa (diff)
Update RELEASE.md
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 fd029f1565..6edde017a6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -22,6 +22,7 @@
* Support client-provided ClusterSpec's and propagate them to all workers to enable the creation of dynamic TensorFlow clusters.
* TensorFlow C library now available for Windows.
* We released a new open-source version of TensorBoard.
+* [`SavedModel CLI`](https://www.tensorflow.org/versions/master/programmers_guide/saved_model_cli) tool available to inspect and execute MetaGraph in SavedModel
## Breaking Changes to the API
* `org.tensorflow.contrib.android.TensorFlowInferenceInterface` now throws exceptions where possible and has simplified method signatures.
@@ -73,7 +74,6 @@
* Add `tf.summary.text` for outputting text to TensorBoard.
* The "run" command of tfdbg's command-line interface now supports filtering of tensors by node name, op type and tensor dtype.
* `tf.string_to_number` now supports int64 and float64 outputs.
-* `SavedModel CLI` tool available to inspect and execute MetaGraph in SavedModel
## Thanks to our Contributors