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

Bump wandb from 0.17.2 to 0.18.1 #798

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps wandb from 0.17.2 to 0.18.1.

Release notes

Sourced from wandb's releases.

v0.18.1

What's Changed

Fixed

Changed

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)

v0.17.9

What's Changed

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)

v0.17.8

What's Changed

Added

  • Capture SM (Streaming Multiprocessor), memory, and graphics clock speed (MHz), (un)corrected error counts, fan speed (%), and encoder utilization for Nvidia GPU devices when using core (@​dmitryduev in wandb/wandb#8144)

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.18.1] - 2024-09-16

Fixed

Changed

[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

... (truncated)

Commits
  • 4452e6c Bump version and update CHANGELOG for release 0.18.1
  • 6aecfd2 chore: update min targe macos version (#8407)
  • f7ae9df chore: bump minimal version of the apple stats (#8406)
  • 733b476 revert: "chore(deps): bump docker/setup-qemu-action from 2 to 3 in /.github/w...
  • 12a9766 revert: "chore(deps): bump actions/upload-artifact from 3 to 4 in /.github/wo...
  • f08581f revert: "chore(deps): bump actions/download-artifact from 3 to 4 in /.github/...
  • 434c49c fix: set the resumed status correctly when resuming a run (#8397)
  • bf137c9 chore(sdk): fix merge conflict in CHANGELOG.md from #8362 (#8401)
  • bfdc88e refactor(sdk): always capture tag in tensorboard logs (#8400)
  • 656dc55 fix(artifacts): set cache file permissions to read/write by all users (core) ...
  • 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.2 to 0.18.1.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.17.2...v0.18.1)

---
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 Sep 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #799.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/wandb-0.18.1 branch September 30, 2024 00:34
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