Skip to content

Hydra 1.3.0

Compare
Choose a tag to compare
@Jasha10 Jasha10 released this 08 Dec 21:12
· 93 commits to main since this release
273ce9c

1.3.0 (2022-12-08)

Features:

  • Implement _convert_="object" option for instantiate, enabling conversion of non-_target_ structured configs to instances of the backing dataclass / attr class. (#1719)
  • Enable layering of the @hydra.main decorator on top of other decorators produced using functools.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)

Links: