You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental wandb beta leet command - Lightweight Experiment Exploration Tool - a terminal UI for viewing W&B runs locally with real-time metrics visualization and system monitoring (@dmitryduev in #10764)
The registry API now supports programmatic management of user and team members of individual registries. (@tonyyli-wandb in #10542)
Registry.id has been added as a (read-only) property of Registry objects (@tonyyli-wandb in #10785).
Fixed
Artifact.files() now has a correct len() when filtering by the names parameter (@matthoare117-wandb in #10796)
The numerator for file upload progress no longer occasionally exceeds the total file size (@timoffex in #10812)
Automatic code saving now works when running ipython notebooks in VSCode's Jupyter notebook extension (@jacobromero in #10746)
Logging an artifact with infinite floats in Artifact.metadata now raises a ValueError early, instead of waiting on request retries to time out (@tonyyli-wandb in #10845).