Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f97edf1

Browse files
committed
whatsnew/3.5: NumPy 1.10 has been released
1 parent c62162d commit f97edf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ instead of::
276276
S = dot((dot(H, beta) - r).T,
277277
dot(inv(dot(dot(H, V), H.T)), dot(H, beta) - r))
278278

279-
An upcoming release of NumPy 1.10 will add support for the new operator::
279+
NumPy 1.10 has support for the new operator::
280280

281281
>>> import numpy
282282

0 commit comments

Comments
 (0)