File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ branches:
1515 - /^\d+\.\d+(\.\d+)?(-\S*)?$/
1616
1717env :
18- - BAZEL=0.13.0 TF=NIGHTLY
18+ - BAZEL=0.13.0 TF=1.10.0rc0
1919
2020cache :
2121 directories :
Original file line number Diff line number Diff line change 1+ # Release 1.10.0
2+
3+ The 1.10 minor series tracks TensorFlow 1.10.
4+
5+ ## Changes
6+ - New logic for loading/launching TensorBoard (PR #1240 )
7+ - Plugin loading now uses new TBLoader API
8+ - Argument parsing now uses argparse
9+ - New ` tb.program.launch() ` API to launch TB from within Python
10+ - Sidebars adjusted to be consistent across plugins (PR #1296 )
11+ - tb.summary.image() param order fixed to h, w (PR #1262 ) - thanks @ppwwyyxx
12+ - New TPU profile dashboard progress bar for loading tools (PR #1286 )
13+
14+ ## Bug fixes
15+ - #1260 - Fix missing pie chart in TPU profile input pipeline analyzer
16+ - #1280 - Fix TPU profile memory viewer issue with XLA compatibility
17+ - #1287 - Fix dangling UI interaction layer issue in vz-line-chart
18+ - #1294 - Fix custom scalar dashboard to de-duplicate charts - thanks @lgeiger
19+
20+
121# Release 1.9.0
222
323The 1.9 minor series tracks TensorFlow 1.9.
Original file line number Diff line number Diff line change 1515
1616"""Contains the version string."""
1717
18- VERSION = '1.10.0a0 '
18+ VERSION = '1.10.0 '
You can’t perform that action at this time.
0 commit comments