Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4d3f49

Browse files
committed
Update credits.
1 parent 0ce8028 commit b4d3f49

1 file changed

Lines changed: 39 additions & 27 deletions

File tree

THANKS.txt

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,51 @@
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.
119
Fernando Perez for code snippets, ideas, bugfixes, and testing.
1210
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.
1513
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.
1817
Eric Firing for bugfixes.
19-
Arnd Baecker for 64-bit testing
18+
Arnd Baecker for 64-bit testing.
2019
David Cooke for many code improvements including the auto-generated C-API,
2120
and optimizations.
21+
Andrew Straw for help with the web-page, documentation, packaging and
22+
testing.
2223
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.
2626
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
3232
other bug-fixes.
33+
Stefan van der Walt for numerous bug-fixes, testing and documentation.
3334
Albert Strasheim for documentation, bug-fixes, regression tests and
3435
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.
3946
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

Comments
 (0)