Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Release notes
..........


0.5.7 (2025-09-24)
-------------------

- General
- GHA and CI improvements (#1582, #1586, #1587, #1590, #1592, #1581, #1602, #1605)
- Jupyter Examples (#1594, #1567)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, but we could think of making an extra category "Documentation" or "Examples" or similar, such that changes in the examples are more visible. I would consider them more interesting and relevant for users than the other things in the category "General".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. "GHA and CI improvements" can be removed in my opinion. I'd list the documentation updates only if they are substantial, and then with a more informative message.

- Revised citation for pyPESTO in README.md (#1601)
- Removed aesara from requirements (#1595)
- Require Python 3.11 (#1585)
- Optimization
- update scipy interface (#1588)
- Ensemble
- accurate cutoff based on chi2 distribution (#1566)
- Profiling
- split ProfilerTask into descending and ascending parts (#1598)
- Visualize
- Fix IndexError in waterfall for all-non-finite values (#1600)
- prettier intervals for profiles by using capstyle (#1607)
- Improve waterfall plot efficiency (#1608)
- Objective
- Update roadrunner installation hint (#1596)
- Updated roadrunner steady state computation (#1604)


0.5.6 (2025-05-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pypesto/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.6"
__version__ = "0.5.7"
Loading