pypi wandb 0.19.2
v0.19.2

latest releases: 0.28.2, 0.28.1, 0.28.0...
19 months ago

What's Changed

Added

Changed

  • Calling wandb.init(mode="disabled") no longer disables all later runs by default. Use wandb.setup(settings=wandb.Settings(mode="disabled")) for this instead, or set mode="disabled" explicitly in each call to wandb.init(). (@timoffex in #9172)

Fixed

  • The stop button correctly interrupts runs whose main Python thread is running C code, sleeping, etc. (@timoffex in #9094)
  • Remove unintentional print that occurs when inspecting wandb.Api().runs() (@tomtseng in #9101)
  • Fix uploading large artifacts when using Azure Blob Storage. (@amulya-musipatla in #8946)
  • The wandb offline command no longer adds an unsupported setting to wandb.Settings, resolving ValidationError. (@kptkin in #9135)
  • Fix error when reinitializing a run, caused by accessing a removed attribute. (@MathisTLD in #8912)
  • Fixed occasional deadlock when using multiprocessing to update a single run from multiple processes (@timoffex in #9126)
  • Prevent errors from bugs in older versions of botocore < 1.5.76 (@amusipatla-wandb, @tonyyli-wandb in #9015)
  • Fixed various checks against invalid anonymous settings value. (@jacobromero in #9193)

Removed

  • The wandb.wandb_sdk.wandb_setup._setup() function's reset parameter has been removed. Note that this is a private function, even though there appear to be usages outside of the repo. Please wandb.teardown() instead of _setup(reset=True). (@timoffex in #9165)
  • In the private wandb.wandb_sdk.wandb_setup module, the logger and _set_logger symbols have been removed (@timoffex in #9195)

Don't miss a new wandb release

NewReleases is sending notifications on new releases.