summaryrefslogtreecommitdiff
path: root/THANKS.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-04-13 15:13:57 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-04-13 15:13:57 +0000
commit964039632baab1c44e700693dce1b130db5d6938 (patch)
treeb4d63f0a953e2f5dbdb19b48bc20dd0ad376ebfb /THANKS.txt
parent6eec6faa0d5fe660305d5f3014a442eefd0f656d (diff)
downloadnumpy-964039632baab1c44e700693dce1b130db5d6938.tar.gz
Fix segfault on indexing (but functionality still not working). Add vectorize test-case (ticket #52). Improve comments on broadcast failure.
Diffstat (limited to 'THANKS.txt')
-rw-r--r--THANKS.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/THANKS.txt b/THANKS.txt
index 30b99f0db..66882e0ad 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -13,7 +13,8 @@ Chris Hanley for help with records.py, testing, and bug fixes.
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
+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
Francesc Altet for unicode and nested record tests and help with nested records
-Tim Hochberg for getting the build working on MSVC
+Tim Hochberg for getting the build working on MSVC, optimization improvements, and code review
+Charles Harris for the sorting code originally written for Numarray.