From 31d4414f10e9a788630331d5bc1cabeb4cb65ab2 Mon Sep 17 00:00:00 2001 From: Paul Jonas Jost <70631928+PaulJonasJost@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:17:06 +0200 Subject: [PATCH] Updated version and changelog (#1434) Co-authored-by: Doresic <85789271+Doresic@users.noreply.github.com> --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ pypesto/version.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7fc65da3..e96fb50cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,30 @@ Release notes .......... +0.5.3 (2024-08-01) +------------------- + +* General + * Notebook on history usage and comparison of multiple results. (#1389) + * GHA/test improvements (#1423, #1408, #1430) + * Numpy 2.0 compatibility (#1420, #1433) +* PEtab + * Issue a warning if a fixed parameter has a prior defined (#1413) + * Update to libpetab 0.4.0 (#1422) +* Optimize + * Added a Result object with lazy hdf5 loading (#1421) +* RoadRunner + * Roadrunner handling of petab issue 0019 (#1419) + * Disentangle amici and roadrunner (#1429) +* Amici + * Require `return_dict` in `ObjectiveBase.call_unprocessed` (fixes AMICI posterior RData) (#1424) +* Hierarchical + * Visualize: visualization of estimated observable mapping (#1409) + * Hierarchical: avoid recomputing inner parameters if simulation failed (#1426) +* Visualization + * Fixing Aggregated Objective Visualisations (#1411) + + 0.5.2 (2024-05-27) ------------------- diff --git a/pypesto/version.py b/pypesto/version.py index 722515271..43a1e95ba 100644 --- a/pypesto/version.py +++ b/pypesto/version.py @@ -1 +1 @@ -__version__ = "0.5.2" +__version__ = "0.5.3"