Change8

v0.24.1

📦 weights-biasesView on GitHub →
1 features🐛 4 fixes🔧 4 symbols

Summary

This release fixes several regressions introduced in version 0.24.0, particularly around data synchronization and login host configuration, and adds a new method for downloading run history exports.

Migration Steps

  1. If data was lost due to version 0.24.0 issues, locate the run's `.wandb` file and execute `wandb sync` to reupload the missing data.

✨ New Features

  • Added `download_history_exports` method to the `api.Run` class for downloading exported run history as parquet files.

🐛 Bug Fixes

  • Fixed an issue where runs created with `wandb==0.24.0` might fail to upload some data; missing data is recoverable via `wandb sync`.
  • Resolved a regression from 0.24.0 where using `wandb login --host <valid-url>` failed to work correctly after a previous login attempt with an invalid host URL.
  • Fixed a regression from 0.24.0 where `wandb beta sync` failed to load credentials, causing it to get stuck on "Syncing...".
  • Fixed occasional unuploaded data issues present in version 0.24.0.

Affected Symbols