forked from marshallward/f90nml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
28 lines (22 loc) · 877 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
v0.17:
- `f90nml.write()` works for normal (non-`Namelist`) dicts
- `Parser` properties moved outside of function arguments, and are now
handled with property decorators (as in `Namelist`)
- Namelists built from (unsorted) dicts are now pre-sorted by key
v0.16:
- User-defined comment delimiters (e.g. `#` comment support)
v0.15:
- Null values are now always followed by commas
v0.14:
- Default logical parsing is now more strict. Only `true`, `false`, `t`,
and `f` (and with surrounding `.`) are now parsed to equivalent values.
- Extensive documentation update
v0.13:
- Multidimensional array support
v0.12:
- Namelist output formatting (column width, indent, etc.)
- Improved user-defined type output support
- Arch (AUR) distribution configuration
- Setuptools is now the install default
v0.11:
- TODO