From 6902053b75ae8fbef66bd5a4e27907a9894c7b11 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Fri, 9 Aug 2024 20:45:31 +0200 Subject: [PATCH] pagmo 2.19.1. --- CMakeLists.txt | 2 +- doc/sphinx/changelog.rst | 28 +++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2364363b4..43eeac514 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT CMAKE_BUILD_TYPE) FORCE) endif() -project(pagmo VERSION 2.19.0 LANGUAGES CXX C) +project(pagmo VERSION 2.19.1 LANGUAGES CXX C) # Setup module path. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/yacma") diff --git a/doc/sphinx/changelog.rst b/doc/sphinx/changelog.rst index 6d7e58a68..b33b70a94 100644 --- a/doc/sphinx/changelog.rst +++ b/doc/sphinx/changelog.rst @@ -3,6 +3,32 @@ Changelog ========= +2.19.1 (2024-08-09) +------------------- + +New +~~~ + +- Add support for CMake ``UNITY_BUILD`` + (`#564 `__). + +Fix +~~~ + +- Fix GACO hanging when initial population is out + of bounds + (`#576 `__). + +- Fix batch fitness evaluation for the ``unconstrain`` + meta-problem + (`#575 `__). + +- Several build/compiler warning fixes + (`#572 `__, + `#566 `__, + `#562 `__, + `#542 `__). + 2.19.0 (2023-01-21) ------------------- @@ -34,7 +60,7 @@ Changes Fix ~~~ -- A fix for the gaco algorithm that now throws if ``ker`` size is < 2. +- A fix for the gaco algorithm that now throws if ``ker`` size is < 2 (`#490 `__). 2.18.0 (2021-08-03)