AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2.02k stars 290 forks source link

Bump wandb from 0.17.2 to 0.18.1 #798

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 2 weeks ago

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 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)
dependabot[bot] commented 6 days ago

Superseded by #799.