Skip to content

Commit c791668

Browse files
committed
Release notes for TensorBoard 2.16.0.
1 parent 3bc51c1 commit c791668

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: RELEASE.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Release 2.16.0
2+
3+
The 2.16 minor series tracks TensorFlow 2.16.
4+
5+
## Features
6+
- Time Series dashboard:
7+
- Improved sorting of runs whose names begin with integers. (#6664)
8+
- Improved hparams filtering. (#6680, #6692)
9+
- Usability improvements and fixes in runs table. (#6656, #6658, #6678, #6736)
10+
- Graph plugin:
11+
- Improved support for dark theme. (#6691, thanks @tummala-manasa)
12+
- Removed dependencies on `google-auth`, `google-auth-oauthlib`, and `requests` libraries. (#6705)
13+
- Relaxed restriction on protobuf dependency, given that issue @protocolbuffers/protobuf#13485 was fixed. (#6660, #6746)
14+
15+
## Bug Fixes
16+
- Hparams plugin:
17+
- Fixed Download data links. (#6719 fixes #6088, thanks @louis49)
18+
- Time Series dashboard:
19+
- Fixed color picker usability regression. (#6682)
20+
- Brings the `tensorboard-data-server` wheel into conformance with [PEP 600](https://peps.python.org/pep-0600/), enabling support for the `--load-fast` flag in systems with GLIBC >= 2.29. (Requires installing/updating package `tensorboard-data-server==0.7.2`) (#6636 fixes #6578)
21+
22+
## Breaking Changes
23+
- `tensorboard dev` subcommand will now show an error message without sending any requests, as our hosted service at http://tensorboard.dev has been shut down.
24+
- Not quite a breaking change, but to something to be aware of: TensorBoard releases generally follow TensorFlow’s releases. However, while TF 2.16 will start using Keras 3 by default, TensorBoard plugins’ implementation remains with keras 2 support only. See @keras-team/keras#18467 for details.
25+
126
# Release 2.15.1
227

328
## Breaking Changes

0 commit comments

Comments
 (0)