summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-03-14 22:21:05 -0700
committerMark Wiebe <mwwiebe@gmail.com>2011-03-14 22:22:28 -0700
commit7ee96bd982f98392f577ab50abd42c51de4550d2 (patch)
tree4773220a6ae96aace7a383b4fd2198ea4067c754 /doc/release
parent2411b7b0f1bee1472db260728de38f0dba4baf7b (diff)
downloadnumpy-7ee96bd982f98392f577ab50abd42c51de4550d2.tar.gz
API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.6.0-notes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/1.6.0-notes.rst b/doc/release/1.6.0-notes.rst
index 20ab3bf56..38b9df80b 100644
--- a/doc/release/1.6.0-notes.rst
+++ b/doc/release/1.6.0-notes.rst
@@ -76,8 +76,8 @@ mapping manually.
Other new functions
-------------------
-``numpy.ravel_coords`` : Converts a tuple of coordinate arrays into an array of
-flat indices, applying boundary modes to the coordinates.
+``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.