Skip to content

Bump wandb from 0.19.3 to 0.19.10 #848

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

Bumps wandb from 0.19.3 to 0.19.10.

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

v0.19.9

What's Changed

Added

Changed

... (truncated)

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 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.19.3 to 0.19.10.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.19.3...v0.19.10)

---
updated-dependencies:
- dependency-name: wandb
  dependency-version: 0.19.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 23, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2025

Superseded by #853.

@dependabot dependabot bot closed this May 8, 2025
@dependabot dependabot bot deleted the dependabot/pip/wandb-0.19.10 branch May 8, 2025 00:26
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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants