Skip to content

Releases: marshallward/f90nml

Version 1.4.1 release

31 May 13:18
Compare
Choose a tag to compare

1.4.1:
- Bugfix: Several cogroup issues related to management of internal keys and
todict() output were fixed. Thanks to GitHub user @poluhh and Rasmus H.
Fogh for reporting.
- Bugfix: Empty lists [] are now displayed as comma-delimited blanks.
Thanks to William Dawson for reporting.

Version 1.4 release

18 May 01:17
Compare
Choose a tag to compare
  • 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.

v1.3.1

26 May 02:12
Compare
Choose a tag to compare
Version 1.3.1 release

v1.3

18 May 00:15
Compare
Choose a tag to compare

Version 1.3 release

Version 1.1.2

13 Jun 21:15
Compare
Choose a tag to compare

Version 1.1.2 release

v1.1

23 May 19:38
Compare
Choose a tag to compare

Version 1.1 release.

f90nml 1.0.2 release

30 Jan 13:06
Compare
Choose a tag to compare
v1.0.2

Version 1.0.2 release

f90nml v1.0.1 release

30 Jan 01:20
Compare
Choose a tag to compare
Version 1.0.1 release

f90nml v0.23 release

13 Dec 05:41
Compare
Choose a tag to compare
f90nml v0.23 release Pre-release
Pre-release

Version 0.23 release of f90nml.