What's Changed
Added
- Run console logs pane in W&B LEET TUI (
wandb beta leetcommand, toggle withl). (@dmitryduev in #11345) - System metrics pane in multi-run workspace mode in W&B LEET TUI (
wandb beta leetcommand, toggle withs). (@dmitryduev in #11391) - System metrics filtering in W&B LEET TUI (
wandb beta leetcommand, toggle with\). (@dmitryduev in #11391) ArtifactType.collections()now supports filtering and ordering of collections. (@amusipatla-wandb in #11268)- Warning message when
run.log_artifactdoes not create a new version because the artifact content is identical to an existing version. (@pingleiwandb in #11340) Project.collections()to fetch filtered and ordered artifact collections in a project. (@amusipatla-wandb in #11319)wandb purge-cachecommand to clean up cached files (@jacobromero in #10996)
Fixed
- Fixed a rare deadlock caused when GC triggers at an unlucky time and runs a
__del__method that prints (@timoffex in #11402) api.Run.userraisingAttributeErrorwhen accessing runs from anapi.Runsiteration (@jacobromero in #11439)