From 593a5b5d92ddfef5a19c463f27c946fc26380889 Mon Sep 17 00:00:00 2001 From: nikohansen Date: Sat, 19 Mar 2022 00:36:24 +0100 Subject: [PATCH] v3.2.2 --- README.md | 5 +++++ cma/__init__.py | 2 +- setup.py | 4 ++-- tools/conda.recipe/meta.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3811563..91a75aa 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ either of these with ``sudo``. ## Version History +* [Release ``3.2.2``](https://github.com/CMA-ES/pycma/releases/tag/r3.2.2) + fixes some smallish interface and logging bugs in `ConstrainedFitnessAL` + and a bug when printing a warning. Polishing mainly in the plotting + functions. Added a notebook for how to use constraints. + * [Release ``3.2.1``](https://github.com/CMA-ES/pycma/releases/tag/r3.2.1) fixes plot of principal axes which were shown squared by mistake in version 3.2.0. diff --git a/cma/__init__.py b/cma/__init__.py index 1d5909c..49a47ec 100644 --- a/cma/__init__.py +++ b/cma/__init__.py @@ -148,7 +148,7 @@ # fcts = ff # historical reasons only, replace cma.fcts with cma.ff first -__version__ = "3.2.1" +__version__ = "3.2.2" # $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 diff --git a/setup.py b/setup.py index b48436c..194fb6b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ git checkout -- cma python setup.py check python setup.py sdist bdist_wheel --universal > dist_call_output.txt ; less dist_call_output.txt # bdist_wininst - # twdiff cma build/lib/cma/ # just checking + # bbdiff cma build/lib/cma/ # just checking backup --recover # recover above moved folder (and backup current, just in case) Check distribution and project description: @@ -71,7 +71,7 @@ setup(name="cma", long_description=long_description, # __doc__, # can be used in the cma.py file - # long_description_content_type = 'text/x-rst', # 'text/markdown', + long_description_content_type = 'text/x-rst', # 'text/markdown', version=__version__.split()[0], description="CMA-ES, Covariance Matrix Adaptation " + "Evolution Strategy for non-linear numerical " + diff --git a/tools/conda.recipe/meta.yaml b/tools/conda.recipe/meta.yaml index 787b30c..a1a31d4 100644 --- a/tools/conda.recipe/meta.yaml +++ b/tools/conda.recipe/meta.yaml @@ -1,5 +1,5 @@ package: - version: "3.2.1" + version: "3.2.2" name: 'cma' source: