From 58902a336ad4e175bb3e39fd7a1b57b64094018c Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Wed, 21 Feb 2024 09:58:17 +0100 Subject: [PATCH] pygmo 2.19.6. --- CMakeLists.txt | 2 +- doc/changelog.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83036477..11af1f5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE) FORCE) endif() -project(pygmo VERSION 2.19.5 LANGUAGES CXX C) +project(pygmo VERSION 2.19.6 LANGUAGES CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma") diff --git a/doc/changelog.rst b/doc/changelog.rst index 761b4a18..85a447cb 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,22 @@ Changelog ========= +2.19.6 (2024-02-21) +------------------- + +New +~~~ + +- Add batch fitness evaluation capabilities to the CMAES + algorithm + (`#139 `__). + +Fix +~~~ + +- Fix the unit tests for Python 3.12 + (`#150 `__). + 2.19.0 (2023-01-19) -------------------