@@ -90,19 +90,30 @@ either of these with ``sudo``.
90
90
91
91
# # Version History
92
92
93
- * [Release ` ` 4.2.0` ` ](https://github.com/CMA-ES/pycma/releases/tag/r4.2.0) and [` ` 4.2.1` ` ](https://github.com/CMA-ES/pycma/releases/tag/r4.2.1)
93
+ * [Release ` ` 4.3.0` ` ](https://github.com/CMA-ES/pycma/releases/tag/r4.3.0)
94
+ - integer variables of candidate solutions are rounded (addressing also [issue
95
+ # 286](https://github.com/CMA-ES/pycma/issues/286))
96
+ - moved main docstring from ` fmin` to ` fmin2`
97
+ - experimental plots for error estimates and sensitivities
98
+ - fix ` numpy` scalar type representations at various places
99
+ - replace ineffective ` use_archives` flag with ` archive_sent_solutions`
100
+ and ` archive_after_sent`
101
+
102
+ * [Release ` ` 4.2.0` ` ](https://github.com/CMA-ES/pycma/releases/tag/r4.2.0)
94
103
- a stand-alone boundary handling function wrapper ` ` BoundDomainTransform` `
95
104
- streamline plot docs, fix symlog plot with newest ` matplotlib` , plots display the value of `.stop ()` and the version number
96
105
- a few more minor fixes and improvements
97
106
- replace ` setup.py` with ` pyproject.toml`
98
107
- [Version ` ` 4.1.0` ` ](https://github.com/CMA-ES/pycma/releases/tag/v4.1.0) (already since ` 5a30571f` )
99
108
- move boundary handling into a separate module
100
109
- various small-ish fixes and improvements, in particular an edge case in the initialization of the Lagrange multipliers in the constraints handling
110
+
101
111
* [Release ` ` 4.0.0` ` ](https://github.com/CMA-ES/pycma/releases/tag/r4.0.0)
102
112
- majorly improved mixed-integer handling based on a more concise lower bound
103
113
of variances and on so-called integer centering
104
114
- moved options and parameters code into a new file
105
115
- many small-ish fixes and improvements
116
+
106
117
* [Release ` ` 3.4.0` ` ](https://github.com/CMA-ES/pycma/releases/tag/r3.4.0)
107
118
- fix compatibility to ` numpy` 2.0 (thanks to [Sait Cakmak](https://github.com/saitcakmak))
108
119
- improved interface to ` noise_handler` argument which accepts ` True` as value
0 commit comments