pypi wandb 0.27.1
v0.27.1

latest releases: 0.28.1, 0.28.0, 0.27.2...
one month ago

What's Changed

Added

  • The automations API now supports artifact tag, collection tag, and artifact unlinking events (@tonyyli-wandb in #11922)

Changed

  • wandb.Api GraphQL operations are routed through the wandb-core service instead of the legacy Python GraphQL client. Failures from these operations now raise WandbApiFailedError instead of requests HTTP exceptions, and customizations made by patching requests no longer affect these GraphQL calls (@dmitryduev in #11818)

Removed

  • Removed the unsupported wandb.apis.importers API (@dmitryduev in #11923)
  • Removed stale OpenAI, Cohere, and LangChain LLM integrations, including legacy autologging and tracing APIs (@dmitryduev in #11925)
  • Removed the deprecated Keras WandbCallback and the legacy wandb.integration.yolov8 callback package (@dmitryduev in #11926)

Changed

  • Run.scan_history() now reads from exported parquet history when available, which can significantly improve throughput for runs with large history (@jacobromero in #11797)
    • This was introduced under beta_scan_history in v0.23.1

Fixed

Don't miss a new wandb release

NewReleases is sending notifications on new releases.