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

Update wandb requirement from <0.18,>=0.13.2 to >=0.13.2,<0.19 #3615

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Updates the requirements on wandb to permit the latest version.

Release notes

Sourced from wandb's releases.

v0.18.0

What's Changed

Added

Fixed

Changed

  • The new "core" backend, previously activated using wandb.require("core"), is now used by default. To revert to the legacy behavior, add wandb.require("legacy-service") at the beginning of your script. Note: In the upcoming minor release, the option to disable this new behavior will be removed (@​kptkin in wandb/wandb#7777)
Changelog

Sourced from wandb's changelog.

[0.18.0] - 2024-09-11

Added

Fixed

Changed

  • The new "core" backend, previously activated using wandb.require("core"), is now used by default. To revert to the legacy behavior, add wandb.require("legacy-service") at the beginning of your script. Note: In the upcoming minor release, the option to disable this new behavior will be removed (@​kptkin in wandb/wandb#7777)

[0.17.9] - 2024-09-05

Changed

  • Changed the default system metrics sampling interval to 10 seconds without averaging, while allowing custom intervals via wandb.init(settings=wandb.Settings(_stats_sampling_interval=...)) (@​dmitryduev in wandb/wandb#8208)

Deprecated

  • define_metric(summary='best', goal=...) is deprecated and soon will be removed, use define_metric(summary='min') or define_metric(summary='min') instead (@​kptkin in wandb/wandb#8219)

[0.17.8] - 2024-08-28

Added

Fixed

Deprecated

  • Ability to disable the service process (WANDB__DISABLE_SERVICE) is deprecated and will be removed in the next minor release (@​kptkin in wandb/wandb#8193)

[0.17.7] - 2024-08-15

Fixed

... (truncated)

Commits
  • defd0f2 Bump version and update CHANGELOG for release 0.18.0
  • 4b595a2 chore: skip broken protobuf version 5.28.0 (#8346)
  • 32246d7 chore: disable core in cli (#8330)
  • dc6862c feat: make wandb-core the default SDK backend (#7777)
  • dcdb6bd fix: remove platform arch check in apple_stats/hatch.py (#8328)
  • bef53c5 chore: add GPUNvidia to noop_windows.go in system monitor (#8327)
  • 0a07393 chore: split noop definitions per platform in system monitor (#8325)
  • af88b10 fix(sdk): avoid uploading console file in off mode (#8321)
  • 4d91af8 chore: turn release note step to draft for now (#8324)
  • a27a711 chore(deps): bump actions/setup-python from 4 to 5 in /.github/workflows (#8274)
  • Additional commits viewable in compare view

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)

Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.13.2...v0.18.0)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 00:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2024
Copy link
Contributor

@mvpatel2000 mvpatel2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Love the commit names.

@mvpatel2000 mvpatel2000 enabled auto-merge (squash) September 19, 2024 21:58
@mvpatel2000 mvpatel2000 merged commit 129dcbe into main Sep 19, 2024
14 checks passed
@mvpatel2000 mvpatel2000 deleted the dependabot/pip/wandb-gte-0.13.2-and-lt-0.19 branch September 19, 2024 22:21
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.

2 participants