diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-14 21:28:01 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-14 21:28:01 +0000 |
commit | a463980b084520f550985e2df91a408e6ace959d (patch) | |
tree | 12b6cdd12a98e54b0f8f820a666a12d3ea37ab2d /THANKS.txt | |
parent | b09124ecc8899293b672883cf18ceb6b9fa770a7 (diff) | |
download | numpy-a463980b084520f550985e2df91a408e6ace959d.tar.gz |
Give credit for the generalised ufunc infrastructure.
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 4d813258b..a8539d494 100644 --- a/THANKS.txt +++ b/THANKS.txt @@ -37,3 +37,4 @@ Andrew Straw for help with http://www.scipy.org, documentation, and testing. David Cournapeau for scons build support, doc-and-bug fixes, and code contributions including fast_clipping. Pierre Gerard-Marchant for his rewrite of the masked array functionality. Roberto de Almeida for the buffered array iterator. +Wenjie Fu and Hans-Andreas Engel for the generalised ufunc infrastructure. |