hydra v1.0.1 Release Notes

Release Date: 2020-09-15 // over 3 years ago
  • 1.0.1 (2020-09-15)

    ๐Ÿ”‹ Features

    • โž• Add ability to escape special characters in unquoted command line values (#954)

    ๐Ÿ› Bug Fixes

    • โž• Add support for merging dicts and lists specified in the commend line (#939)
    • ๐Ÿ›  Fix appending dict values with new fields to config with + (#946)
    • ๐Ÿ›  Fix for Override Grammar integer parsing: Integers are now compatible with Python integers ('+' prefix, correct handling of '_') (#954)

    ๐Ÿšง Maintenance Changes

    • โฌ†๏ธ Upgrade to OmegaConf 2.0.2 (#755)