From 7de6b69fb045e19677240bbb5216c9cf29629731 Mon Sep 17 00:00:00 2001 From: nikohansen Date: Sun, 19 Apr 2020 16:12:43 +0200 Subject: [PATCH] update readme.md for Github --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f52b75..c728171 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ 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.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. * Version ``2.7.1`` allows for a list of termination callbacks and a light copy of `CMAEvolutionStrategy` instances.