Skip to content

Commit

Permalink
pagmo 2.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 9, 2024
1 parent f2453b6 commit 6902053
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
28 changes: 27 additions & 1 deletion doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
Changelog
=========

2.19.1 (2024-08-09)
-------------------

New
~~~

- Add support for CMake ``UNITY_BUILD``
(`#564 <https://github.com/esa/pagmo2/pull/564>`__).

Fix
~~~

- Fix GACO hanging when initial population is out
of bounds
(`#576 <https://github.com/esa/pagmo2/pull/576>`__).

- Fix batch fitness evaluation for the ``unconstrain``
meta-problem
(`#575 <https://github.com/esa/pagmo2/pull/575>`__).

- Several build/compiler warning fixes
(`#572 <https://github.com/esa/pagmo2/pull/572>`__,
`#566 <https://github.com/esa/pagmo2/pull/566>`__,
`#562 <https://github.com/esa/pagmo2/pull/562>`__,
`#542 <https://github.com/esa/pagmo2/pull/542>`__).

2.19.0 (2023-01-21)
-------------------

Expand Down Expand Up @@ -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 <https://github.com/esa/pagmo2/pull/490>`__).

2.18.0 (2021-08-03)
Expand Down

0 comments on commit 6902053

Please sign in to comment.