After releasing GPEC v2.0.0, we'll need to have a robust method for deprecating parameters while preserving backwards compatibility (https://semver.org/). #217 contains an initial attempt at this by just removed deprecated inputs from the toml parsing, but I think we need something more robust.
For example, that example uses mer_flag - but the actual implementation should take mer_flag and probably include more complicated logic to use it to fill local_stability_flag.
TBD on what the best way to do this is right now, open to suggestions.
After releasing GPEC v2.0.0, we'll need to have a robust method for deprecating parameters while preserving backwards compatibility (https://semver.org/). #217 contains an initial attempt at this by just removed deprecated inputs from the toml parsing, but I think we need something more robust.
For example, that example uses
mer_flag- but the actual implementation should take mer_flag and probably include more complicated logic to use it to filllocal_stability_flag.TBD on what the best way to do this is right now, open to suggestions.