-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNEWS.txt
26 lines (17 loc) · 882 Bytes
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-- Version 1.0.1
* Fixed bug where nested sbml functions were not handled properly. Now
it correctly reports when sbml functions are called with invalid
number of args.
* Fixed bug where where a log trace message incorectly created.
* Display version info correctly in the command line rr program.
* Cache selection types and indices in model.getValue / setValue,
significant improvement in sbml symbol access times.
* Fixed memory leaks in Python API, performance improvements in
selections.
* New RoadRunner constructor which takes a URI and load options.
* Plugins moved to Tellurium project.
* Added getStateVectorRate and getStateVectorIds to ExecutableModel interface,
readily allows roadrunner to be used with external integrators.
* SBML variable access performance improvements.
-- Version 1.0.0
* Initial release