What's Changed
Added
- The automations API now supports artifact tag, collection tag, and artifact unlinking events (@tonyyli-wandb in #11922)
Changed
wandb.ApiGraphQL operations are routed through the wandb-core service instead of the legacy Python GraphQL client. Failures from these operations now raiseWandbApiFailedErrorinstead ofrequestsHTTP exceptions, and customizations made by patchingrequestsno longer affect these GraphQL calls (@dmitryduev in #11818)
Removed
- Removed the unsupported
wandb.apis.importersAPI (@dmitryduev in #11923) - Removed stale OpenAI, Cohere, and LangChain LLM integrations, including legacy autologging and tracing APIs (@dmitryduev in #11925)
- Removed the deprecated Keras
WandbCallbackand the legacywandb.integration.yolov8callback 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_historyinv0.23.1
- This was introduced under
Fixed
wandb.sandboxnow rejects invalid argument values for placement, gpu, and egress (@nicholaspun-wandb in #11934)