Changelog
- Fix calling @validate_arguments on classes with wrapped
__init__
functions (e.g. accelerate loggers) - Enforce
auto_draft_in_config
parameter when a function is imported via entry points (i.e., apply precedence to function passed toRegistry.register
, instead of the one got from the entry point) - Add
default_config
option in CLI decorator
What's Changed
- feat: add default config option in CLI by @Thomzoy in #38
- fix: support @validate_arguments on classes with wrapped init by @percevalw in #37
Full Changelog: v0.8.0...v0.9.0