Releases: tensorflow/tensorboard
Releases Β· tensorflow/tensorboard
TensorBoard 2.14.0
The 2.14 minor series tracks TensorFlow 2.14.
Features
- Small data table and step selector usability and accessibility improvements (#6372, #6409, #6410, #6431)
Bug Fixes
- Embedding Projector plugin improvements
- Fix tSNE tweaking hyperparams (#6320, thanks @alicialics)
- Some visualization and usability improvements (#6373, #6326, #6325, #6429, thanks @alicialics)
- Graph plugin: Fix rendering issue for tensors with zero dimension size (#6420)
- HParams plugin: A couple fixes related to boolean and NaN values (#6393, #6496)
Breaking Changes
- Drops support for Python 3.8.
TensorBoard 2.13.0
Bug Fixes
- Several improvements to the projector plugin (thank you @alicialics)
TensorBoard 2.12.3
Bug Fixes
- Redirects the unsupported What-If Tool plugin to the supported Learning
Interpretability Tool to avoid protobuf
compatibility errors (#6343)
TensorBoard 2.12.2
Bug Fixes
- Fixes scalar chart rendering in Safari (#6303)
TensorBoard 2.12.1
Bug Fixes
- Bumps
google-auth-oauthlib
dependency restriction to be compatible with versions up to 1.0 (#6246)
TensorBoard 2.12.0
The 2.12 minor series tracks TensorFlow 2.12.
Features
- Time Series dashboard visualization improvements: (#6137)
- Allows selection of a step or range of steps on a scalar chart, and shows a table with data from those steps under it.
- Enables linking the selected steps across all charts in the Time Series dashboard.
- Time Series dashboard now sorts runs in tooltip by pixel distance (matching the Scalars dashboard) (#6116).
- Fast data loading mode (
--load_fast
, aka βRustBoardβ) improvements:- Supports more ways to authenticate to GCS, including GKE service accounts, via
gcp_auth
(#5939, thanks @Corwinpro). - Now available on
manylinux2014
platforms (#6101, thanks @adamjstewart).
- Supports more ways to authenticate to GCS, including GKE service accounts, via
Bug Fixes
- Fixes long standing breakage in standalone version of the Projector visualization (#6069).
- Fixes broken help dialog button in projector plugin (#6024, thanks @mromanelli9).
- Fixes a bug in which a deadlock could cause the event writer to hang (#6168, thanks @crassirostris).
Breaking Changes
TensorBoard 2.11.2
TensorBoard 2.11.1
NOTE: This release has a bug related to the limited-input device auth flow, and was "yanked" in PyPi (https://pypi.org/help/#yanked). A newer patch release (2.11.2) contains these changes along with the fix for the bug.
Bug Fixes
TensorBoard 2.11.0
The 2.11 minor series tracks TensorFlow 2.11.
Bug Fixes
- Fixed HParams plugin sorting bugs (#5971)
- Fix color by menu drop down bug in projector plugin (#5974)
- Fix bug with histogram axis being off due to rounding (#5925)
Breaking Changes
- TensorBoard now only supports Python 3.7 and above (#5878)
Python 3.6 is past its End of Life: https://peps.python.org/pep-0494/#lifespan
TensorBoard 2.10.1
Bug Fixes
- Fix embedding projector plugin. (#5944)