diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-10-26 17:20:22 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-10-26 17:20:22 +0000 |
commit | 5db1af4e2840a257c20cdbbb0fb423ba8bb7823d (patch) | |
tree | 57af69b4d2bb7a61c00526ac60c12a1b0377b29f /THANKS.txt | |
parent | 1dd7c930eae5deb7d7dadde2eca1ed6aa648dc16 (diff) | |
download | numpy-5db1af4e2840a257c20cdbbb0fb423ba8bb7823d.tar.gz |
Fix-up the THANKS file.
Diffstat (limited to 'THANKS.txt')
-rw-r--r-- | THANKS.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/THANKS.txt b/THANKS.txt index cbfb2e08b..e9a484c33 100644 --- a/THANKS.txt +++ b/THANKS.txt @@ -4,12 +4,13 @@ Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for Perry Greenfield, J Todd Miller, Rick White, Paul Barrett for Numarray which gave much inspiration and showed the way forward. Paul Dubois for Masked Arrays -Pearu Peterson for f2py and distutils and help with code organization +Pearu Peterson for f2py and numpy.distutils and help with code organization Robert Kern for mtrand, bug fixes, help with distutils, code organization, and much more. Eric Jones for sundry subroutines Fernando Perez for code snippets, ideas, bugfixes, and testing. Ed Schofield for matrix.py patches, bugfixes, testing, and docstrings. +Robert Cimrman for array set operations and numpy.distutils help John Hunter for code snippets (from matplotlib) Chris Hanley for help with records.py, testing, and bug fixes. Travis Vaught, Joe Cooper, Jeff Strunk for administration of @@ -26,3 +27,9 @@ Tim Hochberg for getting the build working on MSVC, optimization improvements, and code review Charles Harris for the sorting code originally written for Numarray and for improvements to polyfit, many bug fixes, and documentation strings. +A.M. Archibald for no-copy-reshape code. +David Huard for histogram improvements including 2-d and d-d code and + other bug-fixes. +Albert Strasheim for documentation, bug-fixes, regression tests and + Valgrind expertise. +Stefan van der Walt for documentation, bug-fixes and regression-tests. |