summaryrefslogtreecommitdiff
path: root/THANKS.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-04-28 06:49:01 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-04-28 06:49:01 +0000
commit37b177864b0d4a5fa5add75a64b020db6cf533a4 (patch)
treec4b96f20a40ea1315a3e0c835af8f638466e4808 /THANKS.txt
parent638ed060ef7a79e3892ef4d2db4444cf2794d193 (diff)
downloadnumpy-37b177864b0d4a5fa5add75a64b020db6cf533a4.tar.gz
Finish up scalarmath. Needs testing...
Diffstat (limited to 'THANKS.txt')
-rw-r--r--THANKS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/THANKS.txt b/THANKS.txt
index 66882e0ad..7251c8b67 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -14,7 +14,7 @@ Travis Vaught and Joe Cooper for administration of numpy.org web site and SVN
Eric Firing for bugfixes.
Arnd Baecker for 64-bit testing
David Cooke for many code improvements including the auto-generated C-API, and optimizations.
-Alexander Belopolsky (Sasha) for Masked array bug-fixes and tests and rank-0 array improvements and other code additions
+Alexander Belopolsky (Sasha) for Masked array bug-fixes and tests, rank-0 array improvements, scalar math help and other code additions
Francesc Altet for unicode and nested record tests and help with nested records
Tim Hochberg for getting the build working on MSVC, optimization improvements, and code review
Charles Harris for the sorting code originally written for Numarray.