chiark / gitweb /
update NEWS
authorstevenj <stevenj@alum.mit.edu>
Thu, 8 Jul 2010 21:23:40 +0000 (17:23 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 8 Jul 2010 21:23:40 +0000 (17:23 -0400)
darcs-hash:20100708212340-c8de0-0884ceb17ed4027098cf3d880f17f98ec7f5bd4c.gz

NEWS

diff --git a/NEWS b/NEWS
index 1beb65a835a81cce1e1aab21a6e921997fbb9c02..5014cc1b7f3d38be332c18a808fc25c3531d9b5f 100644 (file)
--- 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.