From: stevenj Date: Thu, 29 Oct 2009 01:01:01 +0000 (-0400) Subject: more NEWS X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4792d5608bf0d790177db8685866638706a639c8;p=nlopt.git more NEWS darcs-hash:20091029010101-c8de0-cbac469f0824df641d9d5885ce049d63d8de5842.gz --- diff --git a/NEWS b/NEWS index a6af2d6..1d4a234 100644 --- 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.