pytorch_tabular icon indicating copy to clipboard operation
pytorch_tabular copied to clipboard

Update wandb requirement from <0.19.0,>=0.15.0 to >=0.15.0,<0.20.0

Open dependabot[bot] opened this issue 7 months ago • 0 comments

Updates the requirements on wandb to permit the latest version.

Release notes

Sourced from wandb's releases.

v0.19.10

What's Changed

Added

  • The new reinit="create_new" setting causes wandb.init() to create a new run even if other runs are active, without finishing the other runs (in contrast to reinit="finish_previous"). This will eventually become the default (@​timoffex in wandb/wandb#9562)
  • Added Artifact.history_step to return the nearest run step at which history metrics were logged for the artifact's source run (@​ibindlish in wandb/wandb#9732)
  • Added data_is_not_path flag to skip file checks when initializing wandb.Html with a sting that points to a file.

Changed

  • Artifact.download() no longer raises an error when using WANDB_MODE=offline or when an offline run exists (@​timoffex in wandb/wandb#9695)

Removed

  • Dropped the -q / --quiet argument to the wandb magic in IPython / Jupyter; use the quiet run setting instead (@​timoffex in wandb/wandb#9705)

Deprecated

  • The following wandb.Run methods are deprecated in favor of properties and will be removed in a future release (@​kptkin in wandb/wandb#8925):
    • run.project_name() is deprecated in favor of run.project
    • run.get_url() method is deprecated in favor of run.url
    • run.get_project_url() method is deprecated in favor of run.project_url
    • run.get_sweep_url() method is deprecated in favor of run.sweep_url

Fixed

Changelog

Sourced from wandb's changelog.

[0.19.10] - 2025-04-22

Added

  • The new reinit="create_new" setting causes wandb.init() to create a new run even if other runs are active, without finishing the other runs (in contrast to reinit="finish_previous"). This will eventually become the default (@​timoffex in wandb/wandb#9562)
  • Added Artifact.history_step to return the nearest run step at which history metrics were logged for the artifact's source run (@​ibindlish in wandb/wandb#9732)
  • Added data_is_not_path flag to skip file checks when initializing wandb.Html with a sting that points to a file.

Changed

  • Artifact.download() no longer raises an error when using WANDB_MODE=offline or when an offline run exists (@​timoffex in wandb/wandb#9695)

Removed

  • Dropped the -q / --quiet argument to the wandb magic in IPython / Jupyter; use the quiet run setting instead (@​timoffex in wandb/wandb#9705)

Deprecated

  • The following wandb.Run methods are deprecated in favor of properties and will be removed in a future release (@​kptkin in wandb/wandb#8925):
    • run.project_name() is deprecated in favor of run.project
    • run.get_url() method is deprecated in favor of run.url
    • run.get_project_url() method is deprecated in favor of run.project_url
    • run.get_sweep_url() method is deprecated in favor of run.sweep_url

Fixed

[0.19.9] - 2025-04-01

Added

Changed

  • Boolean values for the reinit setting are deprecated; use "return_previous" and "finish_previous" instead (@​timoffex in wandb/wandb#9557)
  • The "wandb" logger is configured with propagate=False at import time, whereas it previously happened when starting a run. This may change the messages observed by the root logger in some workflows (@​timoffex in wandb/wandb#9540)
  • Metaflow now requires plum-dispatch package. (@​jacobromero in wandb/wandb#9599)
  • Relaxed the pydantic version requirement to support both v1 and v2 (@​dmitryduev in wandb/wandb#9605)
  • Existing pydantic types have been adapted to be compatible with Pydantic v1 (@​tonyyli-wandb in wandb/wandb#9623)
  • wandb.init(dir=...) now creates any nonexistent directories in dir if it has a parent directory that is writeable (@​ringohoffman in wandb/wandb#9545)
  • The server now supports fetching artifact files by providing additional collection information; updated the artifacts api to use the new endpoints instead (@​ibindlish in wandb/wandb#9551)
  • Paginated methods (and underlying paginators) that accept a per_page argument now only accept int values. Default per_page values are set directly in method signatures, and explicitly passing None is no longer supported (@​tonyyli-wandb in wandb/wandb#9201)

Fixed

... (truncated)

Commits
  • d6eb3ee Bump version and update CHANGELOG for release 0.19.10
  • 9ea8a9c chore: bump go version to 1.24.1->1.24.2 (#9752)
  • 7f2dc94 refactor: parse/validate artifact GQL responses with pydantic codegen types (...
  • cffd258 refactor(artifacts): move query/mutation strings from `wandb.apis.public.arti...
  • 665ec07 fix: wandb.util.py::get_module causes AttributeError (#9598)
  • 1736698 fix: html media object raises IsADirectoryError (#9728)
  • 0d5b23a feat(artifacts): expose history step in the artifacts api (#9732)
  • 191275f chore: add support for protobuf v6 (#9612)
  • a430d38 feat: reinit="create_new" setting for multiple simultaneous runs in one proce...
  • 8275697 chore: bump golang.org/x/net from 0.37.0 to 0.38.0 in /experimental/go-sdk (#...
  • Additional commits viewable in compare view

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)

📚 Documentation preview 📚: https://pytorch-tabular--563.org.readthedocs.build/en/563/

dependabot[bot] avatar May 01 '25 11:05 dependabot[bot]