Skip to content

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 21:27

What's Changed

Added

  • 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)
  • Artifact.link() now logs unsaved artifacts instead of raising an error, consistent with the behavior of Run.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.metadata now raises a ValueError early, instead of waiting on request retries to time out (@tonyyli-wandb in #10845).