What's Changed
Added
- Add support for artifact tags, via
Artifact.tagsandRun.log_artifact()(@tonyyli-wandb in #8085)
Fixed
- Detect the notebook name in VS Code's built-in jupyter server (@dmitryduev in #8311)
Changed
- The new "core" backend, previously activated using wandb.require("core"), is now used by default. To revert to the legacy behavior,
addwandb.require("legacy-service")at the beginning of your script. Note: In the upcoming minor release, the option
to disable this new behavior will be removed (@kptkin in #7777)