Lightning-Universe / lightning-flash

Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
https://lightning-flash.readthedocs.io
Apache License 2.0
1.74k stars 212 forks source link

build(deps): update baal requirement from <=1.7.0,>=1.3.2 to >=1.3.2,<=1.8.0 in /requirements #1645

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on baal to permit the latest version.

Release notes

Sourced from baal's releases.

V1.8.0

New features

  • MCCachingModule: Cache computation between Monte Carlo iteration link. Special thanks to @​pieterblok for introducing this capability!
  • We can now evaluation every x epochs in ModelWrapper.train_and_test_on_datasets.

What's Changed

New Contributors

Deprecation

We will deprecate shuffle_prop in favor of PowerSampling. Look here to know more about PowerBALD!

Full Changelog: https://github.com/baal-org/baal/compare/v1.7.0...v1.8.0

Commits
  • 56d3767 Improve get_indices_for_active_step by caching the result according t… (#269)
  • a63ba7c Add caching mechanism for MCDropout (#268)
  • b161b2b Baal 1.8.0 release
  • def01e3 added setting to skip x epochs when using train_and_test_on_datasets (#258)
  • 81e248c docs: use correct link to experiment script (#267)
  • 149718d Deprecate shuffle prop in favor of PowerSampling (#260)
  • b218a56 Fix documentation links in Tutorial
  • 7e40363 Update mkdocs.yml
  • a72217c Bump action (#257
  • b8d4a85 Update heuristics.md
  • 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 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #1645 (27eb386) into master (487be1f) will decrease coverage by 1%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1645 +/- ## ====================================== - Coverage 85% 85% -1% ====================================== Files 291 291 Lines 12852 12852 ====================================== - Hits 10986 10889 -97 - Misses 1866 1963 +97 ```