hydra v1.0.1 Release Notes
Release Date: 2020-09-15 // about 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)