Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed Jun 20, 2021
1 parent 31084f0 commit 7b7a4a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ either of these with ``sudo``.

## Version History

* [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
various other more minor code fixes and improvements.

* [Release ``3.0.3``](https://github.com/CMA-ES/pycma/releases/tag/r3.0.3) provides parallelization with ``OOOptimizer.optimize(..., n_jobs=...)`` (fix for ``3.0.1/2``) and improved `pickle` support.

* [Release ``3.0.0``](https://github.com/CMA-ES/pycma/releases/tag/r3.0.0) provides non-linear constraints handling, improved plotting and termination options and better resilience to injecting bad solutions, and further various fixes.
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.0.4 $Revision: 4432 $ $Date: 2020-05-28 20:39:09 +0200 (Thu, 28 May 2020) $"
__version__ = "3.1.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

0 comments on commit 7b7a4a1

Please sign in to comment.