Skip to content

TensorBoard 2.11.1

Compare
Choose a tag to compare
@arcra arcra released this 13 Jan 01:03
· 3 commits to 2.11 since this release

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)