File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 3
3
The 1.6 minor series tracks TensorFlow 1.6. Release notes upcoming.
4
4
5
5
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
+
6
31
# Release 1.5.0
7
32
8
33
The 1.5 minor series tracks TensorFlow 1.5.
You can’t perform that action at this time.
0 commit comments