Add here any changes made in a PR that are relevant to end users. Allowed sections:
- Added - for new features.
- Changed - for changes in existing functionality.
- Deprecated - for soon-to-be removed features.
- Removed - for now removed features.
- Fixed - for any bug fixes.
- Security - in case of vulnerabilities.
Section headings should be at level 3 (e.g. ### Added).
- The
reinitsetting can be set to"default"(@timoffex in wandb#9569) - Added support for building artifact file download urls using the new url scheme, with artifact collection membership context (@ibindlish in wandb#9560)
- Boolean values for the
reinitsetting are deprecated; use "return_previous" and "finish_previous" instead (@timoffex in wandb#9557) - The "wandb" logger is configured with
propagate=Falseat import time, whereas it previously happened when starting a run. This may change the messages observed by the root logger in some workflows (@timoffex in wandb#9540) - Metaflow now requires
plum-dispatchpackage. (@jacobromero in wandb#9599) - Relaxed the
pydanticversion requirement to support both v1 and v2 (@dmitryduev in wandb#9605) wandb.init(dir=...)now creates any nonexistent directories indirif it has a parent directory that is writeable (@ringohoffman in wandb#9545)- The server now supports fetching artifact files by providing additional collection information; updated the artifacts api to use the new endpoints instead (@ibindlish in wandb#9551)
- Paginated methods (and underlying paginators) that accept a
per_pageargument now only acceptintvalues. Defaultper_pagevalues are set directly in method signatures, and explicitly passingNoneis no longer supported (@tonyyli-wandb in wandb#9201)
- Calling
wandb.init()in a notebook finishes previous runs as previously documented (@timoffex in wandb#9569)- Bug introduced in 0.19.0
- Fixed an error being thrown when logging
jpg/jpegimages containing transparency data (@jacobromero in wandb#9527) wandb.init(resume_from=...)now works without explicitly specifying the run'sid(@kptkin in wandb#9572)- Deleting files with the Public API works again (@jacobromero in wandb#9604)
- Bug introduced in 0.19.1