hydra v1.0.0.rc3 Release Notes

Release Date: 2020-08-17 // over 3 years ago
  • 1.0.0rc3 (2020-08-17)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Extended Override grammar supports range(),glob(),type casts,shuffle, sort and more. (#752)
    • โž• Add support for specifying an additional config dir in the command line (#874)
    • ๐Ÿ‘ Allow overriding of the defaults and hydra nodes in primary Structured Configs that does not mentioned defaults and hydra. (#877)

    ๐Ÿ—„ API Change (Renames, deprecations and removals)

    • ObjectConf is deprecated for TargetConf. See upgrade page. (#882)
    • โšก๏ธ All plugins updated to use TargetConf. Be sure to update all your Hydra plugins (#882)
    • โšก๏ธ Instantiated objects no longer have a params node in the conf. keys like hydra.launcher.params.foo are changed to hydra.launcher.foo. Update your configs and overrides if you were overriding such parameters. (#882)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed parsing of two nested lists with whitespace between them: [[a], [b]] (#836)

    ๐Ÿ‘Œ Improved Documentation

    • ๐Ÿ†• New Extended command line syntax page (#752)