pypi wandb 0.21.2
v0.21.2

latest releases: 0.29.0, 0.28.2, 0.28.1...
12 months ago

What's Changed

Notable Changes

This version raises errors that would previously have been suppressed during calls to Artifact.link() or Run.link_artifact(). While this prevents undetected failures in those methods, it is also a breaking change.

Added

  • New settings for max_end_of_run_history_metrics and max_end_of_run_summary_metrics (@timoffex in #10351)
  • New wandb.integration.weave module for automatically initializing Weave when a W&B run is active and weave is imported (@andrewtruong in #10389)

Changed

  • Errors encountered while linking an artifact are no longer suppressed/silenced, and Artifact.link() and Run.link_artifact() no longer return None (@tonyyli-wandb in #9968)
  • The "Run history" and "Run summary" printed at the end of a run are now limited to 10 metrics each (@timoffex in #10351)

Fixed

  • Dataclasses in a run's config no long raise Object of type ... is not JSON serializable when containing real classes as fields to the dataclass (@jacobromero in #10371)
  • Artifact.link() and Run.link_artifact() should be faster on server versions 0.74.0+, requiring 4-5 fewer unnecessary blocking GraphQL requests (@tonyyli-wandb in #10393).

Don't miss a new wandb release

NewReleases is sending notifications on new releases.