Skip to content

Releases: tensorflow/tensorboard

TensorBoard 2.12.3

02 May 19:25
Compare
Choose a tag to compare

Bug Fixes

TensorBoard 2.12.2

19 Apr 13:42
Compare
Choose a tag to compare

Bug Fixes

  • Fixes scalar chart rendering in Safari (#6303)

TensorBoard 2.12.1

31 Mar 21:48
Compare
Choose a tag to compare

Bug Fixes

  • Bumps google-auth-oauthlib dependency restriction to be compatible with versions up to 1.0 (#6246)

TensorBoard 2.12.0

09 Feb 23:01
Compare
Choose a tag to compare

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).

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

  • Drops support for Python 3.7 and marks 3.11 as supported (#6144).
  • Drops support for protobuf < 3.19.6 and adds support for 4.x (#6147).

TensorBoard 2.11.2

13 Jan 20:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixes bug introduced in #6107, which was included in release 2.11.1. (#6142)

TensorBoard 2.11.1

13 Jan 01:03
Compare
Choose a tag to compare

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

  • Prevent regression in TensorBoard.dev uploader authentication by replacing deprecated OOB auth flow with limited-input device flow. (#6107)
  • Fix compatibility with numpy 1.24.0 by removing deprecated type aliases (#6117, #6140)

TensorBoard 2.11.0

09 Nov 01:31
Compare
Choose a tag to compare

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 2.10.1

26 Sep 15:14
Compare
Choose a tag to compare

Bug Fixes

  • Fix embedding projector plugin. (#5944)

TensorBoard 2.10.0

10 Aug 19:44
aab0ea9
Compare
Choose a tag to compare

The 2.10 minor series tracks TensorFlow 2.10.

Features

  • Time Series is now the default dashboard when you log scalar, histogram, or image events (#5698). If you have feedback or find any bugs you can leave a comment here (#5704) or create a new issue
  • Time Series now supports selecting a single run using double click (#5831, #5842)

Bug Fixes

  • Stop removing experiment related query parameters (#5717, #5834)
  • Fix the histogram x-axis tick format (#5818)
  • Keep pinned cards when refreshing UI (#5837)
  • Fix "Card Width" property reset button (#5841)
  • Numerous fixes for dependencies and unit tests

TensorBoard 2.9.1

13 Jun 11:14
Compare
Choose a tag to compare

Bug fixes

  • Force protobuf dependency < 3.20 to workaround incompatibilities with newer protobuf versions (#5726)
  • Recognize text/javascript as valid js mimetype for caching purposes (#5746)