Skip to content

Commit 0d53d31

Browse files
committed
Release notes for TensorBoard 2.17.0
1 parent 047a9c6 commit 0d53d31

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: RELEASE.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release 2.17.0
2+
3+
The 2.17 minor series tracks TensorFlow 2.17.
4+
5+
## Features
6+
- Enable adding hparams columns in scalar data tables in Time Series dashboard (#6737 accidentally omitted from notes in release 2.16.0)
7+
- Usability improvements for runs table and hparams in Time Series dashboard (#6837, #6839)
8+
- Global pins: Store pinned cards in local storage, so they’d be pinned when similar experiments are loaded. (#6850, #6819, #6821, etc)
9+
- Handle large number of Hparams (#6777, #6780, #6807)
10+
- Infra: Reduce binary size of [`tensorboard-data-server`](http://pypi.org/project/tensorboard-data-server/) (aka “Rustboard”). (#6765, thanks @Corwinpro)
11+
12+
## Bug Fixes
13+
- Text plugin: Preserve whitespace. (#6833)
14+
- Hparams plugin: load metrics when run name is “.” (#6822)
15+
- Resolved Graph plugin compatibility issues with Keras 3. (#6759, #6823, #6761, #6857, etc. thanks @mloc)
16+
- Restricts the protobuf dependency to be < 5.0.0, due to a recent breaking change (see #6808 for details).
17+
- Fixes internal flag wrapper class to not crash when its `__class__` attribute is accessed, which was blocking debugging with pyCharm (#6751, thanks @lostinplace)
18+
19+
120
# Release 2.16.2
221

322
## Bug Fixes

0 commit comments

Comments
 (0)