Skip to content

Commit c5acea7

Browse files
Prepare Release 0.5.8 (#1666)
* Prepare update * updated some naming
1 parent 80e909e commit c5acea7

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,31 @@ Release notes
66
..........
77

88

9+
0.5.8 (2025-12-18)
10+
------------------
11+
12+
- Optimization
13+
- Unified interface for x0 parameter (#1654)
14+
- Unified interface for maxiter and maxeval parameters (#1648)
15+
- Unified interface for time limits across optimizers (#1638)
16+
- Make DlibOptimizer solver_epsilon configurable (#1637)
17+
- Verbosity for CMA optimizer, producing no more outputfiles per default (#1656)
18+
- Fix startpoint selection and neval in scatter search (#1644)
19+
- Visualize
20+
- Fix waterfall axis bug (#1640)
21+
- Ensemble
22+
- Fix Plotting uf UMAP and PCA (#1628)
23+
- Store
24+
- Updated HDF5 loading (#1636)
25+
- Sampling
26+
- Add support for sampling parameter values from prior distributions (#1622)
27+
- Documentation
28+
- Reintroduce pymc to documentation (#1643)
29+
30+
931
0.5.7 (2025-11-13)
1032
-------------------
1133

12-
1334
- General
1435
- Require Python >=3.11 (#1585)
1536
- Documentation

pypesto/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.7"
1+
__version__ = "0.5.8"

0 commit comments

Comments
 (0)