Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump wandb from 0.19.1 to 0.19.5 #402

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps wandb from 0.19.1 to 0.19.5.

Release notes

Sourced from wandb's releases.

v0.19.5

What's Changed

Added

Changed

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 wandb/wandb#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 wandb/wandb#9271)
  • Correctly handle run rewind settings fork_from and resume_from. (@​dmitryduev in wandb/wandb#9331)

v0.19.4

What's Changed

Fixed

  • Fix incorrectly reported device counts and duty cycle measurements for TPUs with single devices per chip / multiple devices on the host and make TPU metrics sampling more robust (@​dmitryduev in wandb/wandb#9266)
  • Handle non-consecutive TPU device IDs in system monitor (@​dmitryduev in wandb/wandb#9276)

v0.19.3

What's Changed

Fixed

v0.19.2

What's Changed

Added

Changed

  • Calling wandb.init(mode="disabled") no longer disables all later runs by default. Use wandb.setup(settings=wandb.Settings(mode="disabled")) for this instead, or set mode="disabled" explicitly in each call to wandb.init(). (@​timoffex in wandb/wandb#9172)

Fixed

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.19.5] - 2025-01-29

Added

Changed

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 wandb/wandb#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 wandb/wandb#9271)
  • Correctly handle run rewind settings fork_from and resume_from. (@​dmitryduev in wandb/wandb#9331)

[0.19.4] - 2025-01-16

Fixed

  • Fix incorrectly reported device counts and duty cycle measurements for TPUs with single devices per chip / multiple devices on the host and make TPU metrics sampling more robust (@​dmitryduev in wandb/wandb#9266)
  • Handle non-consecutive TPU device IDs in system monitor (@​dmitryduev in wandb/wandb#9276)

[0.19.3] - 2025-01-13

Fixed

[0.19.2] - 2025-01-07

Added

Changed

  • Calling wandb.init(mode="disabled") no longer disables all later runs by default. Use wandb.setup(settings=wandb.Settings(mode="disabled")) for this instead, or set mode="disabled" explicitly in each call to wandb.init(). (@​timoffex in wandb/wandb#9172)

Fixed

... (truncated)

Commits
  • 51a7e22 Bump version and update CHANGELOG for release 0.19.5
  • 3bde534 chore: add tenacity to requirements_dev.txt (#9352)
  • bd9040e chore: temporarily disable collecting per-core CPU utilization stats (#9350)
  • 6023ded docs: remove the outdated quick start gif from readme (#9344)
  • 061f9fa refactor: delete unused Mailbox.wait method (#9343)
  • 63feb49 refactor: deliver_run exception handling on init (#9328)
  • 9645a61 refactor: move some config initialization out of wandb_run.py (#9320)
  • 58c84d5 chore: support run-forking in performance tests (#9342)
  • be2c900 refactor: reformat wandb_run.py (#9333)
  • 4074d41 refactor: move setting of global value for anoymous setting to wandb_login.py...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wandb](https://github.com/wandb/wandb) from 0.19.1 to 0.19.5.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.19.1...v0.19.5)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants