diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c8e30bec..2034158d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,36 @@ Release notes .......... +0.5.7 (2025-11-13) +------------------- + + +- General + - Require Python >=3.11 (#1585) +- Documentation + - Updated references and citations (#1601, #1609, #1612) + - Various minor Documentation and Example fixes +- Optimization + - update scipy interface (#1588) +- Ensemble + - accurate cutoff based on chi2 distribution (#1566) +- History + - Add monotonic_history from mutliple histories (#1632) +- Profiling + - split ProfilerTask into descending and ascending parts (#1598) + - Profiles nested CIs (#1584) +- Visualize + - Fix IndexError in waterfall for all-non-finite values (#1600) + - prettier intervals for profiles by using capstyle (#1607) + - Improve waterfall plot efficiency (#1608) + - remove unnecessary title and axes labels (#1589) + - Nicer pypesto.visualize.profile_cis interval markers (#1626) + - Allow to define colors more flexibly (#1627) + - Prevent invisible plot due to large cluster number in waterfall plot (#1631) +- Objective + - Updated roadrunner steady state computation (#1604) + + 0.5.6 (2025-05-18) ------------------- diff --git a/pypesto/version.py b/pypesto/version.py index a779a4426..1cc82e6b8 100644 --- a/pypesto/version.py +++ b/pypesto/version.py @@ -1 +1 @@ -__version__ = "0.5.6" +__version__ = "0.5.7"