What's Changed
Added
Apimethods returning artifacts, registries, automations, and related paginators now accept an optionalstartargument to resume iteration from a saved cursor (@tonyyli-wandb in #11651)- The
stop_fnsetting 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 leetcommand):wasdand arrow keys are now interchangeable within each focused pane (chart focus in grids, item/page nav in lists), andHome/End/PgUp/PgDnwork universally; the media pane retains its deliberate split where arrows scrub andwasdselects 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 samerun_idis still running (@timoffex in #11759) wandb.Apino longer raises an error for some api operations when offline mode is enabled via theWANDB_MODEenvironment variable or themodesetting. (@jacobromero in #11762)