Skip to content

AMICI v0.26.0

Compare
Choose a tag to compare
@dweindl dweindl released this 02 Jul 13:15
· 122 commits to master since this release
b958cce

AMICI v0.26.0 requires sympy>=1.12.1 and petab>=0.4.0.

Policy changes

  • Updated AMICI's versioning / deprecation policy

    We will start removing deprecated features that had a deprecation warning
    for longer than six months in the next minor release.

Deprecations

  • Passing individual tables to amici_import_petab is now deprecated.
    Use a petab.Problem instance instead.

    by @dweindl in #2464

Fixes

  • Fixed a bug where during installation of AMICI, an incorrect sundials CMake
    would be used resulting in installation errors.

    by @dweindl in #2468

Full Changelog: v0.25.2...v0.26.0