Skip to content

Releases: jonathanschilling/indata2json

v1.1.4: Add missing comma in format statement

10 Jul 09:14

Choose a tag to compare

A missing comma in a format statement led to compile errors coming up. This release fixes that error.

v1.1.2

09 Dec 10:10
843c629

Choose a tag to compare

  • disable info messages

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 Jul 05:26
4274976

Choose a tag to compare

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

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Oct 10:56
e232f6e

Choose a tag to compare

  • renamed command-line option --truncate-extcur to --truncate_extcur
  • add new command-line option --mgrid_folder <mgrid_folder>
  • enable pretty-printing the JSON outputs by default (change json_pretty_print if this is not desired)
  • move up free-boundary parameters to above the axis coefficients
  • add debugging flags of educational_VMEC to INDATA definition to allow converting those input file without having to remove those debugging flags

v1.0.1: add --truncate-extcur command line argument

12 Sep 12:17
6657180

Choose a tag to compare

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

12 Sep 10:40
c4a0875

Choose a tag to compare

Initial release which works good enough to be useful for demo examples and debugging.