Skip to content

Commit 74f60e1

Browse files
committed
0.68 draft for testing
1 parent a2d4cfd commit 74f60e1

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "0.68.0"
3+
date: 2025-04-29
4+
description: "April 29, 2025"
5+
---
6+
7+
## Features
8+
- Release notes for W&B Server are now published [in the W&B documentation]({{< relref "/releases/" >}}) in addition to on GitHub. [Subscribe using RSS]({{< relref "/release-notes/releases/index.xml" >}}).
9+
- Registry admins can define and assign [*protected aliases*]({{< relref "/guides/core/registry/model_registry/access_controls.md#add-protected-aliases" >}}) to represent key stages of your development pipeline. A protected alias can be assigned only by a registry admin. W&B blocks other users from adding or removing protected aliases from versions in a registry using the API or UI.
10+
- Improved Fork and Rewind Performance.
11+
12+
[Forking]({{< relref "/guides/runs/forking.md" >}}) a run creates a new run that uses the same configuration as an existing run. Changes to the forked run do not the parent run, and vice versa. A pointer is maintained between the forked run and the parent. [Rewinding]({{< relref "/guides/runs/rewind.md" >}}) a run lets you log new data from that point in time without losing the existing data.
13+
14+
In projects with many nested forks, forking new runs is now much more efficient due to improvements in caching.
15+
- You can now filter console logs based on a run's `x_label` value. During [distributed training]({{ relref "/guides/track/log/distributed-training.md#track-all-processes-to-a-single-run" >}}), this optional parameter tracks the node that logged the run.
16+
- You can now move runs between `Groups`, one by one or in bulk. Also, you can now create new `Groups` after the initial logging time.
17+
- Line plots now support **synchronized zooming** mode, where zooming to a given range on one plot automatically zooms into the same range on all other line plots with a common x-axis. Turn this on in the [workspace display settings for line plots]({{< relref "/guides/app/features/panels/line-plot/#all-line-plots-in-a-workspace" >}}).
18+
- Line plots now support formatting custom metrics as timestamps. This is useful when synchronizing or uploading runs from a different system.
19+
- You can now slide through media panels using non-`_step` fields such as `epoch` or `train/global_step` (or anything else).
20+
- In Tables and plots in Query Panels that use `runs` or `runs.history` expressions, a step slider allows you to step through the progress on your metrics, text, or media through the course of your runs. The slider supports stepping through non-`_step` metrics.
21+
- You can now customize bar chart labels using a font size control.
22+
23+
### Private preview
24+
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.
25+
26+
- **Personal workspace templates** allow you to save your workspace setup so it is automatically applied to your new projects. Initially, you can configure certain line plot settings such as the default X axis metric, smoothing algorithm, and smoothing factor.
27+
- **Improved Exponentially-weighted Moving Average (EMA) smoothing** provides more reliable smoothed lines when operating on complete, unbinned data. In most cases, smoothing is handled at the back end for improved performance.
28+
29+
### Weave
30+
- Chat with fine-tuned models from within your W&B instance. [Playground]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/" >}}) is now supported in Dedicated Cloud. Playground is a chat interface for comparing different LLMs on historical traces. Admins can add API keys to different model providers or hook up [custom hosted LLM providers]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/#add-a-custom-provider" >}}) so your team can interact with them from within Weave.
31+
- Open Telemetry Support. Now you can log traces via OpenTelemetry (OTel). Learn more: https://weave-docs.wandb.ai/guides/tools/otel/?utm_source=beamer&utm_medium=sidebar&utm_campaign=OpenTelemetry-support-in-Weave&utm_content=ctalink
32+
- Weave [tracing]({{< relref "https://weave-docs.wandb.ai/guides/tracking/" >}}) has new framework integrations: CrewAI, OpenAI’s Agent SDK, DSPy 2.x and Google's genai Python SDK.
33+
- Playground supports new [OpenAI models]({{< relref "https://weave-docs.wandb.ai/guides/tools/playground/#openai" >}}): GPT‑4.1, GPT‑4.1 mini, and GPT‑4.1 nano.
34+
- Build labeled datasets directly from traces, with your annotations automatically converted into dataset columns. Learn more: https://weave-docs.wandb.ai/guides/core-types/datasets#create-edit-and-delete-a-dataset-in-the-ui
35+
36+
## Security
37+
38+
- Registry admins can now designate a service account in a registry as either a Registry Admin or a Member. Previously, the service account’s role was always Registry Admin.
39+
40+
## Performance
41+
42+
- Improved the performance of many workspace interactions, particularly in large workspaces. For example, expanding sections and using the run selector are significantly more responsive.
43+
44+
## Fixes
45+
46+
- Fixed a bug that could prevent an organization service account from being added to new teams.
47+
- Fixed a bug that could cause hover marks to be missing for grouped lines.
48+
- Fixed a bug that could include invalid project names in the **Import** dropdown of a Report panel.
49+
- Fixed a display bug in the alignment of filters in the run selector.
50+
- Fixed a page crash when adding a timestamp **Within Last** filter
51+
- Fixed a bug that could prevent the X-axis from being set to **Wall Time** in global line plot settings.
52+
- Fixed a bug that could prevent image captions from appearing when they are logged to a Table.
53+
- In **Run Overview** pages, the **Description** field is now named **Notes**.

0 commit comments

Comments
 (0)