| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hydra 1.3.0.tar.gz | 2022-12-08 | 4.2 MB | |
| Hydra 1.3.0.zip | 2022-12-08 | 4.9 MB | |
| README.md | 2022-12-08 | 963 Bytes | |
| Totals: 3 Items | 9.2 MB | 0 | |
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)