Skip to content

Releases: sys-bio/roadrunner

1.4.1

21 Oct 22:21
Compare
Choose a tag to compare

Changes

  • Support legacy RoadRunner.selections
  • Fix regression in simulate arguments start, end, steps

1.3.32a

12 Oct 16:01
Compare
Choose a tag to compare
1.3.32a Pre-release
Pre-release

Changes

  • link to additional libsbml deps iconv and zdll

1.3.32

01 Oct 19:56
Compare
Choose a tag to compare
1.3.32 Pre-release
Pre-release

Changes:

  • Add a way to set log file from C API

1.3.31

01 Oct 19:26
Compare
Choose a tag to compare
1.3.31 Pre-release
Pre-release

Test C API loading of model:

<?xml version=\"1.0\" encoding=\"UTF-8\"?><sbml xmlns=\"http://www.sbml.org/sbml/level2\" level=\"2\" version=\"1\"><model><listOfCompartments><compartment id=\"uVol\" size=\"1\"/></listOfCompartments><listOfSpecies><species id=\"input\" compartment=\"uVol\" initialConcentration=\"16\" boundaryCondition=\"true\"/><species id=\"output\" compartment=\"uVol\" initialConcentration=\"0\"/><species id=\"X4\" compartment=\"uVol\" initialConcentration=\"14\"/></listOfSpecies><listOfReactions><reaction id=\"R1\" reversible=\"false\"><listOfReactants><speciesReference species=\"input\"/></listOfReactants><listOfProducts><speciesReference species=\"output\"/></listOfProducts><kineticLaw><math xmlns=\"http://www.w3.org/1998/Math/MathML\"><apply><times/><ci> k </ci><ci> input </ci></apply></math><listOfParameters><parameter id=\"k\" name=\"0_100000000_\" value=\"7.0370457\"/></listOfParameters></kineticLaw></reaction></listOfReactions></model></sbml>

1.3.30

01 Oct 18:18
Compare
Choose a tag to compare
1.3.30 Pre-release
Pre-release

Changes:

  • Better exception message when input file can't be found
  • Booleans now evaluate to non-negative
  • Fixed missing Config options

1.3.29

29 Sep 23:24
Compare
Choose a tag to compare
1.3.29 Pre-release
Pre-release

Changes:

  • Branch for building with vs14

1.3.27

21 Sep 17:35
Compare
Choose a tag to compare
1.3.27 Pre-release
Pre-release

Changes:

  • C API methods (getConfigBool etc.) to get and set config options

1.3.26

19 Sep 02:02
Compare
Choose a tag to compare
1.3.26 Pre-release
Pre-release

Changes:

  • Added LOADSBML_PERMISSIVE option to config, allows loading some problematic models

1.3.25

18 Sep 00:07
Compare
Choose a tag to compare
1.3.25 Pre-release
Pre-release

Fixes:

  • Support MathML relational operators in expressions

1.3.24

17 Sep 16:56
Compare
Choose a tag to compare
1.3.24 Pre-release
Pre-release

Changes:

  • Fixes all COMBINE bugs