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:
15
15
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
16
16
17
17
env :
18
- - BAZEL=0.13.0 TF=NIGHTLY
18
+ - BAZEL=0.13.0 TF=1.10.0rc0
19
19
20
20
cache :
21
21
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
+
1
21
# Release 1.9.0
2
22
3
23
The 1.9 minor series tracks TensorFlow 1.9.
Original file line number Diff line number Diff line change 15
15
16
16
"""Contains the version string."""
17
17
18
- VERSION = '1.10.0a0 '
18
+ VERSION = '1.10.0 '
You can’t perform that action at this time.
0 commit comments