New JSON file format
The new file format includes
- A file version indicator currently named
acceptable_engine_tag
to denote thegit tag
used to create the new format, - Better nomenclature:
- The
minima
andmaxima
fields are nowintercept
andslope
, respectively, to better match the function's purpose: to define a linear map to and from the unit interval. - The encompassing
inputs_range
andoutputs_range
objects are nowinputs_map
andoutputs_map
, 🗺️
- The
- 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