From: stevenj Date: Thu, 8 Jul 2010 21:23:40 +0000 (-0400) Subject: update NEWS X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=01b2bd9a167cba32ff28c3f71ee057fd83d3c396;p=nlopt.git update NEWS darcs-hash:20100708212340-c8de0-0884ceb17ed4027098cf3d880f17f98ec7f5bd4c.gz --- diff --git a/NEWS b/NEWS index 1beb65a..5014cc1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NLopt 2.1.2 (8 July 2010) +* The Python mconstraint (vector-valued constraint) functions + now pass a 2-dimensional array for the gradient argument, rather + than a flattened 1d array. + * Return an NLOPT_INVALID_ARGS error if more than n equality constraints are added in an n-dimensional problem.