diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-10-31 17:33:49 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-10-31 17:33:49 (GMT) |
commit | f97edf1aa630d507a69885e5a3e9ff8edbe3ea02 (patch) | |
tree | 3187c90292ae0235902f234778e8c87fc9c418fa /Doc/whatsnew/3.5.rst | |
parent | c62162d5fdae577fd4b6706afaefd68551040df2 (diff) | |
download | cpython-f97edf1aa630d507a69885e5a3e9ff8edbe3ea02.zip cpython-f97edf1aa630d507a69885e5a3e9ff8edbe3ea02.tar.gz cpython-f97edf1aa630d507a69885e5a3e9ff8edbe3ea02.tar.bz2 |
whatsnew/3.5: NumPy 1.10 has been released
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index e1ae801..c73d50b 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 |