Skip to content

AMICI v0.11.24

Compare
Choose a tag to compare
@dweindl dweindl released this 01 Feb 19:20
· 704 commits to master since this release
d142fb7

Features:

  • Introduced environment variable AMICI_DLL_DIRS to control DLL directories on Windows (useful for setting BLAS library directory, as required by Python>=3.8) by @dweindl in #1637
  • Dropped Python3.7 support by @dweindl in #1635
  • Include header files in CMake targets for better IDE integration by @dweindl in #1639

Fixes:

  • Fixed an issue in PEtab import where all-integer parameters would previously result in a TypeError by @stephanmg in #1634
  • Fixed tempdir deletion issues for test suite on Windows by @dweindl in #1636
  • Added functions to provide state IDs/names for x_solver by @dweindl in #1638
  • Fixed docs on RTD by @dweindl in #1643

Full Changelog: v0.11.23...v0.11.24