summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-03-07 19:07:58 -0500
committerCharles Harris <charlesr.harris@gmail.com>2015-03-07 19:07:58 -0500
commitf6853ed11d95569dd399d51c9a3624e1156f256c (patch)
treef7754b7b1c1b944acccd8f7d7f14060e1a61e536 /doc
parent7ad33a22736ed12a41251be6aa6a6f413143a8c3 (diff)
parent1b9813cf7a3702da3e8fa52d813805c55ad7afac (diff)
downloadnumpy-f6853ed11d95569dd399d51c9a3624e1156f256c.tar.gz
Merge pull request #5627 from gertingold/slogdet
DOC: added version information for slogdet
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/routines.linalg.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.linalg.rst b/doc/source/reference/routines.linalg.rst
index 52f42a66c..94533aaa9 100644
--- a/doc/source/reference/routines.linalg.rst
+++ b/doc/source/reference/routines.linalg.rst
@@ -72,6 +72,8 @@ Exceptions
Linear algebra on several matrices at once
------------------------------------------
+.. versionadded:: 1.8.0
+
Several of the linear algebra routines listed above are able to
compute results for several matrices at once, if they are stacked into
the same array.