8000 Release v0.19.10 · wandb/wandb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.19.10

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 21:53

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 #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 #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 #9695)

Removed

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

Deprecated

  • The following wandb.Run methods are deprecated in favor of properties and will be removed in a future release (@kptkin in #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

  • Fixed ValueError on Windows when running a W&B script from a different drive (@jacobromero in #9678)
  • Fix base_url setting was not provided to wandb.login (@jacobromero in #9703)
  • wandb.Html() no longer raises IsADirectoryError with a value that matched a directory on the users system. (@jacobromero in #9728)
0