From 71194089c90f9c65cab1b15671491aa5a8c2e43c Mon Sep 17 00:00:00 2001 From: pierregm Date: Sat, 10 Jan 2009 01:53:05 +0000 Subject: * Add flatten_structured_array to the namespace --- numpy/ma/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/ma/core.py') diff --git a/numpy/ma/core.py b/numpy/ma/core.py index cafe78b4d..1f87675d3 100644 --- a/numpy/ma/core.py +++ b/numpy/ma/core.py @@ -34,7 +34,8 @@ __all__ = ['MAError', 'MaskError', 'MaskType', 'MaskedArray', 'default_fill_value', 'diag', 'diagonal', 'divide', 'dump', 'dumps', 'empty', 'empty_like', 'equal', 'exp', 'expand_dims', 'fabs', 'flatten_mask', 'fmod', 'filled', 'floor', 'floor_divide', - 'fix_invalid', 'frombuffer', 'fromflex', 'fromfunction', + 'fix_invalid', 'flatten_structured_array', 'frombuffer', 'fromflex', + 'fromfunction', 'getdata','getmask', 'getmaskarray', 'greater', 'greater_equal', 'harden_mask', 'hypot', 'identity', 'ids', 'indices', 'inner', 'innerproduct', -- cgit v1.2.1