Skip to content

Releases: cthoyt/class-resolver

v0.5.4

02 Nov 12:05
Compare
Choose a tag to compare

What's Changed

  • Gracefully handle cyclic dependencies by @cthoyt in #72

Full Changelog: v0.5.3...v0.5.4

v0.5.3

02 Nov 10:35
Compare
Choose a tag to compare

What's Changed

  • Use future annotations by @cthoyt in #69
  • Enable annotation documentation locations by @cthoyt in #71

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Oct 16:46
Compare
Choose a tag to compare

What's Changed

  • Add method to generate overview table by @mberr in #66

Full Changelog: v0.5.1...v0.5.2

v0.5.1

26 Sep 22:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Sep 15:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

19 Feb 19:37
Compare
Choose a tag to compare

What's Changed

  • πŸ”₯πŸ“Ά fix lr_scheduler_resolver for torch > 2.0 by @mberr in #59

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Apr 17:18
Compare
Choose a tag to compare

What's Changed

  • Make KeyError more informative by @cmungall in #51
  • Add doctests to CI by @cthoyt in #53
  • Update docstrings for torch contrib by @cthoyt in #55
  • Use importlib.metadata instead of pkg_resources for entry point discovery by @pkalita-lbl in #57

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Apr 17:18
Compare
Choose a tag to compare

What's Changed

  • Add sklearn contrib by @cthoyt in #44
  • Add optuna categorical suggestion function by @cthoyt in #46
  • Add torch_geometric contrib module by @cthoyt in #43
  • Make compatible with torch>=2.0 by @mberr in #48

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Feb 22:30
Compare
Choose a tag to compare

What's Changed

  • Add more tests by @cthoyt in #41
  • Add flag to decice whether main is considered private by @mberr in #42

Full Changelog: v0.3.10...v0.4.0

v0.3.8

15 Mar 19:27
Compare
Choose a tag to compare

Expose two type annotations from top-level:

  • OneOrManyHintOrType,
  • OneOrManyOptionalKwargs

Full Changelog: v0.3.7...v0.3.8