From 92c053091df81f46cb6918e805a5901b1d816980 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 21 Nov 2023 14:46:02 +0100 Subject: [PATCH] bump version; update changelog --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa46196e0e..4b511d92d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ ## v0.X Series +### v0.20.0 (2023-11-23) + +**Fixes** + +* Fixed CMake cmake_minimum_required deprecation warning + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2183 +* Fixed misleading preequilibration failure messages + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2181 +* Removed setuptools<64 restriction + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2180 +* Fixed ExpData equality operator for Python + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2194 +* Enabled deepcopy for ExpData(View) + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2196 +* Allowed subsetting simulation conditions in simulate_petab + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2199 +* Set CMake CMP0144 to prevent warning + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2209 + +**Features** + +* Possibility to evaluate and plot symbolic expressions based on simulation results + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2152 +* Easier access to timepoints via ExpDataView + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2193 +* Nicer `__repr__` for ReturnDataView + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2192 + +**Documentation** + +* Added installation instructions for Arch Linux + by @stephanmg in https://github.com/AMICI-dev/AMICI/pull/2173 +* Updated reference list + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2172 +* Installation guide: optional requirements + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2207 + +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.19.0...v0.20.0 + + ### v0.19.0 (2023-08-26) **Features** diff --git a/version.txt b/version.txt index 1cf0537c34..5a03fb737b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.0 +0.20.0