LAHTeR / document_segmentation

Tool for segmenting and classifying document boundaries.
1 stars 1 forks source link

Bump wandb from 0.16.6 to 0.17.0 #125

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps wandb from 0.16.6 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
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
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 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)