Skip to content

Commit 098569a

Browse files
committed
Add 1.5.1 relnotes to RELEASE.md (#956)
Cherrypick to add 1.5.1 relnotes back to master.
1 parent 26ad4f9 commit 098569a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

RELEASE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
The 1.6 minor series tracks TensorFlow 1.6. Release notes upcoming.
44

55

6+
# Release 1.5.1
7+
8+
NOTICE: TensorBoard 1.6.0+ will move to the `tensorboard` package name on PyPI,
9+
instead of using `tensorflow-tensorboard`. Only bugfix updates on 1.5.x will be
10+
applied to the old package name. To upgrade to TensorBoard 1.6.0+ please *first*
11+
`pip uninstall tensorflow-tensorboard` before doing `pip install tensorboard`.
12+
13+
The 1.5 minor series tracks TensorFlow 1.5.
14+
15+
## Bug fixes
16+
17+
- #554 - line charts no longer "shrink" after run changes on other tabs
18+
- #889 - fixed xComponentsCreationMethod default in vz-line-chart
19+
- #898 - fixed offset of checkbox label in projector dashboard - thanks @marcj
20+
- #903 - disabled margin plot smoothing to avoid line going out of bounds
21+
- #916 - made `futures` dependency py2-only to avoid install failures
22+
- #924 - fixed graph dashboard bug causing blank PNG download and minimap
23+
- #926 - made projector plugin API available in pip package
24+
25+
## Documentation updates
26+
27+
- Custom scalars documentation now documents margin plots feature (#878)
28+
- FAQ updated to describe custom scalars plugin use cases
29+
30+
631
# Release 1.5.0
732

833
The 1.5 minor series tracks TensorFlow 1.5.

0 commit comments

Comments
 (0)