[Numpy-svn] r4950 - trunk/numpy/ma

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Mar 28 14:17:59 EDT 2008


Author: pierregm
Date: 2008-03-28 13:17:56 -0500 (Fri, 28 Mar 2008)
New Revision: 4950

Modified:
   trunk/numpy/ma/core.py
Log:
added common_fill_value and set_fill_value in __all__

Modified: trunk/numpy/ma/core.py
===================================================================
--- trunk/numpy/ma/core.py	2008-03-28 05:08:21 UTC (rev 4949)
+++ trunk/numpy/ma/core.py	2008-03-28 18:17:56 UTC (rev 4950)
@@ -26,8 +26,8 @@
            'arctanh', 'argmax', 'argmin', 'argsort', 'around',
            'array', 'asarray','asanyarray',
            'bitwise_and', 'bitwise_or', 'bitwise_xor',
-           'ceil', 'choose', 'compress', 'compressed', 'concatenate',
-           'conjugate', 'cos', 'cosh', 'count',
+           'ceil', 'choose', 'common_fill_value', 'compress', 'compressed', 
+           'concatenate', 'conjugate', 'cos', 'cosh', 'count',
            'default_fill_value', 'diagonal', 'divide', 'dump', 'dumps',
            'empty', 'empty_like', 'equal', 'exp',
            'fabs', 'fmod', 'filled', 'floor', 'floor_divide','fix_invalid',
@@ -50,8 +50,8 @@
            'power', 'product', 'ptp', 'put', 'putmask',
            'rank', 'ravel', 'remainder', 'repeat', 'reshape', 'resize',
            'right_shift', 'round_',
-           'shape', 'sin', 'sinh', 'size', 'sometrue', 'sort', 'sqrt', 'std',
-           'subtract', 'sum', 'swapaxes',
+           'set_fill_value', 'shape', 'sin', 'sinh', 'size', 'sometrue', 'sort', 
+           'sqrt', 'std', 'subtract', 'sum', 'swapaxes',
            'take', 'tan', 'tanh', 'transpose', 'true_divide',
            'var', 'where',
            'zeros']




More information about the Numpy-svn mailing list