What's Changed
Notable Changes
This version removes support of MacOS 10.
Removed
- Remove a build targeting MacOS 10.x due to multiple security and supply chain considerations (@dmitryduev in #10529)
Fixed
- Resuming a run with a different active run will now raise an error unless you call
run.finish()first, or callwandb.init()with the parameterreinit='create_new'(@jacobromero in #10468) - Fix
Api().runs()for wandb server < 0.51.0 (whenproject.internalIdwas added to gql API) (@kelu-wandb in #10507) - Sweeps:
commandrun scripts thatimport readlinewhether directly or indirectly (e.g.import torchon Python 3.13) should no longer deadlock (@kelu-wandb in #10489)