Skip to content

Release 0.56.0

Compare
Choose a tag to compare
@abhinavg6 abhinavg6 released this 29 Jun 03:00
· 18 commits to main since this release

Features

The new Full Fidelity line plot in W&B Experiments enhances the visibility of training metrics by aggregating all data along the x-axis, displaying the minimum, maximum, and average values within each bucket, allowing users to easily spot outliers and zoom into high-fidelity details without downsampling loss. Learn more in our documentation.

Note: Due to a release versioning issue, 0.56.0 is the next major release after 0.54.0. The 0.55.0 was a patch release for 0.54.0.

The 0.56.0 release also includes these capabilities:

Fixes

  • The fix resolves an issue where deleting a search term from a runset in a report could delete the panel or cause the report to crash by ensuring proper handling of selected text during copy/paste operations.
  • The fix addresses a problem with indenting bulleted items in reports, which was caused by an upgrade of slate and an additional check in the normalization process for elements.
  • The fix resolves an issue where text could not be selected from a panel when the report was in edit mode.
  • The fix addresses an issue where copy-pasting an entire panel grid in a Report using command-c was broken.
  • The fix resolves an issue where report sharing with a magic link was broken when a team had the Hide this team from all non-members setting enabled.
  • The fix introduces proper handling for restricted projects by allowing only explicitly invited users to access them, and implementing permissions based on project members and team roles.
  • The fix allows instance admins to write to their own named workspaces, read other personal and shared workspaces, and write to shared views in private and public projects.
  • The fix resolves an issue where the report would crash when trying to edit filters due to an out-of-bounds filter index caused by skipping non-individual filters while keeping the index count incremental.
  • The fix addresses an issue where unselecting a runset caused media panels to crash in a report by ensuring only runs in enabled runsets are returned.
  • The fix resolves an issue where the parameter importance panel crashes on initial load due to a violation of hooks error caused by a change in the order of hooks.
  • The fix prevents chart data from being reloaded when scrolling down and then back up in small workspaces, enhancing performance and eliminating the feeling of slowness.