File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
1111 FORCE)
1212endif ()
1313
14- project (pygmo VERSION 2.19.5 LANGUAGES CXX C)
14+ project (pygmo VERSION 2.19.6 LANGUAGES CXX C)
1515
1616list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" "${CMAKE_CURRENT_SOURCE_DIR} /cmake/yacma" )
1717
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 2.19.6 (2024-02-21)
7+ -------------------
8+
9+ New
10+ ~~~
11+
12+ - Add batch fitness evaluation capabilities to the CMAES
13+ algorithm
14+ (`#139 <https://github.com/esa/pygmo2/pull/139 >`__).
15+
16+ Fix
17+ ~~~
18+
19+ - Fix the unit tests for Python 3.12
20+ (`#150 <https://github.com/esa/pygmo2/pull/150 >`__).
21+
6222.19.0 (2023-01-19)
723-------------------
824
You can’t perform that action at this time.
0 commit comments