Skip to content

Add 2.15.1 relnotes to RELEASE.md. #6745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release 2.15.1

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

# Release 2.15.0

The 2.15 minor series tracks TensorFlow 2.15.
Expand Down