Skip to content

v1.6.9

Compare
Choose a tag to compare
@BryanRumsey BryanRumsey released this 14 Apr 16:48
· 568 commits to main since this release
6098954

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_algo function and can be selected with algorithm="CLE"
  • [#754] Deprecated model argument in solver.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_event to 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