Skip to content

Version 1.4 release

Compare
Choose a tag to compare
@marshallward marshallward released this 18 May 01:17
· 34 commits to main since this release
  • Ordering of duplicate keys is now preserved, through the introduction of two
    new classes. The Cogroup class extends the list previously associated
    with the values of a duplicate key. The NmlKey class extends str and
    externally holds the namelist key, but also contains an internal key to
    distinguish between duplicates.

  • A repeated key is no longer initialized with a list, and must now be
    explicitly declared as a cogroup with the add_cogroup function.

  • A performance issue related to the detection of values in a line has been
    fixed. Thanks to Stephen LeDoux for reporting and Philip Cross for fixing
    this issue.