Skip to content

New JSON file format

Compare
Choose a tag to compare
@rouson rouson released this 14 Aug 04:15
· 258 commits to main since this release
3443f8d

The new file format includes

  • A file version indicator currently named acceptable_engine_tag to denote the git tag used to create the new format,
  • Better nomenclature:
    • The minima and maxima fields are now intercept and slope, respectively, to better match the function's purpose: to define a linear map to and from the unit interval.
    • The encompassing inputs_range and outputs_range objects are now inputs_map and outputs_map, 🗺️
  • A fix for cloud_microphysics/setup.sh. ☁️
  • Other minor bug fixes and enhancements.

What's Changed

  • doc(README): specify required gfortran versions by @rouson in #185
  • Enhance saturated mixing ratio example by @rouson in #189
  • Refactor tensor_map_m to improve nomenclature & move phase_space_bin_t to cloud-microphysics by @rouson in #192
  • Add git tag to JSON file to denote inference-engine version that reads and writes the format by @rouson in #194
  • Fixes #195 by @rouson in #196

Full Changelog: 0.12.0...0.13.0