diff options
Diffstat (limited to 'doc/release/1.6.0-notes.rst')
-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 |