AMICI v0.33.0
Note that this release requires Python >= 3.11.
Fixes
-
Fixed an issue in SBML AlgebraicRule processing leading to import failure if a species occurred in multiple AlgebraicRules
-
Fixed a potential segfault when running forward sensitivity analysis for models without state variables
by @FFroehlich in #2749
-
Fixed a dimension bug for presimulation parameters in ExpDataView
by @FFroehlich in #2746
-
Fixed incorrect initialization for initial assignments with explicit time dependence
Features
-
AMICI now supports SBML events with
use_values_from_trigger_time=true
-
AMICI now supports SBML events with constant priorities
Other changes
-
doc: Added a caveats section listing some known issues and potentially unexpected behavior in AMICI
-
Added warnings for presimulation and steady state simulation with events. So far, events were not fully supported in these modes. This is subject to change.
Full Changelog: v0.32.0...v0.33.0