diff options
Diffstat (limited to 'numpy/ma/__init__.py')
-rw-r--r-- | numpy/ma/__init__.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/numpy/ma/__init__.py b/numpy/ma/__init__.py index 0cb92f667..05b641dff 100644 --- a/numpy/ma/__init__.py +++ b/numpy/ma/__init__.py @@ -35,14 +35,12 @@ may now proceed to calculate the mean of the other values: .. [1] Not-a-Number, a floating point value that is the result of an invalid operation. +.. moduleauthor:: Pierre Gerard-Marchant +.. moduleauthor:: Jarrod Millman + """ from __future__ import division, absolute_import, print_function -__author__ = "Pierre GF Gerard-Marchant ($Author: jarrod.millman $)" -__version__ = '1.0' -__revision__ = "$Revision: 3473 $" -__date__ = '$Date: 2007-10-29 17:18:13 +0200 (Mon, 29 Oct 2007) $' - from . import core from .core import * |