Skip to content

Commit

Permalink
pygmo 2.19.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 21, 2024
1 parent af61e8c commit 58902a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
16 changes: 16 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Changelog
=========

2.19.6 (2024-02-21)
-------------------

New
~~~

- Add batch fitness evaluation capabilities to the CMAES
algorithm
(`#139 <https://github.com/esa/pygmo2/pull/139>`__).

Fix
~~~

- Fix the unit tests for Python 3.12
(`#150 <https://github.com/esa/pygmo2/pull/150>`__).

2.19.0 (2023-01-19)
-------------------

Expand Down

0 comments on commit 58902a3

Please sign in to comment.