From 14c42115f3963ea886ad0263d590f82d0b86bb98 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 7 Mar 2015 17:11:43 -0700 Subject: DOC: Move versionadded 1.6.0 in slogdet to better place. Put it up top, it matches better with the versionadded 1.8.0 for stacked matrices. [skip ci] --- numpy/linalg/linalg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/linalg/linalg.py') diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py index 3b6d0be11..03d7a5028 100644 --- a/numpy/linalg/linalg.py +++ b/numpy/linalg/linalg.py @@ -1649,10 +1649,10 @@ def slogdet(a): Broadcasting rules apply, see the `numpy.linalg` documentation for details. + .. versionadded:: 1.6.0. The determinant is computed via LU factorization using the LAPACK routine z/dgetrf. - .. versionadded:: 1.6.0. Examples -------- -- cgit v1.2.1