chiark / gitweb /
tentative 1.2 release
authorstevenj <stevenj@alum.mit.edu>
Thu, 19 Nov 2009 01:52:41 +0000 (20:52 -0500)
committerstevenj <stevenj@alum.mit.edu>
Thu, 19 Nov 2009 01:52:41 +0000 (20:52 -0500)
darcs-hash:20091119015241-c8de0-825f12a433d46f453ac552e5a36b468ddba55ef4.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d0c9ce483f1fc7b1d9d6ff261c75704a00c022cf..44a25dd9b64c41a828d1587ca565d3b4bb483c16 100644 (file)
--- 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
index e80e511aa4c118fbf86b088a3e75d0e21c6e4be3..e6206d83281dce671717be9a67eca65f6396a3da 100644 (file)
@@ -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)