Skip to content
Merged
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
23 changes: 22 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,31 @@ Release notes
..........


0.5.8 (2025-12-18)
------------------

- Optimization
- Unified interface for x0 parameter (#1654)
- Unified interface for maxiter and maxeval parameters (#1648)
- Unified interface for time limits across optimizers (#1638)
- Make DlibOptimizer solver_epsilon configurable (#1637)
- Verbosity for CMA optimizer, producing no more outputfiles per default (#1656)
- Fix startpoint selection and neval in scatter search (#1644)
- Visualize
- Fix waterfall axis bug (#1640)
- Ensemble
- Fix Plotting uf UMAP and PCA (#1628)
- Store
- Updated HDF5 loading (#1636)
- Sampling
- Add support for sampling parameter values from prior distributions (#1622)
- Documentation
- Reintroduce pymc to documentation (#1643)


0.5.7 (2025-11-13)
-------------------


- General
- Require Python >=3.11 (#1585)
- Documentation
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.7"
__version__ = "0.5.8"