[Python-checkins] cpython (3.5): whatsnew/3.5: NumPy 1.10 has been released

yury.selivanov python-checkins at python.org
Sat Oct 31 13:34:05 EDT 2015


https://hg.python.org/cpython/rev/31397c0ef97a
changeset:   98915:31397c0ef97a
branch:      3.5
parent:      98913:d8256ba0914b
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sat Oct 31 13:33:49 2015 -0400
summary:
  whatsnew/3.5: NumPy 1.10 has been released

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -276,7 +276,7 @@
     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
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list