From f0844e1174cde1a4b8740ae2523c164c3b817360 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 6 Jul 2022 22:46:22 +0200 Subject: [PATCH] Update changelog, bump version number --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e7c3c6f8..b3ff0593a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,44 @@ ## v0.X Series +### v0.11.30 (2022-07-07) + +Features: +* Allow overriding model name during PySB import by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1801 +* Added __repr__ for parameter mapping classes by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1799 +* More informative warning messages for NaNs/Infs by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1798 +* Moved `sim_steps` increment by @plakrisenko in + https://github.com/AMICI-dev/AMICI/pull/1806 +* Re-arranged application of parameters from `ExpData` to avoid initial + sensitivities error by @dilpath in + https://github.com/AMICI-dev/AMICI/pull/1805 +* Checking for unused parameters in `simulate_petab` by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1816 +* Add `create_parameter_mapping` kwarg forwarding by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1820 + +Other +* Remove `constant_species_to_parameters` by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1809 + +Fixes +* Fixed handling of SBML models given as `pathlib.Path` in + `petab_import.import_model_sbml by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1808 +* Fixed missing CPU time reset by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1814 +* Raise in `simulate_petab` with `scaled_parameters=True` + `problem_parameters=None` by @dweindl in + https://github.com/AMICI-dev/AMICI/pull/1819 + +... + +**Full Changelog**: +https://github.com/AMICI-dev/AMICI/compare/v0.11.29...v0.11.30 + ### v0.11.29 (2022-05-06) ## What's Changed diff --git a/version.txt b/version.txt index 36e40e13e0..f41aa7fad3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.29 +0.11.30