Skip to content

AMICI v0.27.0

Compare
Choose a tag to compare
@dweindl dweindl released this 21 Oct 09:53
· 53 commits to master since this release
638c3ee

This release comes with an updated version of the SUNDIALS package (7.1.1) (#2513).
For C++ users of some of AMICI's internal RAII classes, this may include some breaking changes.
The Python API is not affected.

Note regarding editable installations (pip install -e ...): Due to the SUNDIALS update, it will be necessary to clean out some temporary build directories (at least ThirdParty/sundials/build/, python/sdist/build/) before rebuilding the package.

Fixes

  • Fixed a bug that led to program termination if a root-after-reinitialization
    error (potentially also others) occurred at an output timepoint

    by @dweindl in #2555

  • CMake: Fixes compilation errors for models named model

    by @dweindl in #2547

  • Updated CMake export config, making it easier to use AMICI in CMake projects
    and fixing some potential issues with interferring packages

    by @dweindl in #2540

  • CMake: Set policies for CMake 3.31

    by @dweindl in #2539

  • Documentation fixes by @FFroehlich, @ChocolateCharlie, @dweindl

Full Changelog: v0.26.3...v0.27.0