hydra v1.0.4 Release Notes

Release Date: 2020-11-18 // over 3 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.

Previous changes from v1.0.3

  • 1.0.3 (2020-09-22)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed interaction between interpolation and instantiate (#1001)
    • ๐Ÿ›  Fix float parsing for values where the exponent starts with 0 (e.g 1e-05) (#999)