File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff 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+
9310.5.7 (2025-11-13)
1032-------------------
1133
12-
1334- General
1435 - Require Python >=3.11 (#1585)
1536- Documentation
Original file line number Diff line number Diff line change 1- __version__ = "0.5.7 "
1+ __version__ = "0.5.8 "
You can’t perform that action at this time.
0 commit comments