|
| 1 | +--- |
| 2 | +title: "0.69.x" |
| 3 | +date: 2025-05-28 |
| 4 | +description: "May 28, 2025" |
| 5 | + |
| 6 | +--- |
| 7 | + |
| 8 | +W&B 0.69 focuses on making the workspace more intuitive, collaborative, and efficient. Clearer visualizations and faster artifact downloads streamline how you interact with your data, so you can gain and share insights more quickly. Updates to Weave improve team workflows and evaluation tracking. A range of quality-of-life fixes tidy up the overall user experience. |
| 9 | + |
| 10 | +This release also marks the end of life for v0.54 and older, which are now officially unsupported.<!--more--> |
| 11 | + |
| 12 | +<!--The latest patch is **v0.69.0**. Refer to [Patches]({{< relref "#patches" >}}). --> |
| 13 | + |
| 14 | +## Support and end of life |
| 15 | +<ul> |
| 16 | + <li>W&B Server v0.54 and below have reached end of life as of May 27, 2025.</li> |
| 17 | + <li>W&B Server v0.56 is scheduled to reach end of life in July 2025</li> |
| 18 | +</ul><!-- Fix the admonition showing up as a child of the second item --> |
| 19 | + |
| 20 | +{{% readfile "/_includes/release-notes-support-eol-reminder.md" %}} |
| 21 | + |
| 22 | +## Upgrading |
| 23 | +To [upgrade]({{< relref "/guides/hosting/hosting-options/self-managed/server-upgrade-process.md#update-with-helm" >}}) to W&B v0.69.x, you must use v0.31.4+ of the `operator-wandb` Helm chart. Otherwise, after the upgrade, the `weave-cache-clear` container can fail to start. Ensure that your deployment uses these values: |
| 24 | + |
| 25 | +```yaml |
| 26 | +chart: |
| 27 | + url: https://charts.wandb.ai |
| 28 | + name: operator-wandb |
| 29 | + version: 0.31.4 |
| 30 | +``` |
| 31 | +
|
| 32 | +If you have questions or are experiencing issues with an upgrade, contact [support](mailto:support@wandb.com). |
| 33 | +
|
| 34 | +## Features |
| 35 | +- You can now set a custom display name for a run directly in the workspace. Customized run names show up in all plots and tables but only in your workspace, with no impact on your teammates’ views. This provides a clearer and cleaner view in your workspace, with no more labels like `*...v6-final-restart...`* in every legend and plot. |
| 36 | +- When filtering or grouping runs, colors can sometimes overlap and become indistinct. The run selector’s new **Randomize Colors** option reassigns random colors from the default palette to your current run selection or groups, helping to make the colors more distinguishable. |
| 37 | +- In line plots, you can now use **Cmd+Click** on a line to open a single-run view in a new tab. |
| 38 | +- Video media panels now provide more playback controls to play, pause, seek, view full screen, and adjust playback speed. |
| 39 | +- Settings for all types of media panels have been reorganized and improved. |
| 40 | +- You can now customize the point and background colors for point cloud panels. |
| 41 | +- Team-level and organization-level service accounts can now interact with Registry. |
| 42 | +- Improved Exponentially-weighted Moving Average (EMA) smoothing provides more reliable [smoothed lines]({{< relref "/guides/models/app/features/panels/line-plot/smoothing.md" >}}) when operating on complete, unbinned data. In most cases, smoothing is handled at the back end for improved performance. This feature was in private preview in v0.68.x. |
| 43 | + |
| 44 | +### Private preview |
| 45 | +Private preview features are available by invitation only. To request enrollment in a private preview, contact [support]({{< relref "mailto:support@wandb.com" >}}) or your AISE. |
| 46 | + |
| 47 | +- You can now color all of your runs based on a secondary metric, such as loss or custom efficiency metrics. This creates a clear gradient color scale across your runs in all plots, so you can spot patterns faster. [Watch a video demo](https://www.loom.com/share/c6ed484899324de991ef7147fd73785d). |
| 48 | +- [Personal workspace templates](/guides/track/workspaces/#workspace-templates)<!-- TODO change to a relref after workspace templates docs merge --> allow you to save core line plot settings and automatically reapply them in new views. These settings include x-axis key, smoothing algorithm, smoothing factor, max number of lines, whether to use the run selector’s grouping, and which aggregation to apply. |
| 49 | + |
| 50 | +### Weave |
| 51 | +- [Saved views](https://weave-docs.wandb.ai/guides/tools/saved-views/) simplify team collaboration and allow you to persist filter and column settings. |
| 52 | +- PDFs and generic files are now supported. |
| 53 | +- The new [`EvaluationLogger` API](https://weave-docs.wandb.ai/guides/evaluation/evaluation_logger) provides flexible imperative-style evaluation logging. |
| 54 | +- You can now import [human annotations](https://weave-docs.wandb.ai/guides/tracking/feedback#add-human-annotations) into Weave datasets |
| 55 | +- [Playground](https://weave-docs.wandb.ai/guides/tools/playground/) now supports saved configurations and prompts. |
| 56 | +- Decorators are now supported in TypeScript. |
| 57 | +- Added support for [tracing generator functions](https://weave-docs.wandb.ai/guides/tracking/tracing#trace-sync--async-generator-functions). |
| 58 | +- The new [`dataset.add_rows`](https://weave-docs.wandb.ai/reference/python-sdk/weave/#method-add_rows) helper improves the efficiency of appending to an existing dataset. |
| 59 | +- To help you understand your usage, trace and object sizes are now shown through the UI. |
| 60 | + |
| 61 | +## Performance |
| 62 | +- With [`wandb` SDK](/quickstart/#install-the-wandb-library-and-log-in) v0.19.11, artifacts now download 3-5x faster on average. For example, an artifact that previously downloaded at around 100 MB/sec may now download at 450 MB/sec or faster. Actual download speeds vary based on factors such as your network and storage infrastructure. |
| 63 | +- Improved caching on [Project](/guides/track/project-page/) and [User Settings](/guides/models/app/settings-page/user-settings/) pages. |
| 64 | + |
| 65 | +## Fixes |
| 66 | +- Improved the startup process for the `weave-cache-clear` container to ensure compatibility with Python virtual environments. |
| 67 | +- Added options for denser display of console logs. |
| 68 | +- Workspace loading screens are now more informative. |
| 69 | +- When adding a panel from a workspace to a report, the current project’s reports are now shown first in the destination report list. |
| 70 | +- Fixed many cases where y-axes would over-round to a degree that caused duplicate values to display. |
| 71 | +- Fixed confusing behavior when entering invalid smoothing parameters. |
| 72 | +- Removed the **Partial Media** warning from media panels. This does not change the behavior of the media panels. |
| 73 | +- When adding a [run filter based on tags](/guides/runs/filter-runs/#filter-runs-with-tags), the filter is now selected by default, as when filtering by other fields. |
| 74 | +- Removed the green bell icon that could appear on active runs in the run selector. |
| 75 | +- Removed the System page for individual runs. |
| 76 | +- The project description field now respects new lines. |
| 77 | +- Fixed URLs for legacy model registry collections. |
| 78 | +- Fixed a bug where the Netron viewer did not expand to fill all available space on the page. |
| 79 | +- When you click **Delete** on a project, the project name now displays in the confirmation modal. |
| 80 | + |
| 81 | +<!--## Patches --> |
0 commit comments