Skip to content

0.4.1

Compare
Choose a tag to compare
@guillaumegenthial guillaumegenthial released this 29 Apr 13:52
· 16 commits to main since this release
add3076

[0.4.1] - 2021-04-28

Added

  • The _attr_ key can be used with an extension name in Launcher.fromconfig.

Changed

  • The fromconfig method of the FromConfig base class signature is now generic (config does not have to be a Mapping).
  • The Parser __call__ signature is also more generic (accepts Any instead of Mapping)

Deprecated

Removed

  • The steps syntax in Launcher.fromconfig is now in DefaultLauncher

Fixed

  • Better type handling for the OmegaConfParser (only attempts to find resolvers if config is a mapping)

Security