From 5289230a0008e27c89c2427873928ceb1a54264f Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Fri, 11 Mar 2011 12:03:11 -0800 Subject: BUG: For compatibility with 1.5, revert to permitting limited broadcasting of the assignment output This change got Travis's -10 veto for 1.6. An unfortunate consequence of reverting this is that some of the broadcasting error messages get worse, but they're still no worse than in 1.5. --- doc/source/reference/c-api.array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.array.rst') diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index 62746eb49..bc108eb8e 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -1901,7 +1901,7 @@ Array Functions .. cfunction:: PyObject* PyArray_EinsteinSum(char* subscripts, npy_intp nop, PyArrayObject** op_in, PyArray_Descr* dtype, NPY_ORDER order, NPY_CASTING casting, PyArrayObject* out) - .. versionadded:: 1.6 + .. versionadded:: 1.6 Applies the einstein summation convention to the array operands provided, returning a new array or placing the result in *out*. -- cgit v1.2.1