Releases: tensorflow/tensorboard
Releases Β· tensorflow/tensorboard
TensorBoard 2.18.0
The 2.18 minor series tracks TensorFlow 2.18.
Features
- Compatibility updates for changes in Numpy 2.0 (#6871)
- Relax
protobuf
restriction to work with versions < 5.0.0 (in addition to >= 5.0.0) (#6888)
Bug Fixes
- Fixes a floating menu disappearing immediately after right-clicking on the trigger point. (#6891)
TensorBoard 2.17.1
TensorBoard 2.17.0
The 2.17 minor series tracks TensorFlow 2.17.
Features
- Enable adding hparams columns in scalar data tables in Time Series dashboard (#6737 accidentally omitted from notes in release 2.16.0)
- Usability improvements for runs table and hparams in Time Series dashboard (#6837, #6839)
- Global pins: Store pinned cards in local storage, so theyβd be pinned when similar experiments are loaded. (#6850, #6819, #6821, etc)
- Handle large number of Hparams (#6777, #6780, #6807)
- Infra: Reduce binary size of
tensorboard-data-server
(aka βRustboardβ). (#6765, thanks @Corwinpro)
Bug Fixes
- Text plugin: Preserve whitespace. (#6833)
- Hparams plugin: load metrics when run name is β.β (#6822)
- Resolved Graph plugin compatibility issues with Keras 3. (#6759, #6823, #6761, #6857, etc. thanks @mloc)
- Restricts the protobuf dependency to be < 5.0.0, due to a recent breaking change (see #6808 for details).
- Fixes internal flag wrapper class to not crash when its
__class__
attribute is accessed, which was blocking debugging with pyCharm (#6751, thanks @lostinplace)
TensorBoard 2.16.2
Bug Fixes
- Remove dependency on tf-keras pip package. (#6759)
TensorBoard 2.16.1
Bug Fixes
- Depend on tf-keras instead of tf-keras-nightly.
TensorBoard 2.16.0
The 2.16 minor series tracks TensorFlow 2.16.
Features
- Time Series dashboard:
- Graph plugin:
- Improved support for dark theme. (#6691, thanks @tummala-manasa)
- Removed dependencies on
google-auth
,google-auth-oauthlib
, andrequests
libraries. (#6705) - Relaxed restriction on protobuf dependency, given that issue @protocolbuffers/protobuf#13485 was fixed. (#6660, #6746)
Bug Fixes
- Hparams plugin:
- Time Series dashboard:
- Fixed color picker usability regression. (#6682)
- Brings the
tensorboard-data-server
wheel into conformance with PEP 600, enabling support for the--load-fast
flag in systems with GLIBC >= 2.29. (Requires installing/updating packagetensorboard-data-server==0.7.2
) (#6636 fixes #6578)
Breaking Changes
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.- 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.
TensorBoard 2.15.2
TensorBoard 2.15.1
Breaking Changes
- TensorBoard.dev is shutting down. See the FAQ at https://tensorboard.dev.
Bug Fixes
TensorBoard 2.15.0
The 2.15 minor series tracks TensorFlow 2.15.
Features
- Scalar chart data tables are shown by default. This can be disabled from the general settings panel. (#6563)
- Hparams support in timeseries. Allows sorting and filtering the Runs Table in the Time Series dashboard using values logged with the Hparams plugin. (#6565)
- Better default sorting of Hparams in the Hparams plugin. Sort the ones that have multiple values to the top of the list. (#6601)
- New material components across the UI. (#6631)
Bug Fixes
- Restricts protobuf dependency to < 4.24 due to protocolbuffers/protobuf#13485 (#6538)
- Relaxes dependency on google-auth-oauthlib to allow versions 1.x < 2.0 (#6609, thanks @elgalu)