From ab231e855d5609ef8479fc2634e4951581372d6e Mon Sep 17 00:00:00 2001 From: seaotterman Date: Mon, 22 May 2017 22:01:32 +0200 Subject: [PATCH 0001/1375] Update RELEASE.md (#10076) typo correction --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index b5398f2b3d..fd029f1565 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,7 +24,7 @@ * We released a new open-source version of TensorBoard. ## Breaking Changes to the API -* `org.tensorflow.contrib.android.TensorFlowInferenceInterface` now throws exceptions where possible and and has simplified method signatures. +* `org.tensorflow.contrib.android.TensorFlowInferenceInterface` now throws exceptions where possible and has simplified method signatures. ## Changes to contrib APIs * Added `tf.contrib.util.create_example`. -- GitLab From fbe4af7271c971accb3e3d96a96b764cc647a934 Mon Sep 17 00:00:00 2001 From: Chi Zeng Date: Mon, 22 May 2017 17:51:58 -0700 Subject: [PATCH 0002/1375] Update vulcanized output of TensorBoard to fix health pill console errors The previous version of TensorBoard in release 1.2 had outputted console errors related to debugger health pills (a currently internal feature). This new vulcanized output fixes that bug in release 1.2 by adding guards. --- .../tensorboard/dist/tf-tensorboard.html | 92 +++++++++---------- 1 file changed, 44 insertions(+), 48 deletions(-) diff --git a/tensorflow/tensorboard/dist/tf-tensorboard.html b/tensorflow/tensorboard/dist/tf-tensorboard.html index 9f13cdfb47..a49e15fbfc 100644 --- a/tensorflow/tensorboard/dist/tf-tensorboard.html +++ b/tensorflow/tensorboard/dist/tf-tensorboard.html @@ -1779,7 +1779,7 @@ var TF; :host:first-of-type { margin-top: 20px; } - + :host:last-of-type { margin-bottom: 20px; } @@ -2208,7 +2208,7 @@ svg.plottable {