8000 Release v0.19.5 · wandb/wandb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.19.5

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 01:52

What's Changed

Added

  • Added wandb login --base-url {host_url} to login as an alias of wandb login --host {host_url}. (@jacobromero in #9323)

Changed

  • Temporarily disabled collecting per-core CPU utilization stats (@dmitryduev in #9350)

Fixed

  • Fixed a bug causing offline mode to make network requests when logging media artifacts. If you are using an older version of W&B Server that does not support offline artifact uploads, use the setting allow_offline_artifacts=False to revert to older compatible behavior. (@domphan-wandb in #9267)
  • Expand sanitization rules for logged table artifact name to allow for hyphens and dots. This update brings the rules up-to-date with the current rules for artifact names. (Allowing letters, numbers, underscores, hyphens, and dots) (@nicholaspun-wandb in #9271)
  • Correctly handle run rewind settings fork_from and resume_from. (@dmitryduev in #9331)
0