Skip to content

Commit c41eddd

Browse files
committed
Version 1.3.1 update
1 parent 1b15c50 commit c41eddd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.1:
2+
- String splitting is now an optional feature, enabled by the split_strings
3+
property. Default string array output again resembles v1.2 output.
4+
- Bugfix: For arrays of strings, a split string element will no longer
5+
insert erroneous commas. Thanks to Jared Lewis for reporting.
6+
17
1.3:
28
- Strings which exceed the column limit are now split across multiple
39
lines. Thanks to Xi Chen for reporting.

f90nml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from f90nml.namelist import Namelist
77
from f90nml.parser import Parser
88

9-
__version__ = '1.3'
9+
__version__ = '1.3.1'
1010

1111

1212
def read(nml_path):

0 commit comments

Comments
 (0)