Skip to content

Commit b447443

Browse files
committed
Add 2.12.0 relnotes to RELEASE.md
1 parent 7b9e3a7 commit b447443

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

RELEASE.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Release 2.12.0
2+
3+
The 2.12 minor series tracks TensorFlow 2.12.
4+
5+
## Features
6+
7+
- Time Series dashboard visualization improvements: (#6137)
8+
- Allows selection of a step or range of steps on a scalar chart, and shows a table with data from those steps under it.
9+
- Enables linking the selected steps across all charts in the Time Series dashboard.
10+
- Time Series dashboard now sorts runs in tooltip by pixel distance (matching the Scalars dashboard) (#6116).
11+
- Fast data loading mode (`--load_fast`, aka “RustBoard”) improvements:
12+
- Supports more ways to authenticate to GCS, including GKE service accounts, via `gcp_auth` (#5939, thanks @Corwinpro).
13+
- Now available on `manylinux2014` platforms (#6101, thanks @adamjstewart).
14+
15+
## Bug Fixes
16+
17+
- Fixes long standing breakage in standalone version of the Projector visualization (#6069).
18+
- Fixes broken help dialog button in projector plugin (#6024, thanks @mromanelli9).
19+
- Fixes a bug in which a deadlock could cause the event writer to hang (#6168, thanks @crassirostris).
20+
21+
22+
## Breaking Changes
23+
24+
- Drops support for Python 3.7 and marks 3.11 as supported (#6144).
25+
- Drops support for protobuf < 3.19.6 and adds support for 4.x (#6147).
26+
127
# Release 2.11.0
228

329
The 2.11 minor series tracks TensorFlow 2.11.

0 commit comments

Comments
 (0)