Skip to content

Commit 9c12b0e

Browse files
authored
Release notes for TensorBoard 2.21.0 (#7129)
This is the 2/3 changes for release of 2.21.0
1 parent f0d3c9a commit 9c12b0e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 2.21.0
2+
3+
The 2.21 minor series tracks TensorFlow 2.21.
4+
5+
## Features
6+
- Time Series Dashboard Optimization: Improved usability for time-series tooltips by limiting them to a maximum of 5 items and setting the default sorting to `"Nearest Pixel"` (prioritizing values closest to the cursor) (#7046, #7051).
7+
8+
## Bug Fixes
9+
- Fix a Projector plugin vulnerability. (#7115)
10+
- Dependency Compatibility: Fixed runtime crashes caused by the missing `pkg_resources` library in newer environments (migrated to standard `importlib.metadata`) (#7057).
11+
12+
## Breaking Changes
13+
- This version updates its runtime dependency requirements to align with the TensorFlow 2.21 dependency stack. In particular, `protobuf` now requires >=6.31.1, <8.0.0 and `grpcio` now requires >=1.74.0, <2.0.
14+
115
# Release 2.20.0
216

317
The 2.20 minor series tracks TensorFlow 2.20.

0 commit comments

Comments
 (0)