Skip to content

Commit dc558a5

Browse files
authored
[DOCS-1734] Add v0.73.1 patch release notes (#1601)
[DOCS-1734] Add v0.73.1 patch release notes [DOCS-1734]: https://wandb.atlassian.net/browse/DOCS-1734?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ <!-- preview-links-comment --> 📄 **[View preview links for changed pages](#1601 (comment)
1 parent 1b61162 commit dc558a5

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

  • content/en/ref/release-notes/releases

content/en/ref/release-notes/releases/0.73.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: "September 3, 2025"
66

77
W&B v0.73 marks a significant milestone in the migration to W&B Registry from team-level Model Registry; most organizations will be migrated automatically during the upgrade. UI improvements include colorblind-safe run color palettes, continuous color options metric-based run coloring, and smoother panel reorganization. This release also provides service principal authentication for BYOB (Bring Your Own Bucket) setups with CoreWeave AI Object Storage, along with improved console log handling and additional enhancements.
88

9+
The latest patch is **v0.73.1**. Refer to [Patches]({{< relref "#patches" >}}).
10+
911
<!--more-->
1012

1113
## Support and end of life
@@ -20,8 +22,10 @@ W&B v0.73 marks a significant milestone in the migration to W&B Registry from te
2022
- In an upcoming release, we will align multi-run and single-run workspace views, so when you drill into a single run, you'll see the same layout and configuration of panels as you've configured for the multi-run view, including any custom charts, layouts, and settings. The goal is help you stay in context and avoid re-work around configuring your views. However, this will remove the ability to customize unique single-run views, isolated from the rest of the workspace. Reach out to your W&B team or [support](mailto:support@wandb.ai) for any questions about the migration.
2123
- Over the next several releases, we will continue migrating existing team-level Model Registry to W&B Registry. For details and a reminder about the timeline, see the [W&B Registry GA announcement]({{< relref "#registry_ga_announcement" >}}) below.
2224

23-
## Features
25+
## Known issues
26+
In v0.73.0, resizing or reordering workspace panels may not be reflected in saved views. This bug is fixed in v0.73.1. If you experience this issue, upgrade to v0.73.1, which includes the fix. If you can't upgrade, contact [support](mailto:support@wandb.ai) for a workaround.
2427

28+
## Features
2529
- <a id="registry_ga_announcement"></a>We're migrating existing team-level Model Registry to W&B Registry in stages over the next several releases. **No action is needed on your end; W&B will automatically copy Model Registry assets for each team to a corresponding automatically-created team-level private registry.** Existing references to model collections in your old team-level Model Registry will still work.
2630
1. Server v0.73 (this release) includes an opt-out environment variable that will migrate the team's Model Registry automatically during the upgrade. Migration takes between 5 and 30 minutes for most organizations. During the migration, linking artifacts to either the old Model Registry or the new Registry will fail with an error. **Artifact logging and retrieval will not be affected**.
2731
2. In Server v0.74 (end of September), we will remove the opt-out flag and migration will happen during the upgrade.
@@ -54,3 +58,17 @@ W&B v0.73 marks a significant milestone in the migration to W&B Registry from te
5458
- When you toggle runs on or off, W&B no longer reloads the media for other runs in the panel.
5559
- Fixed a bug that could cause a report to crash when expanding or collapsing a section after pressing **Tab**.
5660
- Fixed a bug on mobile displays where scrolling could cause logged videos to automatically play in full screen.
61+
62+
## Other changes
63+
- The custom grid layout was removed from W&B Workspaces with Server release v0.73.0. Previously, custom grid layout allowed you to adjust the size of individual panels within a section. Now, resizing a panel in a workspace section resizes all panels in that section, whether you configure the workspace using the [W&B App]({{< relref "/guides/models/app/features/panels/#manage-a-sections-panels" >}}) or the [Workspace API]({{< relref "ref/python/wandb_workspaces/workspaces.md#class-sectionlayoutsettings" >}}). Custom grid layout remains available in [W&B Reports]({{< relref "/guides/core/reports/_index.md" >}}) and the [Reports API]({{< relref "/ref/python/wandb_workspaces/reports.md" >}}).
64+
65+
## Patches
66+
67+
### v0.73.1
68+
**September 10, 2025**
69+
- Fixed a bug introduced in v0.73.0, where resizing or reordering workspace panels was not always reflected in saved views. <!-- https://github.com/wandb/core/pull/34281 -->
70+
- Fixed a bug in the Registry UI where paging through the list of registries could fail if an organization has hundreds of registries. <!-- https://github.com/wandb/core/pull/34183 -->
71+
- Fixed a bug where bounding boxes did not always display for media that was logged with bounding boxes. <!-- https://github.com/wandb/core/pull/34184 -->
72+
- Fixed a bug where export tasks could get stuck in a pending state and never execute. <!-- https://github.com/wandb/core/pull/34091 -->
73+
- Fixed a bug where `wandb verify` could fail when downloading files with special characters in their names. <!-- https://github.com/wandb/core/pull/34130 -->
74+
- Fixed a performance regression when fetching system events, especially when plotting a large number of system events in a chart. This regression was introduced in v0.73.0. <!-- https://github.com/wandb/core/pull/33885 -->

0 commit comments

Comments
 (0)