chiark / gitweb /
more NEWS
authorstevenj <stevenj@alum.mit.edu>
Thu, 29 Oct 2009 01:01:01 +0000 (21:01 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 29 Oct 2009 01:01:01 +0000 (21:01 -0400)
darcs-hash:20091029010101-c8de0-cbac469f0824df641d9d5885ce049d63d8de5842.gz

NEWS

diff --git a/NEWS b/NEWS
index a6af2d631b8e21493421179875e6de4c687193ed..1d4a234bfbaf4a90a91fb46a59e23e1dfb67d99e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
 NLopt 1.1
 
+* Added --without-octave and --without-matlab configure options to
+  disable Octave and Matlab plugins, respectively.
+
+* Modified COBYLA algorithm to have better support for bound
+  constraints.
+
+* Experimental support for nonlinear equality constraints via
+  augmented-Lagrangian method.
+
+* Support for compiling under Windows (ideally with MinGW) as a 
+  DLL, although you have to manually add #define NLOPT_DLL
+  to nlopt.h *after* installing (after compiling NLopt).
+
 * Workaround for incompatible qsort_r functions in BSD and GNU libc
   by always using my own version; thanks to Wendy Vandoolaeghe
   and Philippe Preux for the bug report and explanation.