From d1506b4b72966ed23caa03ecadc087a848cdcfe6 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 17 Mar 2011 22:02:40 -0600 Subject: DOC: slogdet was added in 1.5.0. --- doc/release/1.6.0-notes.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/release') 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 -- cgit v1.2.1