From f97edf1aa630d507a69885e5a3e9ff8edbe3ea02 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sat, 31 Oct 2015 13:33:49 -0400 Subject: [PATCH] whatsnew/3.5: NumPy 1.10 has been released --- Doc/whatsnew/3.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index e1ae80132ad..c73d50b38ae 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