AMICI v0.22.0
Features
-
PEtab import: User option to fail if model needs to be compiled
by @dilpath in #2289The
force_compile
argument is now deprecated. Usecompile_
instead. -
Model import now adds a
.gitignore
file to the model output directory
by @dweindl in #2301
Fixes
- Fixed a bug that may have caused wrong simulation results for certain
SBML models that containrateOf
-expressions
by @dweindl in #2291 - More informative error message for
ReturnDataView.by_id
by @dweindl in #2295 - Fixed
ENABLE_AMICI_DEBUGGING=TRUE
not working with MSVC
by @dweindl in #2296 - Fixed MANIFEST.in warning by @dweindl in #2297
- (performance) Skip unnecessary toposorting in
DEModel._collect_heaviside_roots
by @dweindl in #2299 - (performance) Fix redundant calls to
Model::fdwdx
fromModel_ODE::fJ
(only relevant for dense and banded solvers)
by @dweindl in #2298
Full Changelog: v0.21.2...v0.22.0