From c35a8fb0cefb2cb66f9ec18d6a309b0ebd726bbd Mon Sep 17 00:00:00 2001 From: stevenj Date: Sun, 16 Sep 2012 08:42:51 -0400 Subject: [PATCH] version bump for 2.3.1, tentative release date Ignore-this: a2f3489629b2c6f70a09b10b066d43ab darcs-hash:20120916124251-c8de0-51db52bdfebc474ecae42371eefb7e0bf175197f.gz --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0f02f23..8c0d188 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +NLopt 2.3.1 (16 September 2012) + +* Bug fix: COBLYA should return ROUNDOFF_LIMITED rather than XTOL_REACHED + if the trust-region radius underflows to zero; thanks to David Liu. + +* Bug fix: incorrect return value from set min/max objective. + +* Handle case of negative rescalings (from negative dx) in COBYLA and BOBYQA; + thanks to Alexander Law for the bug report + NLopt 2.3 (20 July 2012) * In Matlab/Octave interface, make returning NaN from the objective diff --git a/configure.ac b/configure.ac index 0cf08ca..3bc1c2d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(nlopt, 2.3, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.3.1, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="7:0:7" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="7:1:7" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2