pypi wandb 0.24.1
v0.24.1

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

What's Changed

Notable Changes

Runs created with wandb==0.24.0 may fail to upload some data, which this release fixes. Missing data is stored in the run's .wandb file and can be reuploaded with wandb sync.

Added

  • download_history_exports in api.Run class to download exported run history in parquet file format (@jacobromero in #11094)

Changed

  • When a settings file (such as ./wandb/settings or ~/.config/wandb/settings) contains an invalid setting, all settings files are ignored and an error is printed (@timoffex in #11207)

Fixed

  • After wandb login --host <invalid-url>, using wandb login --host <valid-url> works as usual (@timoffex in #11207)
    • Regression introduced in 0.24.0
  • wandb beta sync correctly loads credentials (@timoffex in #11231)
    • Regression introduced in 0.24.0
    • Caused wandb beta sync to get stuck on Syncing...
  • Fixed occasional unuploaded data in 0.24.0 (@timoffex in #11249)
    • All data is stored in the run's .wandb file and can be reuploaded with wandb sync

Don't miss a new wandb release

NewReleases is sending notifications on new releases.