Skip to content

AMICI v0.22.0

Compare
Choose a tag to compare
@dweindl dweindl released this 26 Feb 10:56
· 248 commits to master since this release
7a06016

Features

  • PEtab import: User option to fail if model needs to be compiled
    by @dilpath in #2289

    The force_compile argument is now deprecated. Use compile_ 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 contain rateOf-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 from Model_ODE::fJ
    (only relevant for dense and banded solvers)
    by @dweindl in #2298

Full Changelog: v0.21.2...v0.22.0