diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-12-15 01:15:26 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-12-15 01:15:26 +0000 |
commit | 703e8d6323b19cbfeb96772c1e35f1cd68629336 (patch) | |
tree | 34bd23200d97ff43369d7d23d37c9c08c3d3a3b4 /THANKS.txt | |
parent | 61f9f6d0fb169cadefe35ea2bdd783848aa771f5 (diff) | |
download | numpy-703e8d6323b19cbfeb96772c1e35f1cd68629336.tar.gz |
Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.
Diffstat (limited to 'THANKS.txt')
-rw-r--r-- | THANKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS.txt b/THANKS.txt index 339a498ba..b068f2aaf 100644 --- a/THANKS.txt +++ b/THANKS.txt @@ -35,3 +35,4 @@ Albert Strasheim for documentation, bug-fixes, regression tests and Stefan van der Walt for documentation, bug-fixes and regression-tests. Andrew Straw for help with http://www.scipy.org, documentation, and testing. David Cournapeau for documentation, bug-fixes, and code contributions including fast_clipping. +Pierre Gerard-Marchant for his rewrite of the masked array functionality. |