pypi wandb 0.22.0
v0.22.0

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

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 call wandb.init() with the parameter reinit='create_new' (@jacobromero in #10468)
  • Fix Api().runs() for wandb server < 0.51.0 (when project.internalId was added to gql API) (@kelu-wandb in #10507)
  • Sweeps: command run scripts that import readline whether directly or indirectly (e.g. import torch on Python 3.13) should no longer deadlock (@kelu-wandb in #10489)

Don't miss a new wandb release

NewReleases is sending notifications on new releases.