Skip to content

Releases: tensorflow/tensorboard

TensorBoard 2.16.2

16 Feb 19:55
4c004d4
Compare
Choose a tag to compare

Bug Fixes

  • Remove dependency on tf-keras pip package. (#6759)

TensorBoard 2.16.1

14 Feb 15:52
Compare
Choose a tag to compare

Bug Fixes

  • Depend on tf-keras instead of tf-keras-nightly.

TensorBoard 2.16.0

12 Feb 21:46
Compare
Choose a tag to compare

The 2.16 minor series tracks TensorFlow 2.16.

Features

  • Time Series dashboard:
    • Improved sorting of runs whose names begin with integers. (#6664)
    • Improved hparams filtering. (#6680, #6692)
    • Usability improvements and fixes in runs table. (#6656, #6658, #6678, #6736)
  • Graph plugin:
  • Removed dependencies on google-auth, google-auth-oauthlib, and requests 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 package tensorboard-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

09 Feb 10:29
Compare
Choose a tag to compare

Breaking Changes

  • Updates restriction on protobuf dependency to avoid bad version while still
    allowing newer versions.(#6660 & #6746)

TensorBoard 2.15.1

02 Nov 18:45
Compare
Choose a tag to compare

Breaking Changes

  • TensorBoard.dev is shutting down. See the FAQ at https://tensorboard.dev.
    • No longer able to upload new data to TensorBoard.dev. The tensorboard dev upload command will fail. (#6638)
    • The experimental dataframe api has been deleted. (#6644)

Bug Fixes

  • Time Series dashboard:
    • Sort run names with leading numbers differently. (#6664)
    • Show scrollbar in runs table only when needed. (#6656)
    • Fix 'Prev' and 'Next' buttons in dark mode. (#6663)
    • Better loading/reloading behavior for runs table. (#6658)

TensorBoard 2.15.0

19 Oct 19:31
Compare
Choose a tag to compare

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

TensorBoard 2.14.1

27 Sep 23:07
Compare
Choose a tag to compare

Bug Fixes

  • Fix indirect dependency on the package six. (#6580)
  • Remove wheel from the requirements in setup.py (#6567)

TensorBoard 2.14.0

08 Aug 22:34
Compare
Choose a tag to compare

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
  • 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

04 May 22:43
Compare
Choose a tag to compare

Bug Fixes

  • Several improvements to the projector plugin (thank you @alicialics)
    • Embedding Projector: fix regex suffix css (#6329)
    • Embedding Projector: fix bookmark projection state (#6328)
    • Embedding Projector: fix dark mode button contrast (#6327)
    • Embedding Projector: update tsne learning rate during iteration (#6319)

TensorBoard 2.12.3

02 May 19:25
Compare
Choose a tag to compare

Bug Fixes