tordks / image_classification

Framework for training and tracking deep learning models built on pytorch-lightning and hydra. Soon to encompass both image classification, semantic segmentation and object detection.
2 stars 0 forks source link

Bump fastcore from 1.4.5 to 1.5.28 #146

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps fastcore from 1.4.5 to 1.5.28.

Release notes

Sourced from fastcore's releases.

v1.5.28

Bugs Squashed

v1.5.27

Bugs Squashed

  • fix: error in IPython while handling HTTP4xxClientError (#486), thanks to @​seeM
  • fix: Config.get returns False instead of None for missing bool keys (#482), thanks to @​seeM
  • params overriding delegates ignored in call_parse (#473)

v1.5.26

Bugs Squashed

  • Delegatee docments not appearing (#485)
  • UnicodeDecodeError occurs when reading settings.ini file containing CJK characters on Windows (#483)

v1.5.25

New Features

  • Add more information upon HTTP request failures (#479)

Bugs Squashed

  • fix: Config.get returns False instead of None for missing bool keys (#482), thanks to @​seeM
  • but in delegates ignored in docments (#478)

v1.5.23

New Features

  • Optional types for Config (#472)
  • Add ret_false()

Bugs Squashed

  • docments using nested delegates comments incorrectly (#475)
  • true() defined twice; replace 2nd with ret_true() (#471)
  • 'method-wrapper' object has no attribute 'annotations' (#470)

v1.5.22

New Features

  • Recursively search for docments (#468)
  • delegates() now works with annotations too (#467)

v1.5.18

New Features

... (truncated)

Changelog

Sourced from fastcore's changelog.

1.5.28

Bugs Squashed

1.5.27

Bugs Squashed

  • fix: error in IPython while handling HTTP4xxClientError (#486), thanks to @​seeM
  • fix: Config.get returns False instead of None for missing bool keys (#482), thanks to @​seeM
  • params overriding delegates ignored in call_parse (#473)

1.5.26

Bugs Squashed

  • Delegatee docments not appearing (#485)
  • UnicodeDecodeError occurs when reading settings.ini file containing CJK characters on Windows (#483)

1.5.25

New Features

  • Add more information upon HTTP request failures (#479)

Bugs Squashed

  • fix: Config.get returns False instead of None for missing bool keys (#482), thanks to @​seeM
  • but in delegates ignored in docments (#478)

1.5.23

New Features

  • Optional types for Config (#472)
  • Add ret_false()

Bugs Squashed

  • docments using nested delegates comments incorrectly (#475)
  • true() defined twice; replace 2nd with ret_true() (#471)
  • 'method-wrapper' object has no attribute 'annotations' (#470)

... (truncated)

Commits
  • c5d9971 release
  • 561140f Merge pull request #514 from fastai/revert-507-patch/00_test
  • 9d9c066 Revert "extend test_eq_type"
  • 033c395 Merge pull request #492 from dleen/dleen/toc
  • 83c2312 Merge pull request #499 from michaelaye/fix_498
  • 93ba9cf Merge pull request #502 from gsganden/patch-2
  • e2c51af Merge pull request #501 from gsganden/patch-1
  • 48f0515 Merge pull request #507 from ddobrinskiy/patch/00_test
  • e1cd6eb Merge pull request #506 from ddobrinskiy/patch-2
  • 2261d0b Merge branch 'master' into patch/00_test
  • 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)