Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@jimmycuadra jimmycuadra released this 24 Mar 05:15
· 4 commits to master since this release

New features:

  • Two new functions are exposed via the Rust library.

    • parameter_values_from_str
    • parameter_values_from_yaml

    These allow ParameterValues to be constructed from either strings or Yaml values without needing to read from a file, for programmatic use.