anomalib
anomalib copied to clipboard
Bump wandb from 0.12.17 to 0.16.5
Bumps wandb from 0.12.17 to 0.16.5.
Release notes
Sourced from wandb's releases.
v0.16.5
What's Changed
Added
- Added feature to move staging files to cache (instead of copying) for mutable artifact file uploads when caching is enabled by
@ibindlish
in wandb/wandb#7143- Added support to skip caching files to the local filesystem while uploading files to artifacts by
@ibindlish
in wandb/wandb#7098- Added support to skip staging artifact files during upload by selecting a storage policy by
@ibindlish
in wandb/wandb#7142- Preliminary support for forking a run using
wandb.init(fork_from=...)
by@dannygoldstein
in wandb/wandb#7078run.save()
acceptspathlib.Path
values; by@timoffex
in wandb/wandb#7146Changed
- When printing the run link point to the workspace explicitly by
@kptkin
in wandb/wandb#7132Fixed
- In case of transient server issues when creating the wandb API key kubernetes secret, we'll retry up to 5 times by
@TimH98
in wandb/wandb#7108Removed
- When printing run's information in the terminal remove links to jobs by
@kptkin
in wandb/wandb#7132New Contributors
@tsahota
made their first contribution in wandb/wandb#7167Full Changelog: https://github.com/wandb/wandb/compare/v0.16.4...v0.16.5
v0.16.4
What's Changed
:magic_wand: Enhancements
- feat(artifacts): Add ability to change artifact collection types by
@biaslucas
in wandb/wandb#6971- feat(launch): add support for installing deps from pyproject.toml by
@bcsherma
in wandb/wandb#6964- feat(sdk): Use a hard-coded limit for requests to the backend by
@timoffex
in wandb/wandb#7058- feat(sdk): Respect backpressure headers from backend by
@timoffex
in wandb/wandb#7065- feat(sdk): Rate-limit GraphQL and filestream separately by
@timoffex
in wandb/wandb#7089- feat(launch): support kaniko build with user-provided pvc and docker config by
@bcsherma
in wandb/wandb#7059- feat(sdk): W&B to W&B Importer by
@andrewtruong
in wandb/wandb#6897:hammer: Fixes
- fix(launch): Fix passing of template variables in the sweeps-on-launch scheduler by
@dannygoldstein
in wandb/wandb#6959- fix(core): link job artifact to a run to be specified as input by
@kptkin
in wandb/wandb#6940- fix(launch): Fix sagemaker entrypoint to use given entrypoint by
@KyleGoyette
in wandb/wandb#6969- fix(core): parse upload headers correctly by
@kptkin
in wandb/wandb#6983- fix(core): properly propagate server errors by
@kptkin
in wandb/wandb#6944- fix(core): make file upload faster by using parallelism by
@kptkin
in wandb/wandb#6975- fix(core): don't send git data if it's not populated by
@kptkin
in wandb/wandb#6984- fix(sdk): fix console logging resumption, avoid overwrite by
@kptkin
in wandb/wandb#6963
... (truncated)
Changelog
Sourced from wandb's changelog.
[0.16.5] - 2024-03-25
Added
- Added feature to move staging files to cache (instead of copying) for mutable artifact file uploads when caching is enabled by
@ibindlish
in wandb/wandb#7143- Added support to skip caching files to the local filesystem while uploading files to artifacts by
@ibindlish
in wandb/wandb#7098- Added support to skip staging artifact files during upload by selecting a storage policy by
@ibindlish
in wandb/wandb#7142- Preliminary support for forking a run using
wandb.init(fork_from=...)
by@dannygoldstein
in wandb/wandb#7078run.save()
acceptspathlib.Path
values; by@timoffex
in wandb/wandb#7146Changed
- Limit policy option on artifact cli's put() to choices, ["mutable", "immutable"] by
@ibindish
in wandb/wandb#7172- When printing the run link point to the workspace explicitly by
@kptkin
in wandb/wandb#7132Fixed
- In case of transient server issues when creating the wandb API key kubernetes secret, we'll retry up to 5 times by
@TimH98
in wandb/wandb#7108Removed
- When printing run's information in the terminal remove links to jobs by
@kptkin
in wandb/wandb#7132[0.16.4] - 2024-03-05
Added
- Added ability to change artifact collection types by
@biaslucas
in wandb/wandb#6971- Add support for installing deps from pyproject.toml by
@bcsherma
in wandb/wandb#6964- Support kaniko build with user-provided pvc and docker config by
@bcsherma
in wandb/wandb#7059- Added ability to import runs between W&B instances by
@andrewtruong
in wandb/wandb#6897Changed
- wandb-core rate-limits requests to the backend and respects RateLimit-* headers by
@timoffex
in wandb/wandb#7065Fixed
- Fix passing of template variables in the sweeps-on-launch scheduler by
@dannygoldstein
in wandb/wandb#6959- Link job artifact to a run to be specified as input by
@kptkin
in wandb/wandb#6940- Fix sagemaker entrypoint to use given entrypoint by
@KyleGoyette
in wandb/wandb#6969- Parse upload headers correctly by
@kptkin
in wandb/wandb#6983- Properly propagate server errors by
@kptkin
in wandb/wandb#6944- Make file upload faster by using parallelism by
@kptkin
in wandb/wandb#6975- Don't send git data if it's not populated by
@kptkin
in wandb/wandb#6984- Fix console logging resumption, avoid overwrite by
@kptkin
in wandb/wandb#6963- Remove hostname validation when using --host on wandb login by
@Jamil
in wandb/wandb#6999- Don't discard past visualizations when resuming a run by
@timoffex
in wandb/wandb#7005
... (truncated)
Commits
906a45d
Document run-forking in CHANGELOG.md and reformat a littledb40dbd
Bump wandb to 0.16.59128041
refactor(core): Delete coretest (#7211)6bb2865
fix(core): add network status message (#7174)6d6ae87
refactor(core): Inject FileTransferManager into Sender (#7206)f6f6724
refactor(core): Inject filestream into sender (#7205)9aae84a
feat(sdk): initial run forking sdk (#7078)9e0c8cd
chore(sdk): fix typing issue in python3.7 (#7202)a17d66f
chore(sdk): add temporary debugging logic for filestream size issues (#7141)f67160f
chore(core): Inject backend into sender (#7200)- 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 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)
A newer version of wandb exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Closing https://github.com/openvinotoolkit/anomalib/pull/2040
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.