File tree 3 files changed +35
-1
lines changed
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
26
# Release 1.5.0
2
27
3
28
The 1.5 minor series tracks TensorFlow 1.5.
Original file line number Diff line number Diff line change
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
+
1
10
TensorBoard is a suite of web applications for inspecting and understanding
2
11
your TensorFlow runs and graphs.
Original file line number Diff line number Diff line change 15
15
16
16
"""Contains the version string."""
17
17
18
- VERSION = '1.5.0 '
18
+ VERSION = '1.5.1 '
You can’t perform that action at this time.
0 commit comments