Change8

v0.26.1

📦 weights-biasesView on GitHub →
2 features🐛 2 fixes🔧 2 symbols

Summary

This release introduces the ability to customize run stopping behavior via `stop_fn` and adds a `start` argument for paginated API calls. Several bugs related to run initialization conflicts and offline API operations have also been resolved.

✨ New Features

  • Api methods returning artifacts, registries, automations, and related paginators now accept an optional `start` argument to resume iteration from a saved cursor.
  • Added the `stop_fn` setting to customize how a run is stopped, allowing overriding the default of sending a SIGINT to the Python process.

🐛 Bug Fixes

  • 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.
  • `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.

Affected Symbols