pypi wandb 0.22.1
v0.22.1

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

What's Changed

Added

  • Optimize artifacts downloads re-verification with checksum caching (@thanos-wandb in #10157)
  • Lazy loading support for Api().runs() to improve performance when listing runs. The new lazy=True parameter (default) loads only essential metadata initially, with automatic on-demand loading of heavy fields like config and summary when accessed (@thanos-wandb in #10034)
  • Add storage_region option when creating artifacts. Users can use CoreWeave AI Object Storage by specifying wandb.Artifact(storage_region="coreweave-us") when using wandb.ai for faster artifact upload/download on CoreWeave's infrastructure. (@pingleiwandb in #10533)

Fixed

  • Api.artifact_exists() and Api.artifact_collection_exists() now raise on encountering timeout errors, rather than (potentially erroneously) returning False. (@tonyyli-wandb in #10591)

Don't miss a new wandb release

NewReleases is sending notifications on new releases.