What's Changed
Added
- Add
upsert_run_queuemethod towandb.Api. (@bcsherma in #8348) - Add
tagsparameter towandb.Api.artifacts()to filter artifacts by tag. (@moredatarequired in #8441)
Fixed
- Update the signature and docstring of
wandb.api.public.runs.Run.log_artifact()to support artifact tags likeRuninstances returned bywandb.init(). (@tonyyli-wandb in #8414) - Add docstring for
wandb.watchto support auto-complete (@kptkin in #8425) - Fix glob matching in define metric to work with logged keys containing
/(@KyleGoyette in #8434) - Allow
a\.bsyntax in run.define_metric to refer to a dotted metric name (@jacobromero in #8445) - Fix Unknown image format error when uploading a gif through tensorboard. (@jacobromero in #8476)
- Fix
OSErrorfrom callingArtifact.add_filewith file paths on mounted filesystems (@tonyyli-wandb in #8473) - Restored compatibility for macOS versions <= 10.15 for wandb-core. (@dmitryduev in #8487)