pypi wandb 0.27.0
v0.27.0

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

What's Changed

Notable Changes

This version drops support for Python 3.9 and Pydantic v1. Pydantic v2.6 or newer is now required.

Added

  • The stop_on_fatal_error setting to stop a run (using stop_fn) after a fatal error that prevents it from uploading metrics (@timoffex in #11774)
  • New wandb.sandbox package and the wandb beta sandbox cli for using wandb sandbox (@pingleiwandb in #11606)
  • The finish_timeout and finish_timeout_raises settings (@timoffex in #11737)
  • The run.write_logs() method to write text directly to the Logs tab (@ItsTania in #11702)
  • The capture_loggers setting to automatically capture logging.Logger logs using write_logs() (@ItsTania in #11702)

Changed

  • Changed CPU and memory system metric percentages in Linux containers to use cgroup v2 resource limits instead of host node totals. Set the private x_stats_no_cgroup setting to True to opt out (@dmitryduev in #11796)
  • Python 3.9 is no longer supported (@dmitryduev in #11841)

Removed

  • Pydantic v1 is no longer supported; pydantic >= 2.6 is required. The vendored wandb_orjson extension and its WANDB_DISABLE_ORJSON / WANDB_BUILD_SKIP_ORJSON environment variables removed (@dmitryduev in #11869)

Don't miss a new wandb release

NewReleases is sending notifications on new releases.