Download Latest Version v0.21.0 source code.tar.gz (52.2 MB)
Email in envelope

Get an email when there's a new version of Weights and Biases

Home / v0.20.0
Name Modified Size InfoDownloads / Week
Parent folder
wandb-0.20.0.tar.gz 2025-06-03 52.4 MB
wandb-0.20.0.zip 2025-06-03 56.9 MB
README.md 2025-06-03 5.4 kB
v0.20.0 source code.tar.gz 2025-06-03 52.5 MB
v0.20.0 source code.zip 2025-06-03 57.2 MB
Totals: 5 Items   219.0 MB 0

What's Changed

  • wandb.Table: Added new constructor param, log_mode, with options "IMMUTABLE" and "MUTABLE". IMMUTABLE log mode (default) is existing behavior that only allows a table to be logged once. MUTABLE log mode allows the table to be logged again if it has been mutated. (@domphan-wandb in https://github.com/wandb/wandb/pull/9758)
  • wandb.Table: Added a new log_mode, "INCREMENTAL", which logs newly added table data incrementally. (@domphan-wandb in https://github.com/wandb/wandb/pull/9810)

Notable Changes

This version removes the ability to disable the service process. This is a breaking change.

Added

  • Added merge parameter to Artifact.add_dir to allow overwrite of previously-added artifact files (@pingleiwandb in https://github.com/wandb/wandb/pull/9907)
  • Support for pytorch.tensor for masks and boxes parameters when creating a wandb.Image object. (@jacobromero in https://github.com/wandb/wandb/pull/9802)
  • sync_tensorboard now supports syncing tfevents files stored in S3, GCS and Azure (@timoffex in https://github.com/wandb/wandb/pull/9849)
  • GCS paths use the format gs://bucket/path/to/log/dir and rely on application-default credentials, which can be configured using gcloud auth application-default login
  • S3 paths use the format s3://bucket/path/to/log/dir and rely on the default credentials set through aws configure
  • Azure paths use the format az://account/container/path/to/log/dir and the az login credentials, but also require the AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY environment variables to be set. Some other environment variables are supported as well, see here.
  • Added support for initializing some Media objects with pathlib.Path (@jacobromero in https://github.com/wandb/wandb/pull/9692)
  • New setting x_skip_transaction_log that allows to skip the transaction log. Note: Should be used with caution, as it removes the gurantees about recoverability. (@kptkin in https://github.com/wandb/wandb/pull/9064)
  • normalize parameter to wandb.Image initialization to normalize pixel values for Images initialized with a numpy array or pytorch tensor. (@jacobromero in https://github.com/wandb/wandb/pull/9883)

Changed

Removed

Deprecated

Fixed

Source: README.md, updated 2025-06-03