2.2.3 (2022-08-18)
Bug Fixes
- Revert an accidental behavior change where implicit conversion from
Pathtostrwas disallowed. (#934) - ListConfig sliced assignment now avoids partial updates upon error (#950)
- Fix a bug that caused OmegaConf to crash when processing attr classes whose field annotations contained forward-references. (#963)
- Improve error message when certain illegal type annotations (such as
typing.Sequence) are used in structured configs. (#991) - When parsing yaml: Disallow numbers with trailing underscore from being converted to float. (#838)
API changes and deprecations
- In structured config type hints, OmegaConf now treats
tupleas equivalent totyping.Tuple, and likewise fordict/Dictandlist/List. (#973)