File tree 1 file changed +27
-1
lines changed
1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release 1.6.0
2
2
3
- The 1.6 minor series tracks TensorFlow 1.6. Release notes upcoming.
3
+ NOTICE: TensorBoard 1.6.0+ has moved to the ` tensorboard ` package name on PyPI:
4
+ https://pypi.python.org/pypi/tensorboard . Only bugfix updates on 1.5.x will be
5
+ applied to the old package name (` tensorflow-tensorboard ` ). To upgrade to
6
+ TensorBoard 1.6.0+ we suggest you * first* ` pip uninstall tensorflow-tensorboard `
7
+ before doing ` pip install tensorboard ` . See "Known Issues" below if you run into
8
+ problems using TensorBoard after upgrading.
9
+
10
+ The 1.6 minor series tracks TensorFlow 1.6.
11
+
12
+ ## Highlights
13
+
14
+ - (Beta) New Profile dashboard, which provides a suite of tools for inspecting
15
+ TPU performance. See for details:
16
+ https://github.com/tensorflow/tensorboard/tree/1.6/tensorboard/plugins/profile
17
+ - (Alpha) New Debugger dashboard, which provides a visual interface to ` tfdbg ` ,
18
+ the TensorFlow debugger. See for details:
19
+ https://github.com/tensorflow/tensorboard/tree/1.6/tensorboard/plugins/debugger
20
+
21
+ ## Known issues
22
+
23
+ - Package ` tensorboard ` is installed but command and/or module are missing or
24
+ have the wrong version - this may be due to conflicts with other packages that
25
+ provide ` tensorboard ` scripts or modules. Please uninstall * all* such packages
26
+ including ` tensorboard ` , ` tensorflow-tensorboard ` and ` tb-nightly ` and then
27
+ reinstall ` tensorboard ` .
28
+ - Bazel 0.9.0+ required to build from source - this change was necessary in order
29
+ to add support for building at Bazel 0.10.0 and above. Please update Bazel.
4
30
5
31
6
32
# Release 1.5.1
You can’t perform that action at this time.
0 commit comments