Skip to content

Hydra 1.1.2

Choose a tag to compare

@jieru-hu jieru-hu released this 12 Apr 20:50
· 1 commit to 1.1_branch since this release

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 accepts ListConfig/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)

Bug Fixes

  • Improve error message when a missing default must be specified at the command line (#1742)
  • Fix an edge case where a defaults list defined in a missing dataclass node causes a ConfigCompositionException. (#1765)