What's Changed
Added
- Experimental
wandb beta leetcommand - 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.idhas been added as a (read-only) property ofRegistryobjects (@tonyyli-wandb in #10785).
Fixed
Artifact.files()now has a correctlen()when filtering by thenamesparameter (@matthoare117-wandb in #10796)- The numerator for file upload progress no longer occasionally exceeds the total file size (@timoffex in #10812)
Artifact.link()now logs unsaved artifacts instead of raising an error, consistent with the behavior ofRun.link_artifact()(@tonyyli-wandb in https://github.com/wandb/wandb/10822)- 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.metadatanow raises aValueErrorearly, instead of waiting on request retries to time out (@tonyyli-wandb in #10845).