v1.6.9
GillesPy2 Release v1.6.9
Changes
- [#737] Restructured our examples
- [#744] Updated warning messages and removed the warning package
- [#745] Removed deprecated basic solvers
- [#746] CLESolver now added to
get_best_solver_algofunction and can be selected withalgorithm="CLE" - [#754] Deprecated
modelargument insolver.run() - [#764] Added
Model.add()function to allow multiple different components to be added at once - [#775] Added a Dimerization notebook to examples
Fixes
- [#734] Improvements to error handling
- [#742] Fixed model validation
- [#747] Fixed issue with model timespan not being used in
solver.run() - [#750] Fixed issue causing
Model.delete_eventto fail - [#755] Fixed live graphing errors when using the ODECSolver
- [#763] Added a JSON encoder for
export_StochSS - [#769] Fixed issue with double logging
Full Changelog: v1.6.8...v1.6.9