Skip to content

Commit 572a689

Browse files
committed
TensorBoard 1.5.1
1 parent 4f1e0a2 commit 572a689

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

RELEASE.md

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

328
The 1.5 minor series tracks TensorFlow 1.5.

tensorboard/pip_package/README.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
**NOTICE**: This PyPI entry has been deprecated in favor of the ``tensorboard``
2+
name found at https://pypi.python.org/pypi/tensorboard for TensorBoard 1.6.0+.
3+
Only bugfix updates on 1.5.x will be applied to this old package name.
4+
5+
To upgrade past the version shown on this page, please ensure that you *first*
6+
``pip uninstall tensorflow-tensorboard`` and then ``pip install tensorboard``.
7+
8+
------------
9+
110
TensorBoard is a suite of web applications for inspecting and understanding
211
your TensorFlow runs and graphs.

tensorboard/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

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

18-
VERSION = '1.5.0'
18+
VERSION = '1.5.1'

0 commit comments

Comments
 (0)