Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 17:42
· 46 commits to main since this release
547900e

This update brings bug fixes, some nice quality of life improvements, and a rework of the parameter evaluation subsystem. Most notably:

  • Functions evaluate_params() and evaluate_param() have been removed and replaced with something better. (See PR 201 for details.)
  • The simulation progress bar now shows an estimate of the time remaining.
  • All ADRIOs (that should) now cache their results for faster re-simulation.
  • You can use IPM quantity selectors to get compartment and event indices (useful for custom data processing). For example: ipm.select.events("S->I").event_index to receive a single int, or ipm.select.events("*->I").event_indices to receive a tuple of ints.

What's Changed

Full Changelog: v0.7.0...v0.8.0