v1.7.0
Changes
- [#756] Added system support for folder with spaces in installation path on Linux and MacOS.
- [#770] Reaction now accept an ODE propensity function in addition to the stochastic propensity function.
- [#773] Added an example to demonstrate the correct method of using timespans with negative values.
- [#786]
ODECSolver
andTauHybridCSolver
now accept integrator options. - [#797] Updates to examples.
- [#817] Updated documentation.
- [#829] Improved tau hybrid step selection.
Bug Fixes
- [#787]
TimeSpan.arange
andTimeSpan.linspace
now accept floats fort
- [#799] Fixed issue with SBML compartments missing the
size
attribute being set tonan
. - [#820] Fixed time plotting when using
Results.plot_mean_stdev
. - [#832] Fixed error reporting when importing SBML models.
- [#841] Fixed multi-firing events in the tau hybrid c solver.
- [#850] CLE Solver now uses model's timespan if
t
andincrement
are not provided. - [#853] Fixed Stochastic/Deterministic switching in the tau hybrid solvers.
Full Changelog: v1.6.9...v1.7.0