Skip to content

Commit

Permalink
Version 1.4.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward committed May 31, 2022
1 parent 1b6630b commit 7fbba7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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.

1.4:
- Ordering of duplicate keys is now preserved, through the introduction of
two new classes. The Cogroup extends the list previously associated with
Expand All @@ -9,6 +16,7 @@
- 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.

1.3.1:
- String splitting is now an optional feature, enabled by the split_strings
property. Default string array output again resembles v1.2 output.
Expand Down
2 changes: 1 addition & 1 deletion f90nml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from f90nml.namelist import Namelist
from f90nml.parser import Parser

__version__ = '1.4'
__version__ = '1.4.1'


def read(nml_path):
Expand Down

0 comments on commit 7fbba7c

Please sign in to comment.