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
1.96k stars 289 forks source link

Bump wandb from 0.16.2 to 0.16.6 #743

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps wandb from 0.16.2 to 0.16.6.

Release notes

Sourced from wandb's releases.

v0.16.6

What's Changed

Added

  • Added support for overriding kaniko builder settings in the agent config by @​TimH98 in wandb/wandb#7191
  • Added link to the project workspace of a run in the footer by @​kptkin in wandb/wandb#7276
  • Added support for overriding stopped run grace period in the agent config by @​TimH98 in wandb/wandb#7281
  • Added setting (_disable_update_check) to disable version checks during init by @​kptkin in wandb/wandb#7287
  • WandbLogger.sync in the OpenAI Fine-Tuning integration gets a new log_datasets boolean argument to turn off automatic logging of datasets to Artifacts by @​morganmcg1 in wandb/wandb#7150
  • Reduced default status print frequency of launch agent. Added verbosity controls to allow for increased status print frequency and printing debug information to stdout by @​TimH98 in wandb/wandb#7126

Changed

  • Limit policy option on artifact cli's put() to choices, ["mutable", "immutable"] by @​ibindish in wandb/wandb#7172
  • Updated artifact public api methods to handle nullable Project field on the ArtifactSequence/ArtifactCollection type, based on gorilla server changes by @​ibindlish in wandb/wandb#7201

Fixed

v0.16.5

What's Changed

Added

Changed

Fixed

  • In case of transient server issues when creating the wandb API key kubernetes secret, we'll retry up to 5 times by @​TimH98 in wandb/wandb#7108

Removed

New Contributors

Full Changelog: https://github.com/wandb/wandb/compare/v0.16.4...v0.16.5

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.16.6] - 2024-04-03

Added

  • Added support for overriding kaniko builder settings in the agent config by @​TimH98 in wandb/wandb#7191
  • Added link to the project workspace of a run in the footer by @​kptkin in wandb/wandb#7276
  • Added support for overriding stopped run grace period in the agent config by @​TimH98 in wandb/wandb#7281
  • Added setting (_disable_update_check) to disable version checks during init by @​kptkin in wandb/wandb#7287
  • WandbLogger.sync in the OpenAI Fine-Tuning integration gets a new log_datasets boolean argument to turn off automatic logging of datasets to Artifacts by @​morganmcg1 in wandb/wandb#7150
  • Reduced default status print frequency of launch agent. Added verbosity controls to allow for increased status print frequency and printing debug information to stdout by @​TimH98 in wandb/wandb#7126

Changed

  • Limit policy option on artifact cli's put() to choices, ["mutable", "immutable"] by @​ibindish in wandb/wandb#7172
  • Updated artifact public api methods to handle nullable Project field on the ArtifactSequence/ArtifactCollection type, based on gorilla server changes by @​ibindlish in wandb/wandb#7201

Fixed

[0.16.5] - 2024-03-25

Added

Changed

Fixed

  • In case of transient server issues when creating the wandb API key kubernetes secret, we'll retry up to 5 times by @​TimH98 in wandb/wandb#7108

Removed

[0.16.4] - 2024-03-05

Added

... (truncated)

Commits
  • 7fbe8aa bump2version and new changelog section
  • 5c848a5 feat(sdk): allow to disable version check on startup time (#7287)
  • f66b532 chore(core): Fix incorrect changelog entries
  • 84c7184 fix(core): Avoid concurrent map read and write
  • 955970f fix(launch): wandb.login causes runs to not be associated in launch queue tab...
  • 0a2c9fa fix(launch): Make partial job download fail verbosely (#7285)
  • 1706218 refactor(sdk): Build universal AppleStats binary
  • 7b64ffe feat(launch): Allow overriding stopped run timeout (#7281)
  • 4473475 fix(core): Raise the default rate limit (#7283)
  • 5015cfc chore(launch): Make clear to users where to find logs when kaniko job fails (...
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 2 months ago

Superseded by #748.