Skip to content

Commit 58902a3

Browse files
committed
pygmo 2.19.6.
1 parent af61e8c commit 58902a3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
1111
FORCE)
1212
endif()
1313

14-
project(pygmo VERSION 2.19.5 LANGUAGES CXX C)
14+
project(pygmo VERSION 2.19.6 LANGUAGES CXX C)
1515

1616
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")
1717

doc/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
Changelog
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+
622
2.19.0 (2023-01-19)
723
-------------------
824

0 commit comments

Comments
 (0)