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.17.4 to 0.19.2 #228

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

Bumps wandb from 0.17.4 to 0.19.2.

Release notes

Sourced from wandb's releases.

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)

v0.19.1

What's Changed

Fixed

Changed

v0.19.0

What's Changed

Changed

... (truncated)

Changelog

Sourced from wandb's changelog.

[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

[0.19.1] - 2024-12-13

Fixed

Changed

Security

[0.19.0] - 2024-12-05

... (truncated)

Commits
  • 69d6fda Bump version and update CHANGELOG for release 0.19.2
  • f418f53 chore: add Notable Changes to 0.17, 0.18, 0.19 releases (#9202)
  • 36da633 fix: checks against invalid anonymous settings value. (#9193)
  • ba81ebf refactor: _WandbSetup._get_logger() cannot return None (#9195)
  • ecc84e9 fix: remove unsupported settings when using wandb offline (#9135)
  • 2fe5406 fix(sdk): prevent issues due to bugs in earlier botocore versions (#9015)
  • 9d925b7 security: fix security issue with go-git by updating wandb/core dep (#9192)
  • 908b069 fix: minor fix to make wandb beta sync work (#9187)
  • cf1e178 chore: enforce using correct hash for new graphql schemas (#8831)
  • ce8fc82 chore: bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 in /core (#9...
  • 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.17.4 to 0.19.2.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.17.4...v0.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 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