hydra v1.0.4 Release Notes
Release Date: 2020-11-18 // almost 4 years ago-
1.0.4 (2020-11-17)
๐ Bug Fixes
- โ Hydra no longer errorenously changes the USER environment variable in pytest unit tests once installed (#1059)
- ๐ Allow @ symbol in unquoted values in overrides (#1074)
- ๐ Fix a bug where Structured Config has a field like 'list : Optional[List[int]] = None` (#1117)
๐ Plugins
- ๐ Switch Ax Sweeper plugin to use new Hydra command line syntax
- ๐ Switch Nevergrad Sweeper plugin to use new Hydra command line syntax
- โช Revert the use of "_" to separate the path element in keys for the Ax sweeper plugin.