ClapeyronThermo / Clapeyron.jl

Clapeyron provides a framework for the development and use of fluid-thermodynamic models, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.
MIT License
194 stars 49 forks source link

0.5 breaking changes #160

Open longemen3000 opened 1 year ago

longemen3000 commented 1 year ago
pw0908 commented 1 year ago

Some additional features to add (non-breaking):

longemen3000 commented 1 year ago

On the sigma profiles, if we don't include the meta field (a JSON file),then reading those seems straightforward. i could whip up a reader, but i would need some examples to see what are the possible universe of valid profiles to parse On the parameter writing, we kind of already have a writer (ParamTable can write to disk) but given that now we can pass those parameters directly, i would say that we should deprecate that and adapt the current writer to take all the params in a model recursively.