From 9be68a423975b5f7570d4fcf3b04f762c502c153 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Thu, 12 Jul 2018 16:09:09 +0200 Subject: [PATCH] Update changelog. --- doc/sphinx/changelog.rst | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/doc/sphinx/changelog.rst b/doc/sphinx/changelog.rst index ee8cafb58..c58bb1375 100644 --- a/doc/sphinx/changelog.rst +++ b/doc/sphinx/changelog.rst @@ -7,25 +7,35 @@ Changelog New ~~~ -- Implement the CEC2014 problem suite (`#189 `__, `#188 `__). +- Implement the CEC2014 problem suite (`#188 `__, `#189 `__). - It is now possible to explicitly shut down the process pool of :class:`~pygmo.mp_island` (`#187 `__). - Start using intersphinx in the documentation (used at the moment for hyperlinking to the Python online documentation) (`#187 `__). -- **BREAKING**: user-defined islands in Python must now return the algorithm object used for the evolution in addition - to the evolved population (`#186 `__). - - The constraints' tolerances for a problem can now be set via a scalar in pygmo (`#185 `__). +Changes +~~~~~~~ + +- Update the copyright date to 2018 (`#190 `__). + +- **BREAKING**: user-defined islands in Python must now return the algorithm object used for the evolution in addition + to the evolved population (`#186 `__). This change ensures that the state of + an algorithm executed on a pythonic island is now correctly propagated back to the original algorithm object at the end of + an evolution. + Fix ~~~ +- Fix a compilation failure involving the IHS algorithm (`#192 `__). + - Fix a bug in the Python exposition of the DE algorithm (`#183 `__). - Various documentation and CI fixes and improvements (`#183 `__, - `#185 `__, `#190 `__). + `#185 `__, `#190 `__, + `#191 `__). 2.7 (2018-04-13) ----------------