From: Yury Selivanov Date: Sat, 31 Oct 2015 17:33:49 +0000 (-0400) Subject: whatsnew/3.5: NumPy 1.10 has been released X-Git-Tag: v3.5.1rc1~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f97edf1aa630d507a69885e5a3e9ff8edbe3ea02;p=thirdparty%2FPython%2Fcpython.git whatsnew/3.5: NumPy 1.10 has been released --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index e1ae80132ad8..c73d50b38ae6 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -276,7 +276,7 @@ instead of:: S = dot((dot(H, beta) - r).T, dot(inv(dot(dot(H, V), H.T)), dot(H, beta) - r)) -An upcoming release of NumPy 1.10 will add support for the new operator:: +NumPy 1.10 has support for the new operator:: >>> import numpy