Skip to content

Commit 9f22a5d

Browse files
committed
Add 1.11.0 relnotes to RELEASE.md
1 parent f3293e9 commit 9f22a5d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

RELEASE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
# Release 1.10.0
232

333
The 1.10 minor series tracks TensorFlow 1.10.

0 commit comments

Comments
 (0)