Skip to content

Commit 54ad3ab

Browse files
committed
TensorBoard 0.4.0
1 parent 85bc216 commit 54ad3ab

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

RELEASE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release 0.4.0
2+
3+
The 0.4 minor series tracks TensorFlow 1.4.
4+
5+
## Features
6+
7+
- PR Curve plugin has a full-featured new dashboard (#387, #426, many others)
8+
- PR Curve plugin has new streaming and raw summary-writing ops (#520, #587)
9+
- Graph plugin has a new "Functions" scene group to show function libraries and
10+
links to function calls (#394, #395, #497, #551, others)
11+
- Graph plugin metanodes are now colored more helpfully (#467)
12+
- Graph plugin selected run is now persisted to URL (#505)
13+
- Standard dashboard card header UI is more compact and readable (#430)
14+
- Pagination limit can now be configured in settings (#535)
15+
- Text plugin now has op and pb summary writing methods (#510)
16+
- Reduced boilerplate and cleaner API hooks for custom plugins (#611, #620)
17+
- Faster initial loads due to improved active plugin detection (#621, #663)
18+
- Reuse of TCP connections with switch to using HTTP/1.1 (#617)
19+
20+
## Bug fixes
21+
22+
- #477 - fixed URLs to properly URI-encode run and tag names
23+
- #610 - fixed smoothing algorithm to prevent biasing on initial values
24+
- #647 - fixed text plugin decoding error that led to bad markdown processing

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 = '0.4.0rc3'
18+
VERSION = '0.4.0'

0 commit comments

Comments
 (0)