From db0b231f17fb2148772181626235e2644eb67c3e Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Wed, 7 Sep 2016 09:48:40 +0200 Subject: DOC: change version references from x.y to x.y.z --- numpy/core/numeric.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 51f8dd034..ba99a1e42 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -759,7 +759,7 @@ def isfortran(a): This function is obsolete and, because of changes due to relaxed stride checking, its return value for the same array may differ for versions - of NumPy >= 1.10 and previous versions. If you only want to check if an + of NumPy >= 1.10.0 and previous versions. If you only want to check if an array is Fortran contiguous use ``a.flags.f_contiguous`` instead. Parameters @@ -1170,7 +1170,7 @@ def alterdot(): arrays with larger dimensionalities use the built in functions and are not accelerated. - .. note:: Deprecated in NumPy 1.10 + .. note:: Deprecated in NumPy 1.10.0 The cblas functions have been integrated into the multarray module and alterdot now longer does anything. It will be removed in NumPy 1.11.0. @@ -1195,7 +1195,7 @@ def restoredot(): an accelerated BLAS, or when being very careful about benchmarking linear algebra operations. - .. note:: Deprecated in NumPy 1.10 + .. note:: Deprecated in NumPy 1.10.0 The cblas functions have been integrated into the multarray module and restoredot now longer does anything. It will be removed in NumPy 1.11.0. -- cgit v1.2.1