]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whatsnew/3.5: NumPy 1.10 has been released
authorYury Selivanov <yselivanov@sprymix.com>
Sat, 31 Oct 2015 17:33:49 +0000 (13:33 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Sat, 31 Oct 2015 17:33:49 +0000 (13:33 -0400)
Doc/whatsnew/3.5.rst

index e1ae80132ad8ef6708c6b4d5767c9051236f7bd7..c73d50b38ae6ab284c34696afe6f422e1ae147b3 100644 (file)
@@ -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