Skip to content

Commit b2fd318

Browse files
committed
Add 1.7.0 relnotes to RELEASE.md
1 parent 6b9c600 commit b2fd318

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

RELEASE.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# Release 1.7.0
2+
3+
The 1.7 minor series tracks TensorFlow 1.7.
4+
5+
## Hightlights
6+
7+
- (Beta) New Beholder plugin that shows a live video feed of tensor data during
8+
model training, by @chrisranderson. Caveat: only currently recommended for use
9+
where TensorBoard and TensorFlow share a local disk. See for details:
10+
https://github.com/tensorflow/tensorboard/tree/1.7/tensorboard/plugins/beholder
11+
12+
## Features
13+
14+
- Debugger tensor value card improvements:
15+
- Entering new slice/time indices will automatically refresh view (#1017)
16+
- Clicking title will highlight node in other parts of the UI (#1023)
17+
- Debugger health pills now show number of NaN/Inf values if any (#1026)
18+
19+
## Changes
20+
21+
- Audio summary playback elements no longer loop by default (PR #1061), but
22+
looping can be enabled for individual elements through a right-click option.
23+
24+
## Bug fixes
25+
26+
- #965 - pr_curve_streaming_op no longer results in duplicate plots (PR #1053)
27+
- #967 - custom scalar margin plots with missing tags now indicate the run
28+
- #970 - browser back button now works across home page (/) - thanks @brianwa84
29+
- #990 - apple-touch-icon.png requests no longer trigger 404s - thanks @lanpa
30+
- #1010 - content no longer intrudes into sidebar on narrow viewports
31+
- #1016 - CTRL+C now exits TensorBoard even with debugger enabled (PR #975)
32+
- #1021 - text plugin no longer always shows as inactive on first page load
33+
34+
135
# Release 1.6.0
236

337
NOTICE: TensorBoard 1.6.0+ has moved to the `tensorboard` package name on PyPI:

0 commit comments

Comments
 (0)