diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-03-17 22:02:40 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-03-17 22:02:40 -0600 |
commit | d1506b4b72966ed23caa03ecadc087a848cdcfe6 (patch) | |
tree | e8d1082dda45ad8624aa53df88b0cb4d77c81bc7 /doc | |
parent | 1fe81365e542dd9c20c273ddf1a1c723d6ce7008 (diff) | |
download | numpy-d1506b4b72966ed23caa03ecadc087a848cdcfe6.tar.gz |
DOC: slogdet was added in 1.5.0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.6.0-notes.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/release/1.6.0-notes.rst b/doc/release/1.6.0-notes.rst index 38b9df80b..ef28d2a3a 100644 --- a/doc/release/1.6.0-notes.rst +++ b/doc/release/1.6.0-notes.rst @@ -79,9 +79,6 @@ Other new functions ``numpy.ravel_multi_index`` : Converts a multi-index tuple into an array of flat indices, applying boundary modes to the indices. -``numpy.slogdet`` : Compute the sign and (natural) logarithm of the determinant -of an array. - ``numpy.einsum`` : Evaluate the Einstein summation convention. Using the Einstein summation convention, many common multi-dimensional array operations can be represented in a simple fashion. This function provides a way compute |