torchflare
torchflare copied to clipboard
Bump wandb from 0.10.27 to 0.12.21
Bumps wandb from 0.10.27 to 0.12.21.
Release notes
Sourced from wandb's releases.
v0.12.21
0.12.21 (July 5, 2022)
:nail_care: Enhancement
- Fixes config not showing up until the run finish by
@KyleGoyettein wandb/client#3734- Adds new types to the TypeRegistry to handling artifact objects in jobs and run configs by
@KyleGoyettein wandb/client#3806- Adds new query to the the internal api getting the state of the run by
@hu-poin wandb/client#3799- Replaces unsafe yaml loaders with yaml.safe_load by
@zythosecin wandb/client#3753- Improves testing tooling by allowing to specify shards in manual testing by
@dmitryduevin wandb/client#3826- Fixes ROC and PR curves in the sklearn integration by stratifying sampling by
@tylerganterin wandb/client#3757- Fixes input box in notebooks exceeding cell space by
@dmitryduevin wandb/client#3849- Allows string to be passed as alias to link_model by
@tssweeneyin wandb/client#3834- Adds Support for FLOPS Calculation in
keras'sWandbCallbackby@dmitryduevin wandb/client#3869- Extends python report editing by
@andrewtruongin wandb/client#3732:bug: Bug Fix
- Fixes stats logger so it can find all the correct GPUs in child processes by
@raubitsjin wandb/client#3727- Fixes regression in s3 reference upload for folders by
@jlzhao27in wandb/client#3825- Fixes artifact commit logic to handle collision in the backend by
@speezepearsonin wandb/client#3843- Checks for
Noneresponse in the retry logic (safety check) by@raubitsjin wandb/client#3863- Adds sweeps on top of launch (currently in MVP) by
@hu-poin wandb/client#3669- Renames functional tests dir and files by
@raubitsjin wandb/client#3879:broom: Cleanup
- Fixes conditions order of
_to_dicthelper by@dmitryduevin wandb/client#3772- Fixes changelog broken link to PR 3709 by
@janoshin wandb/client#3786- Fixes public api query (QueuedJob Api ) by
@KyleGoyettein wandb/client#3798- Renames local runners to local-container and local-process by
@hu-poin wandb/client#3800- Adds type annotations to files in the wandb/filesync directory by
@speezepearsonin wandb/client#3774- Re-organizes all the testing directories to have common root dir by
@dmitryduevin wandb/client#3740- Fixes testing configuration and add bigger machine on
CircleCiby@dmitryduevin wandb/client#3836- Fixes typo in the
wandb-service-userreadme file by@Co1linin wandb/client#3847- Fixes broken artifact test for regression by
@dmitryduevin wandb/client#3857- Removes unused files (relating to
py27) and emptysubmodulesdeclaration by@dmitryduevin wandb/client#3850- Adds extra for model reg dependency on cloudpickle by
@tssweeneyin wandb/client#3866- Replaces deprecated threading aliases by
@hugovkin wandb/client#3794- Updates the
sdkreadme to the renamed (local -> server) commands by@sephmardin wandb/client#3771New Contributors
@janoshmade their first contribution in wandb/client#3786@Co1linmade their first contribution in wandb/client#3847@tylergantermade their first contribution in wandb/client#3757Full Changelog: https://github.com/wandb/client/compare/v0.12.20...v0.12.21
v0.12.20
0.12.20 (June 29, 2022)
:bug: Bug Fix
- Retry
commit_artifacton conflict-error by@speezepearsonin wandb/client#3843
... (truncated)
Changelog
Sourced from wandb's changelog.
0.12.21 (July 5, 2022)
:nail_care: Enhancement
- Fixes config not showing up until the run finish by
@KyleGoyettein wandb/wandb#3734- Adds new types to the TypeRegistry to handling artifact objects in jobs and run configs by
@KyleGoyettein wandb/wandb#3806- Adds new query to the the internal api getting the state of the run by
@hu-poin wandb/wandb#3799- Replaces unsafe yaml loaders with yaml.safe_load by
@zythosecin wandb/wandb#3753- Improves testing tooling by allowing to specify shards in manual testing by
@dmitryduevin wandb/wandb#3826- Fixes ROC and PR curves in the sklearn integration by stratifying sampling by
@tylerganterin wandb/wandb#3757- Fixes input box in notebooks exceeding cell space by
@dmitryduevin wandb/wandb#3849- Allows string to be passed as alias to link_model by
@tssweeneyin wandb/wandb#3834- Adds Support for FLOPS Calculation in
keras'sWandbCallbackby@dmitryduevin wandb/wandb#3869- Extends python report editing by
@andrewtruongin wandb/wandb#3732:bug: Bug Fix
- Fixes stats logger so it can find all the correct GPUs in child processes by
@raubitsjin wandb/wandb#3727- Fixes regression in s3 reference upload for folders by
@jlzhao27in wandb/wandb#3825- Fixes artifact commit logic to handle collision in the backend by
@speezepearsonin wandb/wandb#3843- Checks for
Noneresponse in the retry logic (safety check) by@raubitsjin wandb/wandb#3863- Adds sweeps on top of launch (currently in MVP) by
@hu-poin wandb/wandb#3669- Renames functional tests dir and files by
@raubitsjin wandb/wandb#3879:broom: Cleanup
- Fixes conditions order of
_to_dicthelper by@dmitryduevin wandb/wandb#3772- Fixes changelog broken link to PR 3709 by
@janoshin wandb/wandb#3786- Fixes public api query (QueuedJob Api ) by
@KyleGoyettein wandb/wandb#3798- Renames local runners to local-container and local-process by
@hu-poin wandb/wandb#3800- Adds type annotations to files in the wandb/filesync directory by
@speezepearsonin wandb/wandb#3774- Re-organizes all the testing directories to have common root dir by
@dmitryduevin wandb/wandb#3740- Fixes testing configuration and add bigger machine on
CircleCiby@dmitryduevin wandb/wandb#3836- Fixes typo in the
wandb-service-userreadme file by@Co1linin wandb/wandb#3847- Fixes broken artifact test for regression by
@dmitryduevin wandb/wandb#3857- Removes unused files (relating to
py27) and emptysubmodulesdeclaration by@dmitryduevin wandb/wandb#3850- Adds extra for model reg dependency on cloudpickle by
@tssweeneyin wandb/wandb#3866- Replaces deprecated threading aliases by
@hugovkin wandb/wandb#3794- Updates the
sdkreadme to the renamed (local -> server) commands by@sephmardin wandb/wandb#3771New Contributors
@janoshmade their first contribution in wandb/wandb#3786@Co1linmade their first contribution in wandb/wandb#3847@tylergantermade their first contribution in wandb/wandb#3757Full Changelog: https://github.com/wandb/wandb/compare/v0.12.20...v0.12.21
0.12.20 (June 29, 2022)
:bug: Bug Fix
- Retry
commit_artifacton conflict-error by@speezepearsonin wandb/wandb#3843Full Changelog: https://github.com/wandb/wandb/compare/v0.12.19...v0.12.20
0.12.19 (June 22, 2022)
... (truncated)
Commits
e8d0b88Add a skip for new flake8 check536ac87Bump version: 0.12.21.dev1 → 0.12.21ed50177changelog 0.12.210bfc4ceRename functional tests dir and files (#3879)cccf273Fix report editing (my bad) (#3878)2e5f41e[WB-7260] Extended python report editing (#3732)5376135revert service on by default and update version (#3870)407075bfeat(launch): Sweeps on Launch MVP (#3669)10677acChore(local): Updating /client README for with new wandb server start command...4d609c5Replace deprecated threading aliases (#3794)- 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 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)