Skip to content

chore(deps): bump wandb from 0.25.0 to 0.26.1#72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wandb-0.26.1
Open

chore(deps): bump wandb from 0.25.0 to 0.26.1#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wandb-0.26.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps wandb from 0.25.0 to 0.26.1.

Release notes

Sourced from wandb's releases.

v0.26.1

What's Changed

Added

  • Api methods returning artifacts, registries, automations, and related paginators now accept an optional start argument to resume iteration from a saved cursor (@​tonyyli-wandb in wandb/wandb#11651)
  • The stop_fn setting to customize how a run is stopped (@​timoffex in wandb/wandb#11773)
    • Allows overriding the default of sending a SIGINT to the Python process

Changed

  • Unified keyboard navigation in W&B LEET TUI (wandb beta leet command): wasd and arrow keys are now interchangeable within each focused pane (chart focus in grids, item/page nav in lists), and Home/End/PgUp/PgDn work universally; the media pane retains its deliberate split where arrows scrub and wasd selects tiles (@​dmitryduev in wandb/wandb#11756)

Fixed

  • Made wandb.init(id=run_id, reinit="create_new") raise an error when another run in the same script with the same run_id is still running (@​timoffex in wandb/wandb#11759)
  • wandb.Api no longer raises an error for some api operations when offline mode is enabled via the WANDB_MODE environment variable or the mode setting. (@​jacobromero in wandb/wandb#11762)

v0.26.0

What's Changed

Notable Changes

This version drops compatibility with server versions older than 0.63.0 (for Dedicated Cloud and Self-Managed W&B deployments).

Added

  • wandb beta core start|stop commands to run a detached wandb-core service and reuse it across multiple processes via the WANDB_SERVICE env var (@​dmitryduev in wandb/wandb#11418)
  • Run filtering by metadata in multi-run workspace mode in W&B LEET TUI (wandb beta leet command, activate with f) (@​dmitryduev in wandb/wandb#11497 and wandb/wandb#11534)
  • Run overview displays tags and notes in W&B LEET TUI (wandb beta leet command) (@​dmitryduev in wandb/wandb#11523)
  • Per-chart log-scale (Y-axis) support in W&B LEET TUI (wandb beta leet command, toggle on a selected chart with y) (@​dmitryduev in wandb/wandb#11537)
  • Standalone system monitor mode in W&B LEET TUI (wandb beta leet symon command) (@​dmitryduev in wandb/wandb#11559)
  • Bucketed heatmap chart mode for system metrics expressed as percentages (e.g. GPU utilization) in W&B LEET TUI (wandb beta leet command, cycle chart mode on a selected chart with y) (@​dmitryduev in wandb/wandb#11568 and wandb/wandb#11607)
  • Colorblind-friendly dusk-shore (gradient) and clear-signal (cycle) color schemes in W&B LEET TUI (wandb beta leet command, configure with wandb beta leet config) (@​dmitryduev in wandb/wandb#11577)
  • disable_git_fork_point to prevent calculating git diff patch files closest ancestor commit when no upstream branch is set (@​jacobromero in wandb/wandb#10132)
  • Media pane for displaying wandb.Image data as ANSI thumbnails in W&B LEET TUI (wandb beta leet command), with grid layout, X-axis scrubbing, fullscreen mode, and keyboard/mouse navigation (@​dmitryduev in wandb/wandb#11630)
  • Kubeflow Pipelines v2 (kfp>=2.0.0) support for the @wandb_log decorator (@​ayulockin in wandb/wandb#11423)
  • allow_media_symlink setting to symlink or hardlink media files to the run directory instead of copying, improving logging performance and reducing disk usage (@​jacobromero in wandb/wandb#11544)
  • run.pin_config_keys(keys) to programmatically pin specific config keys for display in a References section on the Run Overview page (@​acasey-wandb in wandb/wandb#11639)
  • Direct TPU metric collection via libtpu.so FFI, capturing tensorcore_util (SDK-only, unavailable via gRPC), duty_cycle_pct, hbm_capacity_total, hbm_capacity_usage, and latency distributions (@​dmitryduev in wandb/wandb#11528)
  • NVML GPM (GPU Performance Monitoring) profiling metrics for Hopper+ GPUs (H100 and newer), providing SM utilization, tensor/FP pipeline activity, DRAM bandwidth, and PCIe/NVLink throughput without requiring the DCGM daemon (@​dmitryduev in wandb/wandb#11622)
  • .runs() on the Agent class to query run status for a given sweep agent (@​kmikowicz-wandb in wandb/wandb#11558)
  • .agent() and .agents() on the Sweep class to query active agents for a given sweep (@​kmikowicz-wandb in wandb/wandb#11558)

Changed

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.26.1] - 2026-04-23

Added

  • Api methods returning artifacts, registries, automations, and related paginators now accept an optional start argument to resume iteration from a saved cursor (@​tonyyli-wandb in wandb/wandb#11651)
  • The stop_fn setting to customize how a run is stopped (@​timoffex in wandb/wandb#11773)
    • Allows overriding the default of sending a SIGINT to the Python process

Changed

  • Unified keyboard navigation in W&B LEET TUI (wandb beta leet command): wasd and arrow keys are now interchangeable within each focused pane (chart focus in grids, item/page nav in lists), and Home/End/PgUp/PgDn work universally; the media pane retains its deliberate split where arrows scrub and wasd selects tiles (@​dmitryduev in wandb/wandb#11756)

Fixed

  • Made wandb.init(id=run_id, reinit="create_new") raise an error when another run in the same script with the same run_id is still running (@​timoffex in wandb/wandb#11759)
  • wandb.Api no longer raises an error for some api operations when offline mode is enabled via the WANDB_MODE environment variable or the mode setting. (@​jacobromero in wandb/wandb#11762)

[0.26.0] - 2026-04-13

Notable Changes

This version drops compatibility with server versions older than 0.63.0 (for Dedicated Cloud and Self-Managed W&B deployments).

Added

  • wandb beta core start|stop commands to run a detached wandb-core service and reuse it across multiple processes via the WANDB_SERVICE env var (@​dmitryduev in wandb/wandb#11418)
  • Run filtering by metadata in multi-run workspace mode in W&B LEET TUI (wandb beta leet command, activate with f) (@​dmitryduev in wandb/wandb#11497 and wandb/wandb#11534)
  • Run overview displays tags and notes in W&B LEET TUI (wandb beta leet command) (@​dmitryduev in wandb/wandb#11523)
  • Per-chart log-scale (Y-axis) support in W&B LEET TUI (wandb beta leet command, toggle on a selected chart with y) (@​dmitryduev in wandb/wandb#11537)
  • Standalone system monitor mode in W&B LEET TUI (wandb beta leet symon command) (@​dmitryduev in wandb/wandb#11559)
  • Bucketed heatmap chart mode for system metrics expressed as percentages (e.g. GPU utilization) in W&B LEET TUI (wandb beta leet command, cycle chart mode on a selected chart with y) (@​dmitryduev in wandb/wandb#11568 and wandb/wandb#11607)
  • Colorblind-friendly dusk-shore (gradient) and clear-signal (cycle) color schemes in W&B LEET TUI (wandb beta leet command, configure with wandb beta leet config) (@​dmitryduev in wandb/wandb#11577)
  • disable_git_fork_point to prevent calculating git diff patch files closest ancestor commit when no upstream branch is set (@​jacobromero in wandb/wandb#10132)
  • Media pane for displaying wandb.Image data as ANSI thumbnails in W&B LEET TUI (wandb beta leet command), with grid layout, X-axis scrubbing, fullscreen mode, and keyboard/mouse navigation (@​dmitryduev in wandb/wandb#11630)
  • Kubeflow Pipelines v2 (kfp>=2.0.0) support for the @wandb_log decorator (@​ayulockin in wandb/wandb#11423)
  • allow_media_symlink setting to symlink or hardlink media files to the run directory instead of copying, improving logging performance and reducing disk usage (@​jacobromero in wandb/wandb#11544)
  • run.pin_config_keys(keys) to programmatically pin specific config keys for display in a References section on the Run Overview page (@​acasey-wandb in wandb/wandb#11639)
  • Direct TPU metric collection via libtpu.so FFI, capturing tensorcore_util (SDK-only, unavailable via gRPC), duty_cycle_pct, hbm_capacity_total, hbm_capacity_usage, and latency distributions (@​dmitryduev in wandb/wandb#11528)
  • NVML GPM (GPU Performance Monitoring) profiling metrics for Hopper+ GPUs (H100 and newer), providing SM utilization, tensor/FP pipeline activity, DRAM bandwidth, and PCIe/NVLink throughput without requiring the DCGM daemon (@​dmitryduev in wandb/wandb#11622)
  • .runs() on the Agent class to query run status for a given sweep agent (@​kmikowicz-wandb in wandb/wandb#11558)
  • .agent() and .agents() on the Sweep class to query active agents for a given sweep (@​kmikowicz-wandb in wandb/wandb#11558)

Changed

Fixed

... (truncated)

Commits
  • 59b1b3b Bump version and update CHANGELOG for release 0.26.1
  • 788020e chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0 in...
  • 57f86cd feat(leet): unify wasd/arrow navigation across panes (#11756)
  • b81824a chore: bump rustls-webpki from 0.103.10 to 0.103.13 in /xpu (#11768)
  • e94410b feat: stop_fn setting (#11773)
  • 2067cd6 chore: use invalid default base url in tests (#11775)
  • ff67f28 fix: accept any protobuf runtime in each supported major (#11770)
  • a0ec229 chore: bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 in /experimenta...
  • 1d5d157 chore: bump rustls-webpki from 0.103.11 to 0.103.13 in /parquet-rust-wrapper ...
  • fab1797 chore: bump github.com/getsentry/sentry-go from 0.45.1 to 0.46.0 in /core (#1...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wandb](https://github.com/wandb/wandb) from 0.25.0 to 0.26.1.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.25.0...v0.26.1)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants