Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed Feb 27, 2022
1 parent 031c1b7 commit 10de384
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ either of these with ``sudo``.

## Version History

* [Release ``3.2.0``](https://github.com/CMA-ES/pycma/releases/tag/r3.2.0)
provides a new interface for constrained optimization `ConstrainedFitnessAL`
and `fmin_con2` and many other minor fixes and improvements.

* [Release ``3.1.0``](https://github.com/CMA-ES/pycma/releases/tag/r3.1.0)
fixes the return value of `fmin_con`, improves its usability and provides
a `best_feasible` attribute in `CMAEvolutionStrategy`, in addition to
Expand Down
2 changes: 1 addition & 1 deletion cma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

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

__version__ = "3.1.0"
__version__ = "3.2.0"
# $Source$ # according to PEP 8 style guides, but what is it good for?
# $Id: __init__.py 4432 2020-05-28 18:39:09Z hansen $
# bash $: svn propset svn:keywords 'Date Revision Id' __init__.py
2 changes: 1 addition & 1 deletion tools/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package:
version: "3.0.3"
version: "3.2.0"
name: 'cma'

source:
Expand Down

0 comments on commit 10de384

Please sign in to comment.