From 4792d5608bf0d790177db8685866638706a639c8 Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 28 Oct 2009 21:01:01 -0400 Subject: [PATCH] more NEWS darcs-hash:20091029010101-c8de0-cbac469f0824df641d9d5885ce049d63d8de5842.gz --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.30.2