From 9a324a5698dc68609cbc87aad02b05da28d1b936 Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Thu, 13 Aug 2026 15:50:09 +0200 Subject: [PATCH] Update changelog and version --- CHANGELOG.rst | 31 +++++++++++++++++++++++++++++++ pypesto/version.py | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eea956897..d88070ddb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,6 +27,37 @@ This policy ensures users have at least one full Meso release cycle to adapt the before breaking changes take effect. +0.7 series +.......... + + +0.7.0 (2026-08-13) +------------------ + +- General + - Support for PEtab v2 import via AMICI (#1730) +- Installation / Packaging + - Update to adhere to NEP29 (#1703) +- Optimization + - Clarify use of Hessian and FIM in Fides optimizer (#1706) + - Support pyswarm 1.0 return format (#1717) +- Profiling + - Improve step-size defaults and step-size robustness (#1711) +- Visualize + - Harmonize visualization API for axes and returns (#1709) + - Add 2D profile visualization functions (#1652) +- Sampling + - Improve PyMC sampler with shared objective cache (#1724) + - Fix PyMC posterior extraction for newer ArviZ (#1714) +- Bugfixes + - Fix scipy OptimizeWarning for L-BFGS-B/disp (#1734) + - Remove deprecated matplotlib.cm.get_cmap (#1728) + - Fix remaining AMICI 1.0 calls and extend tests (#1708) +- Deprecations + - Rename profile step-size options to be explicit (#1711) + - Rename visualization alpha parameter to confidence_levels (#1709) + + 0.6 series .......... diff --git a/pypesto/version.py b/pypesto/version.py index 906d362f7..49e0fc1e0 100644 --- a/pypesto/version.py +++ b/pypesto/version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0"