diff options
author | Travis Oliphant <oliphant@enthought.com> | 2007-03-31 07:40:31 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2007-03-31 07:40:31 +0000 |
commit | dad871430574802f8d32cd515d19df77d0a006af (patch) | |
tree | 09ed822040d647dfd8c875af7728c9e40b09fa0e /THANKS.txt | |
parent | 701a913f81961f290bf75278647bda7052075c1e (diff) | |
download | numpy-dad871430574802f8d32cd515d19df77d0a006af.tar.gz |
Finish adding and checking remaining tests for clip (and choose). All tests now pass for new clip method.
Diffstat (limited to 'THANKS.txt')
-rw-r--r-- | THANKS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/THANKS.txt b/THANKS.txt index 7ac35200f..339a498ba 100644 --- a/THANKS.txt +++ b/THANKS.txt @@ -34,4 +34,4 @@ Albert Strasheim for documentation, bug-fixes, regression tests and Valgrind expertise. 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. +David Cournapeau for documentation, bug-fixes, and code contributions including fast_clipping. |