From 3882d94329ddf11b0219cead7efd9cf4a0416b6d Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 1 Jul 2024 09:56:49 +0200 Subject: [PATCH] Bump version number, update changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcdc7a222a..e60a72eb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,34 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni ## v0.X Series +### v0.26.0 (2024-07-06) + +AMICI v0.26.0 requires sympy>=1.12.1 and petab>=0.4.0. + +**Policy changes** + +* Updated AMICI's [versioning / deprecation policy](https://amici.readthedocs.io/en/develop/versioning_policy.html) + + 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 https://github.com/AMICI-dev/AMICI/pull/2464 + +**Fixes** + +* Fixed a bug where during installation of AMICI, an incorrect sundials CMake + would be used resulting in installation errors. + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2468 + +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.25.2...v0.26.0 + + ### v0.25.2 (2024-06-16) **Fixes** diff --git a/version.txt b/version.txt index 166c9e29b7..4e8f395fa5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.25.2 +0.26.0