mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
whatsnew/3.5: NumPy 1.10 has been released
This commit is contained in:
parent
c62162d5fd
commit
f97edf1aa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue