1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Travis Oliphant for the majority of code adaptation
Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for
Numeric on which the code is based.
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 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
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,
rank-0 array improvements, scalar math help and other code additions
Francesc Altet for unicode and nested record tests
and much help with rooting out nested record array bugs.
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.
Andrew Straw for help with http://www.scipy.org, documentation, and testing.
David Cournapeau for documentation, bug-fixes, and code contributions including fast_clipping.
|