File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release 1.11.0
2
+
3
+ The 1.11 minor series tracks TensorFlow 1.11.
4
+
5
+ ## Highlights
6
+ - New What-If Tool dashboard, which provides a simple, intuitive, and powerful
7
+ visual interface to play with a trained ML model on a set of data with
8
+ absolutely no code required. See for details:
9
+ https://github.com/tensorflow/tensorboard/tree/1.11/tensorboard/plugins/interactive_inference
10
+
11
+ ## Features
12
+ - Graph dashboard now supports coloring nodes by XLA cluster (PR #1336 )
13
+ - Last updated time appears in tooltip for refresh button (PR #1362 )
14
+ - Line charts support pan w/ shift key, zoom w/ scroll wheel (PR #1429 , #1456 )
15
+
16
+ ## Performance improvements
17
+ - Better UI animation/scrolling performance (#1311 , #1357 )
18
+ - Reduced Plottable MouseInteraction overhead on hover (#1333 /#1329 )
19
+ - Optimized line chart tooltip redraw behavior (#1355 )
20
+
21
+ ## Bug fixes
22
+ - #982 - Fix spurious 404s for /[[ _ dataImageSrc]] or /[[ _ imageURL]] (PR #1315 )
23
+ - #1320 - Fix port binding to disallow confusing IPv4/IPv6 port reuse (PR #1449 )
24
+ - #1397 - Fix multi-part logdirs to correct expand ~ for user homedir
25
+ - #1396 - Fix "step" chart axis to show only integer ticks
26
+ - #1389 - Fix scalar card titles to omit common prefix (PR #1399 )
27
+ - #1403 - Fix scalar chart shrinking problem on fast page changes
28
+ - #1406 - Fix scalar chart tooltip display to better avoid clipping
29
+
30
+
1
31
# Release 1.10.0
2
32
3
33
The 1.10 minor series tracks TensorFlow 1.10.
You can’t perform that action at this time.
0 commit comments