Hydra 1.0.0rc3
Pre-release
Pre-release
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
andhydra
nodes in primary Structured Configs that does not mentioneddefaults
andhydra
. (#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)