OmegaConf 2.0.2
2.0.2 (2020-09-10)
Features
- OmegaConf.update() now takes a merge flag to indicate merge or set for config values (#363)
Bug Fixes
- Fix cfg.pretty() deprecation warning (#358)
- Properly crash when accessing
${foo.bar}
iffoo
is a value node (instead of silently returning${foo}
) (#364)
Deprecations and Removals
- OmegaConf.update() now warns if the merge flag is not specified (#367)