Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
This release requires Python>=3.12.

- General
- Support for PEtab v2 import via AMICI (#1730)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
- Support for PEtab v2 import via AMICI (#1730)
- Support for PEtab v2 import via AMICI (#1730) (experimental)

- Installation / Packaging
- Update to adhere to NEP29 (#1703)
Comment on lines +39 to +40

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
- 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
..........

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.6.0"
__version__ = "0.7.0"