1.3.0 (2022-12-08)
Features:
- Implement
_convert_="object"option forinstantiate, enabling conversion of non-_target_structured configs to instances of the backing dataclass / attr class. (#1719) - Enable layering of the
@hydra.maindecorator on top of other decorators produced usingfunctools.wraps. (#2303) - Allow for non-leading dashes in override keys (#2363)
- support specifying an absolute path with
--config-path(#2368) - Support python3.11 (#2443)
Bug Fixes:
- Fix an issue where Hydra's exception-handling logic could raise an
AssertionError(#2342)