From c94609ee94b3b0660134658321b92181614170e6 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Fri, 17 Nov 2017 14:30:02 +0100 Subject: [PATCH] Update changelog and bump version to 2.6 for development. [ci skip] --- CMakeLists.txt | 2 +- doc/sphinx/changelog.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83105536c..218c1b8a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ if((NOT PAGMO_BUILD_PAGMO) AND (NOT PAGMO_BUILD_PYGMO)) endif() # Main pagmo/pygmo project version. -set(PAGMO_PROJECT_VERSION 2.5) +set(PAGMO_PROJECT_VERSION 2.6) if(PAGMO_BUILD_PAGMO) # Initial setup of a pagmo build. diff --git a/doc/sphinx/changelog.rst b/doc/sphinx/changelog.rst index ff9631138..172d3bf6a 100644 --- a/doc/sphinx/changelog.rst +++ b/doc/sphinx/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +2.6 (unreleased) +---------------- + +Fix +~~~ + +- Fix a bug in NSGA2 when the bounds of the problem contain negative values (`#139 `__). + +- Various documentation fixes and improvements (`#139 `__). + 2.5 (2017-11-12) ----------------