Releases: marshallward/f90nml
Version 1.4.1 release
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
-
Ordering of duplicate keys is now preserved, through the introduction of two
new classes. TheCogroup
class extends thelist
previously associated
with the values of a duplicate key. TheNmlKey
class extendsstr
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 theadd_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
Version 1.3.1 release
v1.3
Version 1.3 release
Version 1.1.2
Version 1.1.2 release
v1.1
Version 1.1 release.
f90nml 1.0.2 release
v1.0.2 Version 1.0.2 release
f90nml v1.0.1 release
Version 1.0.1 release
f90nml v0.23 release
Version 0.23 release of f90nml.