v1.4.0
GillesPy2 v.1.4.0 CHANGELOG
FEATURES
- New Solver : VariableSSACSolver
This solver works identically to SSACSolver, but is
optimized for multiple trajectories using variable input values
for species and Parameters. - Results and ensembles of Results now share an object type.
- Ensembles can now be created from separate runs using the '+' operator
In order to add Results to an Ensemble, they must share the same model/solver - Model objects are now comparable
- Added advanced string parsing for user inputs
- Now uses AST parsing, interpretation should now be consistent across solvers
- Results can now be properly pickled and unpickled
- Added getters for all model objects
- Added delete methods for all model objects
FIXES
- BasicODESolver now correctly accepts integrator args.
- Resolved incorrect rounding in BasicTauHybridSolver switching
- All model objects are now checked for unique names when added to model