|
1 | | -Travis Oliphant for the majority of code adaptation |
2 | | -Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for |
3 | | - Numeric on which the code is based. |
4 | | -Perry Greenfield, J Todd Miller, Rick White, Paul Barrett for Numarray |
5 | | - which gave much inspiration and showed the way forward. |
6 | | -Paul Dubois for original Masked Arrays |
7 | | -Pearu Peterson for f2py and numpy.distutils and help with code organization |
8 | | -Robert Kern for mtrand, bug fixes, help with distutils, code organization, |
9 | | - and much more. |
10 | | -Eric Jones for sundry subroutines |
| 1 | +Travis Oliphant for the NumPy core, the NumPy guide, various |
| 2 | + bug-fixes and code contributions. |
| 3 | +Paul Dubois, who implemented the original Masked Arrays. |
| 4 | +Pearu Peterson for f2py, numpy.distutils and help with code |
| 5 | + organization. |
| 6 | +Robert Kern for mtrand, bug fixes, help with distutils, code |
| 7 | + organization, strided tricks and much more. |
| 8 | +Eric Jones for planning and code contributions. |
11 | 9 | Fernando Perez for code snippets, ideas, bugfixes, and testing. |
12 | 10 | Ed Schofield for matrix.py patches, bugfixes, testing, and docstrings. |
13 | | -Robert Cimrman for array set operations and numpy.distutils help |
14 | | -John Hunter for code snippets (from matplotlib) |
| 11 | +Robert Cimrman for array set operations and numpy.distutils help. |
| 12 | +John Hunter for code snippets from matplotlib. |
15 | 13 | Chris Hanley for help with records.py, testing, and bug fixes. |
16 | | -Travis Vaught, Joe Cooper, Jeff Strunk for administration of |
17 | | - numpy.org web site and SVN |
| 14 | +Travis Vaught for administration, community coordination and |
| 15 | + marketing. |
| 16 | +Joe Cooper, Jeff Strunk for administration. |
18 | 17 | Eric Firing for bugfixes. |
19 | | -Arnd Baecker for 64-bit testing |
| 18 | +Arnd Baecker for 64-bit testing. |
20 | 19 | David Cooke for many code improvements including the auto-generated C-API, |
21 | 20 | and optimizations. |
| 21 | +Andrew Straw for help with the web-page, documentation, packaging and |
| 22 | + testing. |
22 | 23 | Alexander Belopolsky (Sasha) for Masked array bug-fixes and tests, |
23 | | - rank-0 array improvements, scalar math help and other code additions |
24 | | -Francesc Altet for unicode and nested record tests |
25 | | - and much help with rooting out nested record array bugs. |
| 24 | + rank-0 array improvements, scalar math help and other code additions. |
| 25 | +Francesc Altet for unicode, work on nested record arrays, and bug-fixes. |
26 | 26 | Tim Hochberg for getting the build working on MSVC, optimization |
27 | | - improvements, and code review |
28 | | -Charles Harris for the sorting code originally written for Numarray and |
29 | | - for improvements to polyfit, many bug fixes, and documentation strings. |
30 | | -A.M. Archibald for no-copy-reshape code. |
31 | | -David Huard for histogram improvements including 2-d and d-d code and |
| 27 | + improvements, and code review. |
| 28 | +Charles (Chuck) Harris for the sorting code originally written for |
| 29 | + Numarray and for improvements to polyfit, many bug fixes, delving |
| 30 | + into the C code, release management, and documentation. |
| 31 | +David Huard for histogram improvements including 2-D and d-D code and |
32 | 32 | other bug-fixes. |
| 33 | +Stefan van der Walt for numerous bug-fixes, testing and documentation. |
33 | 34 | Albert Strasheim for documentation, bug-fixes, regression tests and |
34 | 35 | Valgrind expertise. |
35 | | -Stefan van der Walt for documentation, bug-fixes and regression-tests. |
36 | | -Andrew Straw for help with http://www.scipy.org, documentation, and testing. |
37 | | -David Cournapeau for scons build support, doc-and-bug fixes, and code contributions including fast_clipping. |
38 | | -Pierre Gerard-Marchant for his rewrite of the masked array functionality. |
| 36 | +David Cournapeau for build support, doc-and-bug fixes, and code |
| 37 | + contributions including fast_clipping. |
| 38 | +Jarrod Millman for release management, community coordination, |
| 39 | + and cheerleading. |
| 40 | +Chris Burns for work on memory mapped arrays and bug-fixes. |
| 41 | +Pauli Virtanen for documentation, bug-fixes, lookfor and the |
| 42 | + documentation editor. |
| 43 | +A.M. Archibald for no-copy-reshape code, strided array tricks, |
| 44 | + documentation and bug-fixes. |
| 45 | +Pierre Gerard-Marchant for rewriting masked array functionality. |
39 | 46 | Roberto de Almeida for the buffered array iterator. |
| 47 | + |
| 48 | +NumPy is based on the Numeric (Jim Hugunin, Paul Dubois, Konrad |
| 49 | +Hinsen, and David Ascher) and NumArray (Perry Greenfield, J Todd |
| 50 | +Miller, Rick White and Paul Barrett) projects. We thank them for |
| 51 | +paving the way ahead. |
0 commit comments