amzn / amazon-ray

Staging area for ongoing enhancements to Ray focused on improving integration with AWS and other Amazon technologies.
Apache License 2.0
66 stars 28 forks source link

[tune](deps): Bump wandb from 0.10.19 to 0.10.33 in /python/requirements #53

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps wandb from 0.10.19 to 0.10.33.

Release notes

Sourced from wandb's releases.

v0.10.33

πŸ› Bug Fix

  • Fix issue where wandb restore 404ed if the run did not have a diff.patch file
  • Fix issue where wandb.log raised an Exception after trying to log a pandas dataframe
  • Fix issue where runs could be marked finished before files were finished uploading

πŸ’… Enhancement

  • Disable reloading of run metadata (such as command) in resumed runs
  • Allow logging of pandas dataframes by automatically converting them to W&B tables
  • Fix up log_code() exclude fn to handle .wandb dir
  • Improve handling of PyTorch model topology
  • Increase config debounce interval to 30s to reduce load on WB/backend
  • Improve reliability of CLI in generating sweeps with names, programs, and settings

v0.10.32

No release notes provided.

v0.10.31

No release notes provided.

v0.10.30

No release notes provided.

v0.10.29

No release notes provided.

v0.10.28

No release notes provided.

v0.10.27

No release notes provided.

v0.10.26

No release notes provided.

v0.10.25

No release notes provided.

v0.10.24

No release notes provided.

v0.10.23

No release notes provided.

v0.10.22

No release notes provided.

v0.10.21

No release notes provided.

... (truncated)

Changelog

Sourced from wandb's changelog.

0.10.33 (June 28, 2021)

:bug: Bug Fix

  • Fix issue where wandb restore 404ed if the run did not have a diff.patch file
  • Fix issue where wandb.log raised an Exception after trying to log a pandas dataframe
  • Fix issue where runs could be marked finished before files were finished uploading

:nail_care: Enhancement

  • Disable reloading of run metadata (such as command) in resumed runs
  • Allow logging of pandas dataframes by automatically converting them to W&B tables
  • Fix up log_code() exclude fn to handle .wandb dir
  • Improve handling of PyTorch model topology
  • Increase config debounce interval to 30s to reduce load on WB/backend
  • Improve reliability of CLI in generating sweeps with names, programs, and settings

0.10.32 (June 10, 2021)

:bug: Bug Fix

  • Make log_artifact() more resilient to network errors
  • Removed Duplicate Artifact Dependencies
  • Workaround urlib3 issue on windows
  • Fix regression where ipython was hanging
  • Allow logging of numpy high precision floating point values
  • Reduce liklyhood of collisions for file backed media or artifact objects
  • Fix wandb.watch() regression when logging pytorch graphs

:nail_care: Enhancement

  • Add support for logging joined and partitioned table
  • Handle schema validation warnings for sweep configs
  • Improve wandb sync to handle errors
  • Add ability to label scripts and repositories who use wandb

0.10.31 (May 27, 2021)

:bug: Bug Fix

  • wandb.login() did not properly persist the host parameter
  • Fix issue where step information was not synced properly when syncing tensorboard directories
  • Fix some unicode issues with python2.7
  • Fixed bug in plot_calibration_curve for ComplementNB
  • Fall back to not using SendFile on some linux systems
  • Fix console issues where lines were truncated
  • Fix console issues where console logging could block

:nail_care: Enhancement

... (truncated)

Commits
  • 49b06ec Bump version: 0.10.33.dev1 β†’ 0.10.33
  • 00fa203 add changelog
  • 72b49df Also tell the server about uploaded files on file heartbeats (#2312)
  • 762dc2b [WB-5889] make sender thread debounce interval be 30s (#2335)
  • 323a5a3 Remove Argmax/Argmin Constrain on Inference Types (#2321)
  • 7b6aaa7 change False to None to support click >8 (#2328)
  • 7e309f0 [DOCS-146] adds flake8-docstrings to CircleCI Linters job (#2313)
  • dae2711 fix: topology hooks (#2274)
  • 2e97c00 [WB-5516] handle missing diff.patch in wandb restore (#2277)
  • 838251c [WB-5643] Automatically convert logged pandas dataframes to wandb.Tables (#2247)
  • 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 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)
dependabot[bot] commented 3 years ago

Looks like wandb is no longer a dependency, so this is no longer needed.