Skip to content

6.4.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 10 Jun 14:02
· 430 commits to master since this release

See also

Summary

  • Added optional stop_on_error argument to the various initialize() routines to immediately stop the program if an exception is raised (the default is False).
  • Added routines to check if a name key is present in a json_file object, which is also available using the .in. operator (e.g., if ('key' .in. json) ...).
  • Added routines to rename a JSON variable by specifying the path.
  • Added a Fobis rule for running the test programs. Run using: FoBis.py rule --execute tests -f json-fortran.fobis