Skip to content

Commit 1268ba0

Browse files
committed
v3.2.1
1 parent b10d0c5 commit 1268ba0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ either of these with ``sudo``.
7373

7474
## Version History
7575

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+
7679
* [Release ``3.2.0``](https://github.com/CMA-ES/pycma/releases/tag/r3.2.0)
7780
provides a new interface for constrained optimization `ConstrainedFitnessAL`
7881
and `fmin_con2` and many other minor fixes and improvements.

cma/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
# fcts = ff # historical reasons only, replace cma.fcts with cma.ff first
150150

151-
__version__ = "3.2.0"
151+
__version__ = "3.2.1"
152152
# $Source$ # according to PEP 8 style guides, but what is it good for?
153153
# $Id: __init__.py 4432 2020-05-28 18:39:09Z hansen $
154154
# bash $: svn propset svn:keywords 'Date Revision Id' __init__.py

tools/conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package:
2-
version: "3.2.0"
2+
version: "3.2.1"
33
name: 'cma'
44

55
source:

0 commit comments

Comments
 (0)