Release 0.15
This release changes the get_reactions
function, such that it now also returns the mappings of the function expression to the model elements. Additionally this function is available separately using get_reaction_mapping
and set_reaction_mapping
.
Additionally this release fixes an issue, where the python runtime would crash when setting an invalid expression (either for initial assignments, or ODE / assignment expressions).
Full Changelog: v0.14...v0.15