Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@percevalw percevalw released this 08 Jul 10:58
f7e23a7

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 to Registry.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