Releases: jonathanschilling/indata2json
Releases · jonathanschilling/indata2json
v1.1.4: Add missing comma in format statement
v1.1.2
- disable info messages
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Build indata2json as a standalone static executable by @eguiraud-pf in #5
- Increase limits for command line arg length, input file length by @eguiraud-pf in #6
- Return non-zero status code in case of failure by @eguiraud-pf in #7
New Contributors
- @eguiraud-pf made their first contribution in #5
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- renamed command-line option
--truncate-extcurto--truncate_extcur - add new command-line option
--mgrid_folder <mgrid_folder> - enable pretty-printing the JSON outputs by default (change
json_pretty_printif this is not desired) - move up free-boundary parameters to above the axis coefficients
- add debugging flags of
educational_VMECtoINDATAdefinition to allow converting those input file without having to remove those debugging flags
v1.0.1: add --truncate-extcur command line argument
A command line argument --truncate-extcur was added.
It indicates that only the subset of the extcur array from the first element to the last non-zero element should be written to JSON, regardless of what other zero elements were specified by the user in the INDATA namelist.
v1.0.0: initial release
Initial release which works good enough to be useful for demo examples and debugging.