From c59148633a27390ab91a5630e8c6a40f02d0ee2f Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 18 Nov 2009 20:52:41 -0500 Subject: [PATCH] tentative 1.2 release darcs-hash:20091119015241-c8de0-825f12a433d46f453ac552e5a36b468ddba55ef4.gz --- NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d0c9ce4..44a25dd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +NLopt 1.2 (18 November 2009) + +* Added Powell's BOBYQA algorithm for box-constrained optimization + without derivatives, an improvement on NEWUOA. + +* Added ISRES genetic algorithm, supporting nonlinearly constrained + global optimization. + +* New functions nlopt_{set/get}_stochastic_population to provide + optional greater control over the random "population" sizes in + stochastic algorithms (although it still has a sensible default). + +* Bug fix: remove extraneous text accidentally included in nlopt.f Fortran + include file. + +* Bug fix: configure script now correctly handles Matlab installation + when MEX_INSTALL_DIR is specified manually by the user. + NLopt 1.1 (12 November 2009) * configure script detects whether --enable-shared is required diff --git a/configure.ac b/configure.ac index e80e511..e6206d8 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, 1.1, stevenj@alum.mit.edu) +AC_INIT(nlopt, 1.2, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="1:0:1" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="2:0:2" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2