Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
- fixed PyPI docs and dependencies
- EvalParallel2 avoids multiprocessor calls when n_proc=1
- somewhat cosmetic improvements in wrapper
  • Loading branch information
nikohansen committed Apr 19, 2020
1 parent 26dd64a commit e8180c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

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

__version__ = "3.0.0 $Revision: 4428 $ $Date: 2020-04-14 21:08:35 +0200 (Tue, 14 Apr 2020) $"
__version__ = "3.0.1 $Revision: 4429 $ $Date: 2020-04-19 00:54:00 +0200 (Sun, 19 Apr 2020) $"
# $Source$ # according to PEP 8 style guides, but what is it good for?
# $Id: __init__.py 4428 2020-04-14 19:08:35Z hansen $
# $Id: __init__.py 4429 2020-04-18 22:54:00Z hansen $
# bash $: svn propset svn:keywords 'Date Revision Id' __init__.py

0 comments on commit e8180c0

Please sign in to comment.