summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2011-03-17 22:02:40 -0600
committerCharles Harris <charlesr.harris@gmail.com>2011-03-17 22:02:40 -0600
commitd1506b4b72966ed23caa03ecadc087a848cdcfe6 (patch)
treee8d1082dda45ad8624aa53df88b0cb4d77c81bc7 /doc/release
parent1fe81365e542dd9c20c273ddf1a1c723d6ce7008 (diff)
downloadnumpy-d1506b4b72966ed23caa03ecadc087a848cdcfe6.tar.gz
DOC: slogdet was added in 1.5.0.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.6.0-notes.rst3
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