Change8

v0.25.1

📦 weights-biasesView on GitHub →
7 features🐛 2 fixes🔧 7 symbols

Summary

This release introduces several enhancements to the W&B LEET TUI, including new panes for console logs and system metrics, and adds utility for managing artifact collections. Several bugs related to deadlocks and API iteration errors have also been resolved.

Migration Steps

  1. Use `wandb purge-cache` to clean up cached files.

✨ New Features

  • Added console logs pane in W&B LEET TUI via `wandb beta leet` command (toggle with `l`).
  • Added system metrics pane in multi-run workspace mode in W&B LEET TUI via `wandb beta leet` command (toggle with `s`).
  • Added system metrics filtering in W&B LEET TUI via `wandb beta leet` command (toggle with ``).
  • ArtifactType.collections() now supports filtering and ordering of collections.
  • Added warning message when run.log_artifact does not create a new version because the artifact content is identical to an existing version.
  • Added Project.collections() to fetch filtered and ordered artifact collections in a project.
  • Added wandb purge-cache command to clean up cached files.

🐛 Bug Fixes

  • Fixed a rare deadlock caused when GC triggers at an unlucky time and runs a __del__ method that prints.
  • Fixed api.Run.user raising AttributeError when accessing runs from an api.Runs iteration.

Affected Symbols