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

chore(deps): bump wandb from 0.18.7 to 0.19.6 #38

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps wandb from 0.18.7 to 0.19.6.

Release notes

Sourced from wandb's releases.

v0.19.6

What's Changed

Added

Changed

Fixed

  • Fixed a performance issue causing slow instantiation of wandb.Artifact, which in turn slowed down fetching artifacts in various API methods. (@​tonyyli-wandb in wandb/wandb#9355)
  • Some errors from wandb.Api have better string representations (@​timoffex in wandb/wandb#9361)
  • Artifact.add_reference, when used with file URIs for a directory and the name parameter, was incorrectly adding the value of name to the path of the file references (@​ssisk in wandb/wandb#9378)
  • Fixed a bug causing Artifact.add_reference() with checksum=False to log new versions of local reference artifacts without changes to the reference URI. (@​tonyyli-wandb in wandb/wandb#9326)

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

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.19.6] - 2025-02-05

Added

Changed

Fixed

  • Fixed a performance issue causing slow instantiation of wandb.Artifact, which in turn slowed down fetching artifacts in various API methods. (@​tonyyli-wandb in wandb/wandb#9355)
  • Some errors from wandb.Api have better string representations (@​timoffex in wandb/wandb#9361)
  • Artifact.add_reference, when used with file URIs for a directory and the name parameter, was incorrectly adding the value of name to the path of the file references (@​ssisk in wandb/wandb#9378)
  • Fixed a bug causing Artifact.add_reference() with checksum=False to log new versions of local reference artifacts without changes to the reference URI. (@​tonyyli-wandb in wandb/wandb#9326)

[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

... (truncated)

Commits
  • 577b1ed Bump version and update CHANGELOG for release 0.19.6
  • 48bcb60 fix: revert "log an error when we do not have access permission to the netrc ...
  • c9a0bb9 chore: bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.5.0 t...
  • 040fc34 chore: add sdk team as code owners on infra changes (#9407)
  • a9532ba chore: update login message for notebook environments to not show "press ctrl...
  • 270f871 chore: auto-generate x_label in shared mode if not provided (#9399)
  • 820e470 fix: log an error when we do not have access permission to the netrc file (#9...
  • c22d733 fix(artifacts): artifact.add_reference: stop including the name in the artifa...
  • e00ccf7 refactor: log token on unmarshal error (#9404)
  • ee574f3 fix: break connection on parsing error (#9391)
  • 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.18.7 to 0.19.6.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.18.7...v0.19.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #40.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/pip/wandb-0.19.6 branch February 24, 2025 04:59
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