Changes
- [#938]
- Added argument to Tau-Hybrid solves that allows the tau step size to be set to a constant value (constant_tau_step_size).
- Optimized Tau-Hybrid solvers to only use ODE integrator when necessary.
- [#943] Clarified usage of integrator argument in Model.run method.
- [#944] Updates to CSV.
Bug Fixes
- [#937, #941] SBML import fixes (python reserved words and dependent parameters).
- [#942] Fixed time span export when exporting to StochSS Live! model.
Full Changelog: v1.8.1...v1.8.2