Skip to content

Commit

Permalink
version 2.7.0
Browse files Browse the repository at this point in the history
new logger module where the logger code moved
output writes in a folder by default
matplotlib 3 compatibility
improved semilogy_signed
new fitness_models module
new provisorial stand-alone Logger class
  • Loading branch information
nikohansen committed Apr 25, 2019
1 parent 013fad4 commit 3abf690
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ either of these with ``sudo``.

## Version History

* Version ``2.7.0`` logger now writes into a folder, new fitness model module, various fixes

* Version ``2.6.1`` allow possibly much larger condition numbers, fix corner case with growing more-to-write list.

* Version ``2.6.0`` allows initial solution `x0` to be a callable.
Expand Down
8 changes: 4 additions & 4 deletions cma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
:See also: `fmin` (), `CMAOptions`, `CMAEvolutionStrategy`
:Author: Nikolaus Hansen, 2008-2017
:Author: Nikolaus Hansen, 2008-
:Author: Petr Baudis, 2014
:Author: Youhei Akimoto, 2017
:Author: Youhei Akimoto, 2017-
:License: BSD 3-Clause, see LICENSE file.
Expand Down Expand Up @@ -144,7 +144,7 @@
# fcts = ff # historical reasons only, replace cma.fcts with cma.ff first

__author__ = 'Nikolaus Hansen'
__version__ = "2.6.1 $Revision: 4424 $ $Date: 2018-11-18 20:02:58 +0100 (Sun, 18 Nov 2018) $"
__version__ = "2.7.0 $Revision: 4426 $ $Date: 2019-04-24 18:03:09 +0200 (Wed, 24 Apr 2019) $"
# $Source$ # according to PEP 8 style guides, but what is it good for?
# $Id: __init__.py 4424 2018-11-18 19:02:58Z hansen $
# $Id: __init__.py 4426 2019-04-24 16:03: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: "2.5.3"
version: "2.7.0"
name: 'cma'

source:
Expand Down

0 comments on commit 3abf690

Please sign in to comment.