pytorch_tabular
pytorch_tabular copied to clipboard
Update wandb requirement from <0.19.0,>=0.15.0 to >=0.15.0,<0.20.0
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 causeswandb.init()to create a new run even if other runs are active, without finishing the other runs (in contrast toreinit="finish_previous"). This will eventually become the default (@timoffexin wandb/wandb#9562)- Added
Artifact.history_stepto return the nearest run step at which history metrics were logged for the artifact's source run (@ibindlishin wandb/wandb#9732)- Added
data_is_not_pathflag to skip file checks when initializingwandb.Htmlwith a sting that points to a file.Changed
Artifact.download()no longer raises an error when usingWANDB_MODE=offlineor when an offline run exists (@timoffexin wandb/wandb#9695)Removed
- Dropped the
-q/--quietargument to thewandbmagic in IPython / Jupyter; use thequietrun setting instead (@timoffexin wandb/wandb#9705)Deprecated
- The following
wandb.Runmethods are deprecated in favor of properties and will be removed in a future release (@kptkinin wandb/wandb#8925):
run.project_name()is deprecated in favor ofrun.projectrun.get_url()method is deprecated in favor ofrun.urlrun.get_project_url()method is deprecated in favor ofrun.project_urlrun.get_sweep_url()method is deprecated in favor ofrun.sweep_urlFixed
- Fixed ValueError on Windows when running a W&B script from a different drive (
@jacobromeroin wandb/wandb#9678)- Fix base_url setting was not provided to wandb.login (
@jacobromeroin wandb/wandb#9703)wandb.Html()no longer raisesIsADirectoryErrorwith a value that matched a directory on the users system. (@jacobromeroin wandb/wandb#9728)
Changelog
Sourced from wandb's changelog.
[0.19.10] - 2025-04-22
Added
- The new
reinit="create_new"setting causeswandb.init()to create a new run even if other runs are active, without finishing the other runs (in contrast toreinit="finish_previous"). This will eventually become the default (@timoffexin wandb/wandb#9562)- Added
Artifact.history_stepto return the nearest run step at which history metrics were logged for the artifact's source run (@ibindlishin wandb/wandb#9732)- Added
data_is_not_pathflag to skip file checks when initializingwandb.Htmlwith a sting that points to a file.Changed
Artifact.download()no longer raises an error when usingWANDB_MODE=offlineor when an offline run exists (@timoffexin wandb/wandb#9695)Removed
- Dropped the
-q/--quietargument to thewandbmagic in IPython / Jupyter; use thequietrun setting instead (@timoffexin wandb/wandb#9705)Deprecated
- The following
wandb.Runmethods are deprecated in favor of properties and will be removed in a future release (@kptkinin wandb/wandb#8925):
run.project_name()is deprecated in favor ofrun.projectrun.get_url()method is deprecated in favor ofrun.urlrun.get_project_url()method is deprecated in favor ofrun.project_urlrun.get_sweep_url()method is deprecated in favor ofrun.sweep_urlFixed
- Fixed ValueError on Windows when running a W&B script from a different drive (
@jacobromeroin wandb/wandb#9678)- Fix base_url setting was not provided to wandb.login (
@jacobromeroin wandb/wandb#9703)wandb.Html()no longer raisesIsADirectoryErrorwith a value that matched a directory on the users system. (@jacobromeroin wandb/wandb#9728)[0.19.9] - 2025-04-01
Added
- The
reinitsetting can be set to"default"(@timoffexin wandb/wandb#9569)- Added support for building artifact file download urls using the new url scheme, with artifact collection membership context (
@ibindlishin wandb/wandb#9560)Changed
- Boolean values for the
reinitsetting are deprecated; use "return_previous" and "finish_previous" instead (@timoffexin wandb/wandb#9557)- The "wandb" logger is configured with
propagate=Falseat import time, whereas it previously happened when starting a run. This may change the messages observed by the root logger in some workflows (@timoffexin wandb/wandb#9540)- Metaflow now requires
plum-dispatchpackage. (@jacobromeroin wandb/wandb#9599)- Relaxed the
pydanticversion requirement to support both v1 and v2 (@dmitryduevin wandb/wandb#9605)- Existing
pydantictypes have been adapted to be compatible with Pydantic v1 (@tonyyli-wandbin wandb/wandb#9623)wandb.init(dir=...)now creates any nonexistent directories indirif it has a parent directory that is writeable (@ringohoffmanin 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 (
@ibindlishin wandb/wandb#9551)- Paginated methods (and underlying paginators) that accept a
per_pageargument now only acceptintvalues. Defaultper_pagevalues are set directly in method signatures, and explicitly passingNoneis no longer supported (@tonyyli-wandbin wandb/wandb#9201)Fixed
... (truncated)
Commits
d6eb3eeBump version and update CHANGELOG for release 0.19.109ea8a9cchore: bump go version to 1.24.1->1.24.2 (#9752)7f2dc94refactor: parse/validate artifact GQL responses with pydantic codegen types (...cffd258refactor(artifacts): move query/mutation strings from `wandb.apis.public.arti...665ec07fix: wandb.util.py::get_module causes AttributeError (#9598)1736698fix: html media object raises IsADirectoryError (#9728)0d5b23afeat(artifacts): expose history step in the artifacts api (#9732)191275fchore: add support for protobuf v6 (#9612)a430d38feat: reinit="create_new" setting for multiple simultaneous runs in one proce...8275697chore: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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/