Skip to content

AMICI v0.25.2

Compare
Choose a tag to compare
@dweindl dweindl released this 16 Jun 18:20
· 82 commits to master since this release
88a5454

Fixes

  • Fixed a bug in PEtab import which led to incorrect gradients
    w.r.t. estimated initial values specified via the condition table
    BREAKING CHANGE:
    amici.petab.sbml_import.{import_model_sbml,import_model} no longer supports
    passing individual PEtab tables, but only the PEtab problem object.
    This functionality was deprecated since v0.12.0 (2022-08-26).
  • Fixes for numpy 2.0 compatibility
    NOTE: As long as some amici dependencies don't support numpy 2.0 yet,
    you may need to pin numpy to <2.0 in your requirements
    (pip install amici "numpy<2.0").

Full Changelog: v0.25.1...v0.25.2