Skip to content

OmegaConf 2.3.0

Latest
Compare
Choose a tag to compare
@Jasha10 Jasha10 released this 08 Dec 20:58
· 35 commits to master since this release

2.3.0 (2022-12-06)

Features:

  • Support python3.11 (#1023)
  • Support interpolation to keys that contain a non-leading dash character (#880)
  • OmegaConf now inspects the metadata of structured config fields and ignores fields where metadata["omegaconf_ignore"] is True. (#984)

Bug Fixes:

  • Fix an issue where merging of nested structured configs could incorrectly result in an exception (#1003)

Links: