Skip to content

Commit 7cd9672

Browse files
committed
Add 1.13.0 relnotes to RELEASE.md
1 parent eee8fd3 commit 7cd9672

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

RELEASE.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# Release 1.13.0
2+
3+
The 1.13 minor series tracks TensorFlow 1.13.
4+
5+
Compatibility note: As of 1.13, TensorBoard has begun transitioning its own use
6+
of some TensorFlow APIs to align with their naming in TF 2.0, and as a result
7+
TensorBoard 1.13+ strictly requires TensorFlow 1.13+.
8+
9+
## Features
10+
- What-If tool notebook mode and general improvements
11+
- Now usable directly inside Jupyter and Colab notebooks (#1662, #1745, #1788)
12+
- Added comparison of multiple models (#1589, #1672)
13+
- Added CSV loading model (#1597)
14+
- Added global partial dependence plots (#1604)
15+
- Added custom prediction function support (#1842)
16+
- (Alpha) TensorBoard can be embedded inside Juptyer and Colab notebooks via a
17+
`%tensorboard` magic, after loading the `tb.notebook` extension (#1813, #1822)
18+
- Profile dashboard overview page now shows step time breakdown (PR #1683)
19+
- Line chart "log" scale is now a true log scale (#1507)
20+
- When no --port flag is specified, TensorBoard will now search for open ports
21+
near the default port (6006) if that port is already in use (#1851)
22+
23+
## Performance improvements
24+
- Faster event file loading by caching runtime check (PR #1686) - thanks @abiro
25+
26+
## Bug fixes
27+
- #786 (partial) - Avoid trying to smooth plots of constant y-value (PR #1698)
28+
- #1515 - Fix image right-click accessiblity in non-Chromium browsers (PR #1561)
29+
- #1541 - Fix --event_file flag when using --inspect
30+
- #1566 - Fix error on trying to import "google.protobuf.pyext" (PR #1887)
31+
- #1567 - Fix display bug on line chart after toggling series selection
32+
- #1598 - Fix clipping in graph dashboard PNG download (PR #1600)
33+
- #1601 - Fix chart SVG download option in Firefox
34+
- #1623 - Fix --path_prefix interpretation
35+
- #1838 - Fix run selector synchronization across already-loaded dashboards
36+
37+
138
# Release 1.12.2
239

340
## Bug fixes
@@ -7,8 +44,6 @@
744

845
# Release 1.12.1
946

10-
The 1.12.1 minor series tracks TensorFlow 1.12.
11-
1247
## Bug fixes
1348
- #1549 - Run names wrap at all character (PR #1602) - thanks @dgrahn
1449
- #1610 - Fix Download as PNG for large graph

0 commit comments

Comments
 (0)