pypi wandb 0.26.1
v0.26.1

latest releases: 0.28.1, 0.28.0, 0.27.2...
3 months ago

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 #11651)
  • The stop_fn setting to customize how a run is stopped (@timoffex in #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 #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 #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 #11762)

Don't miss a new wandb release

NewReleases is sending notifications on new releases.