From: stevenj Date: Thu, 15 Jul 2010 19:37:14 +0000 (-0400) Subject: update NEWS X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=05a95e8e2e4ab646e3278d998819ef72d2a9594f;p=nlopt.git update NEWS darcs-hash:20100715193714-c8de0-ed6e37add34e58df7a9578fbdac8b2e09624b5ed.gz --- diff --git a/NEWS b/NEWS index 9413f20..0cb5432 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,11 @@ NLopt 2.2 * Throw correct exceptions in Python for the add_*constraint functions; thanks to Dmitrey Kroshko for the bug report. +* Support forced stop and exceptions in ORIG_DIRECT algorithm. + +* Remove arbitrary 1e20 upper bound on function values from ORIG_DIRECT + code. + * Bugfix in C++ interface (and some other language front-ends) when deallocating the nlopt_opt object in cases like MLSL where local_optimizer is used; thanks to Jurgen Werner for the bug report.