From 14de14870dddabd5ab67b3d2310db8130096d0ad Mon Sep 17 00:00:00 2001 From: nikohansen Date: Tue, 21 Apr 2020 01:19:14 +0200 Subject: [PATCH] version 3.0.2 fixed two problems with EvalParallel2 --- README.md | 2 +- cma/__init__.py | 4 ++-- setup.py | 5 +++++ tools/conda.recipe/meta.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b2212a..c061814 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ either of these with ``sudo``. ## Version History -* [Release ``3.0.1``](https://github.com/CMA-ES/pycma/releases/tag/r3.0.1) provides parallelization with ``OOOptimizer.optimize(..., n_jobs=...)`` and improved `pickle` support. +* [Release ``3.0.2``](https://github.com/CMA-ES/pycma/releases/tag/r3.0.2) provides parallelization with ``OOOptimizer.optimize(..., n_jobs=...)`` 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. diff --git a/cma/__init__.py b/cma/__init__.py index dde80b6..209eebe 100644 --- a/cma/__init__.py +++ b/cma/__init__.py @@ -146,7 +146,7 @@ # fcts = ff # historical reasons only, replace cma.fcts with cma.ff first -__version__ = "3.0.1 $Revision: 4429 $ $Date: 2020-04-19 00:54:00 +0200 (Sun, 19 Apr 2020) $" +__version__ = "3.0.2 $Revision: 4430 $ $Date: 2020-04-21 01:19:04 +0200 (Tue, 21 Apr 2020) $" # $Source$ # according to PEP 8 style guides, but what is it good for? -# $Id: __init__.py 4429 2020-04-18 22:54:00Z hansen $ +# $Id: __init__.py 4430 2020-04-20 23:19:04Z hansen $ # bash $: svn propset svn:keywords 'Date Revision Id' __init__.py diff --git a/setup.py b/setup.py index a71ac62..ac6462e 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,11 @@ twine upload dist/*3.0.2* # to not upload outdated stuff +Anaconda:: + + code tools/conda.recipe/meta.yaml # edit version number + conda-build -q tools/conda.recipe + """ # from distutils.core import setup from setuptools import setup diff --git a/tools/conda.recipe/meta.yaml b/tools/conda.recipe/meta.yaml index 8d59ac0..dd68031 100644 --- a/tools/conda.recipe/meta.yaml +++ b/tools/conda.recipe/meta.yaml @@ -1,5 +1,5 @@ package: - version: "3.0.1" + version: "3.0.2" name: 'cma' source: