Skip to content

Commit

Permalink
TensorBoard 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt committed Feb 7, 2018
1 parent 4f1e0a2 commit 572a689
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
25 changes: 25 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Release 1.5.1

NOTICE: TensorBoard 1.6.0+ will move to the `tensorboard` package name on PyPI,
instead of using `tensorflow-tensorboard`. Only bugfix updates on 1.5.x will be
applied to the old package name. To upgrade to TensorBoard 1.6.0+ please *first*
`pip uninstall tensorflow-tensorboard` before doing `pip install tensorboard`.

The 1.5 minor series tracks TensorFlow 1.5.

## Bug fixes

- #554 - line charts no longer "shrink" after run changes on other tabs
- #889 - fix xComponentsCreationMethod default in vz-line-chart
- #898 - fixed offset of checkbox label in projector dashboard - thanks @marcj
- #903 - disabled margin plot smoothing to avoid line going out of bounds
- #916 - make `futures` dependency py2-only to avoid install failures
- #924 - fixed graph dashboard bug causing blank PNG download and minimap
- #926 - made projector plugin API available in pip package

## Documentation updates

- Custom scalars documentation now documents margin plots feature (#878)
- FAQ updated to describe custom scalars plugin use cases


# Release 1.5.0

The 1.5 minor series tracks TensorFlow 1.5.
Expand Down
9 changes: 9 additions & 0 deletions tensorboard/pip_package/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
**NOTICE**: This PyPI entry has been deprecated in favor of the ``tensorboard``
name found at https://pypi.python.org/pypi/tensorboard for TensorBoard 1.6.0+.
Only bugfix updates on 1.5.x will be applied to this old package name.

To upgrade past the version shown on this page, please ensure that you *first*
``pip uninstall tensorflow-tensorboard`` and then ``pip install tensorboard``.

------------

TensorBoard is a suite of web applications for inspecting and understanding
your TensorFlow runs and graphs.
2 changes: 1 addition & 1 deletion tensorboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

"""Contains the version string."""

VERSION = '1.5.0'
VERSION = '1.5.1'

0 comments on commit 572a689

Please sign in to comment.