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_exportsinapi.Runclass to download exported run history in parquet file format (@jacobromero in #11094)
Changed
- When a settings file (such as
./wandb/settingsor~/.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>, usingwandb login --host <valid-url>works as usual (@timoffex in #11207)- Regression introduced in 0.24.0
wandb beta synccorrectly loads credentials (@timoffex in #11231)- Regression introduced in 0.24.0
- Caused
wandb beta syncto get stuck onSyncing...
- Fixed occasional unuploaded data in 0.24.0 (@timoffex in #11249)
- All data is stored in the run's
.wandbfile and can be reuploaded withwandb sync
- All data is stored in the run's