From: Steven G. Johnson Date: Sat, 2 Nov 2013 18:30:10 +0000 (-0400) Subject: more NEWS X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2cac5a941ee27c27abec7941255aac3d56ff57a9;p=nlopt.git more NEWS --- diff --git a/NEWS b/NEWS index 4413e1d..57e0f6e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,15 @@ NLopt 2.4 (2 November 2013) * Bugfix in copy constructor for C++ and Python interfaces. +* Bugfix in return value for setting min/max objective. + +* Handle negative rescalings in COBYLA and BOBYQA. + +* Plugin installation honors the configure --prefix, if any + (thanks to xantares@github). + +* Various compilation fixes for compatibility with recent software. + NLopt 2.3.1 (16 September 2012) * Bug fix: COBLYA should return ROUNDOFF_LIMITED rather than XTOL_REACHED