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.16.2 to 0.17.0 #748

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps wandb from 0.16.2 to 0.17.0.

Release notes

Sourced from wandb's releases.

v0.17.0

What's Changed

Added

  • The wandb package now includes the wandb-core binary by @​timoffex in wandb/wandb#7381
    • wandb-core is a new and improved backend for the W&B SDK that focuses on performance, versatility, and robustness.
    • Currently, it is opt-in. To start using the new backend, add wandb.require("core") to your script after importing wandb.
  • wandb-core now supports Artifact file caching by @​moredatarequired in wandb/wandb#7364 and wandb/wandb#7366
  • Added artifact_exists() and artifact_collection_exists() methods to Api to check if an artifact or collection exists by @​amusipatla-wandb in wandb/wandb#7483
  • wandb launch -u <git-uri | local-path> creates and launches a job from the given source code by @​bcsherma in wandb/wandb#7485

Fixed

Changed

Removed

  • Removed the deprecated wandb.plots.* functions and top-level third-party integrations wandb.[catboost,fastai,keras,lightgbm,sacred,xgboost]. Please use wandb.plot instead of wandb.plots and wandb.integration.[catboost,fastai,keras,lightgbm,sacred,xgboost] instead of wandb.[catboost,fastai,keras,lightgbm,sacred,xgboost]. By @​dmitryduev in wandb/wandb#7552
  • Removed the [async] extra and the _async_upload_concurrency_limit setting by @​moredatarequired in wandb/wandb#7416
  • Removed undocumented settings: _except_exit and problem by @​timoffex in wandb/wandb#7563

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

  • Fixed run.save() not working with files inside run.dir, introduced in previous release
  • Fixed wandb.login causing runs not to be associated with launch queue by @​KyleGoyette in wandb/wandb#7280

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.17.0] - 2024-05-07

Added

  • The wandb package now includes the wandb-core binary by @​timoffex in wandb/wandb#7381
    • wandb-core is a new and improved backend for the W&B SDK that focuses on performance, versatility, and robustness.
    • Currently, it is opt-in. To start using the new backend, add wandb.require("core") to your script after importing wandb.
  • wandb-core now supports Artifact file caching by @​moredatarequired in wandb/wandb#7364 and wandb/wandb#7366
  • Added artifact_exists() and artifact_collection_exists() methods to Api to check if an artifact or collection exists by @​amusipatla-wandb in wandb/wandb#7483
  • wandb launch -u <git-uri | local-path> creates and launches a job from the given source code by @​bcsherma in wandb/wandb#7485

Fixed

Changed

Removed

  • Removed the deprecated wandb.plots.* functions and top-level third-party integrations wandb.[catboost,fastai,keras,lightgbm,sacred,xgboost]. Please use wandb.plot instead of wandb.plots and wandb.integration.[catboost,fastai,keras,lightgbm,sacred,xgboost] instead of wandb.[catboost,fastai,keras,lightgbm,sacred,xgboost]. By @​dmitryduev in wandb/wandb#7552
  • Removed the [async] extra and the _async_upload_concurrency_limit setting by @​moredatarequired in wandb/wandb#7416
  • Removed undocumented settings: _except_exit and problem by @​timoffex in wandb/wandb#7563

[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

  • Fixed run.save() not working with files inside run.dir, introduced in previous release

... (truncated)

Commits
  • 4e8ad7f Bump version and update CHANGELOG for release 0.17.0
  • b3067fb docs(sdk): update documentation for the 0.17.0 release (#7589)
  • e9a0dc2 chore(sdk): add benchmark tool to demonstrate core wins (#7523)
  • 5fed904 fix(launch): allow empty program_relpath in job builder (#7587)
  • b278b3e chore(sdk): Add "wandb_core_only" pytest marker (#7580)
  • 6c430dc fix(core): Increment file offsets in filestream (#7582)
  • 6ad147c refactor(core): Make filestream.Update deps more explicit
  • f881491 refactor(sdk): Improve file_stream.py type annotations
  • ab50714 refactor(core): Tiny fix - use maps.Clone in filestream
  • 2ebd7be refactor(core): filestream/xyzupdate.go => filestream/updatexyz.go
  • 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.16.2 to 0.17.0.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/v0.17.0/CHANGELOG.md)
- [Commits](wandb/wandb@v0.16.2...v0.17.0)

---
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 May 8, 2024
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.

None yet

0 participants