1.1.2 (2022-04-12)
Features
- Add support to Hydra's instantiation API for creation of
functools.partial
instances via a_partial_
keyword. (#1283) - The
instantiate
API now acceptsListConfig
/list
-type config as top-level input. (#1950) - Improve error messages raised in case of instantiation failure. (#2099)
- Add callback for logging JobReturn. (#2100)
API Change (Renames, deprecations and removals)
- Fix an internal key collision to prevent an exception when
- group@_global_: choice
is used in the same defaults list as- group: choice
. (#1784)