File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ either of these with ``sudo``.
73
73
74
74
## Version History
75
75
76
+ * [ Release `` 3.2.1 `` ] ( https://github.com/CMA-ES/pycma/releases/tag/r3.2.1 )
77
+ fixes plot of principle axes which were shown squared by mistake in version 3.2.0.
78
+
76
79
* [ Release `` 3.2.0 `` ] ( https://github.com/CMA-ES/pycma/releases/tag/r3.2.0 )
77
80
provides a new interface for constrained optimization ` ConstrainedFitnessAL `
78
81
and ` fmin_con2 ` and many other minor fixes and improvements.
Original file line number Diff line number Diff line change 148
148
149
149
# fcts = ff # historical reasons only, replace cma.fcts with cma.ff first
150
150
151
- __version__ = "3.2.0 "
151
+ __version__ = "3.2.1 "
152
152
# $Source$ # according to PEP 8 style guides, but what is it good for?
153
153
# $Id: __init__.py 4432 2020-05-28 18:39:09Z hansen $
154
154
# bash $: svn propset svn:keywords 'Date Revision Id' __init__.py
Original file line number Diff line number Diff line change 1
1
package :
2
- version : " 3.2.0 "
2
+ version : " 3.2.1 "
3
3
name : ' cma'
4
4
5
5
source :
You can’t perform that action at this time.
0 commit comments