whatsnew/3.5: NumPy 1.10 has been released

This commit is contained in:
Yury Selivanov
2015-10-31 13:33:49 -04:00
parent c62162d5fd
commit f97edf1aa6
+1 -1
View 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