diff --git a/CHANGELOG.md b/CHANGELOG.md index dc831f49c7..f4eed1f392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## v0.X Series +### v0.25.1 (2024-05-16) + +**Fixes** +* Avoid clashes with sympy-entities in `plot_expressions` + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2440 +* PEtab: fix KeyErrors for missing parameters in `fill_in_parameters` + (default values are now used if only a subset of parameters is provided) + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2449 +* CMake: Fix Intel MKL detection when not using environment modules + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2443 +* CMake: Fix some issues with multi-config generators + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2445 + +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.25.0...v0.25.1 + + ### v0.25.0 (2024-05-08) This release requires Python >= 3.10. diff --git a/version.txt b/version.txt index d21d277be5..af2dabf3ff 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.25.0 +0.25.1