-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
24 lines (24 loc) · 916 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* stocal.algorithms.AndersonMethod.update_state is broken
* stocal.experimental.samplers do not chain as claimed
+ support for proper delay events (-> feature/events)
= release/1.3
- remove dict support in MassAction.reactions and TransitionRule.infer_transitions
- remove invalid-name arguments
- remove AndersonNRM
- remove TrajectorySampler
- remove ReactionRule
- remove Process.trajectory
- allow species equals 0 in initial state?
- regroup tests into specifications, unittests and bugs
- move stocal.experimental.CaoMethod into stocal.algorithms
= release/2.0
- utilities to simplify scipy/matplotlib interaction
- persistency support (save and resume simulations)
- arithmetic operations for Process
- string rewrite rule support
- other kinetic laws, e.g. Hill function
- libSBML integration
- curried reactions (determine products only upon application)
- C/C++/D implementation
= version 2.1+
= version 3