Commit f97edf1a authored by Yury Selivanov's avatar Yury Selivanov

whatsnew/3.5: NumPy 1.10 has been released

parent c62162d5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment