Skip to content

Bump wandb from 0.19.9 to 0.19.10#236

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wandb-0.19.10
Closed

Bump wandb from 0.19.9 to 0.19.10#236
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/wandb-0.19.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 28, 2025

Copy link
Copy Markdown
Contributor

Bumps wandb from 0.19.9 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

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

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.9 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.9...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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 28, 2025
@dependabot @github

dependabot Bot commented on behalf of github Apr 29, 2025

Copy link
Copy Markdown
Contributor Author

Looks like wandb is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 29, 2025
@dependabot dependabot Bot deleted the dependabot/pip/wandb-0.19.10 branch April 29, 2025 11:29
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