From 64f730db2edc65e23883c7052f198d2e77a113b6 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Mon, 17 Feb 2014 10:42:50 +0100 Subject: Mention `compress` in `take`'s See Also docstring closes #3620 --- numpy/core/fromnumeric.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 152cceb1b..728c95294 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -90,6 +90,7 @@ def take(a, indices, axis=None, out=None, mode='raise'): See Also -------- + compress : Take elements using a boolean mask ndarray.take : equivalent method Examples -- cgit v1.2.1