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.4 #399

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 17, 2025

Bumps wandb from 0.19.1 to 0.19.4.

Release notes

Sourced from wandb's releases.

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

Removed

  • The wandb.wandb_sdk.wandb_setup._setup() function's reset parameter has been removed. Note that this is a private function, even though there appear to be usages outside of the repo. Please wandb.teardown() instead of _setup(reset=True). (@​timoffex in wandb/wandb#9165)
  • In the private wandb.wandb_sdk.wandb_setup module, the logger and _set_logger symbols have been removed (@​timoffex in wandb/wandb#9195)
Changelog

Sourced from wandb's changelog.

[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

Removed

  • The wandb.wandb_sdk.wandb_setup._setup() function's reset parameter has been removed. Note that this is a private function, even though there appear to be usages outside of the repo. Please wandb.teardown() instead of _setup(reset=True). (@​timoffex in wandb/wandb#9165)
  • In the private wandb.wandb_sdk.wandb_setup module, the logger and _set_logger symbols have been removed (@​timoffex in wandb/wandb#9195)

Security

Commits
  • 38b83df Bump version and update CHANGELOG for release 0.19.4
  • 1c044af chore: band-aid a test in test_step_upload.py (#9279)
  • 0c9bb42 chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1....
  • 264c5c3 chore: update release-sdk action to use upload/download-artifact v4 (#9280)
  • 20ceebc refactor: fix type hint, Backend._settings cannot be None (#9269)
  • 7d2bf64 chore: update release-sdk action to use upload/download-artifact@v4 (#9278)
  • 32fe949 fix: handle non-consecutive TPU device IDs in system monitor (#9276)
  • 4217f84 chore: make tools/inpect_tool.py stanalone/executable with uv (#9272)
  • 3f05f83 refactor: require run in publish_summary, delete _hack_set_run (#9268)
  • 23dbd43 refactor: require run in InterfaceBase.publish_partial_history (#9264)
  • 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.4.
- [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.4)

---
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 17, 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