PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

Bugfix Release 1.2.1 #98

Closed jmrohwer closed 3 months ago

jmrohwer commented 3 months ago

I have fixed a bug in model evaluation where a model has events and assignment rules, and the assignment rule contains a variable name and a parameter where the variable is a substring match of the parameter (e.g. E1 and E1tot), this led to garbage code during string replacements.

I would like to push this release asap in order to get the Biosimulators pipeline fixed, which currently breaks on this bug (see https://github.com/biosimulators/Biosimulators_PySCeS/issues/6).

The other issue under Milestones for 1.2.1 has been fixed. If there are small things that should be fixed and can be done so relatively quickly, that can be discussed here.