What's Changed
Added
- Added
create_and_run_agentto__all__inwandb/sdk/launch/__init__.pyto expose it as a public API (@marijncv in #8621)
Changed
- Tables logged in offline mode now have updated keys to artifact paths when syncing. To revert to old behavior, use setting
allow_offline_artifacts = False. (@domphan-wandb in #8792)
Deprecated
- The
quietargument towandb.run.finish()is deprecated, usewandb.Settings(quiet=...)to set this instead. (@kptkin in #8794)
Fixed
- Fix
api.artifact()to correctly pass theenable_trackingargument to theArtifact._from_name()method (@ibindlish in #8803)