Skip to content

Commit bd24aa9

Browse files
authored
Release 1.10.0 (#1308)
1 parent ed05971 commit bd24aa9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ branches:
1515
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
1616

1717
env:
18-
- BAZEL=0.13.0 TF=NIGHTLY
18+
- BAZEL=0.13.0 TF=1.10.0rc0
1919

2020
cache:
2121
directories:

RELEASE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

323
The 1.9 minor series tracks TensorFlow 1.9.

tensorboard/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
"""Contains the version string."""
1717

18-
VERSION = '1.10.0a0'
18+
VERSION = '1.10.0'

0 commit comments

Comments
 (0)