Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.63 KB

File metadata and controls

38 lines (28 loc) · 2.63 KB

Unreleased changes

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).

Unreleased

Added

  • The reinit setting 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)

Changed

  • Boolean values for the reinit setting are deprecated; use "return_previous" and "finish_previous" instead (@timoffex in wandb#9557)
  • The "wandb" logger is configured with propagate=False at 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-dispatch package. (@jacobromero in wandb#9599)
  • Relaxed the pydantic version requirement to support both v1 and v2 (@dmitryduev in wandb#9605)
  • wandb.init(dir=...) now creates any nonexistent directories in dir if 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_page argument now only accept int values. Default per_page values are set directly in method signatures, and explicitly passing None is no longer supported (@tonyyli-wandb in wandb#9201)

Fixed

  • 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/jpeg images containing transparency data (@jacobromero in wandb#9527)
  • wandb.init(resume_from=...) now works without explicitly specifying the run's id (@kptkin in wandb#9572)
  • Deleting files with the Public API works again (@jacobromero in wandb#9604)
    • Bug introduced in 0.19.1