forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THANKS.txt
54 lines (36 loc) · 2.07 KB
/
THANKS.txt
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SciPy is an open source library of routines for science and engineering
using Python. It is a community project sponsored by Enthought, Inc.
Many people have contributed to SciPy, both in code development,
suggestions, and financial support. Below is a partial list. If you've
been left off, please let me know ([email protected]), and I'll add
your name.
Code Contributions:
The main developers on SciPy are Travis Oliphant, Pearu Peterson, and Eric
Jones. Travis and Eric each contributed about half the orginal code. Pearu
developed f2py, which is the integral to wrapping the many Fortran libraries
used in SciPy. All three continually work on both algorithm development and
improvements to the feature set, build process, and robustness of SciPy.
Robert Cimrman -- UMFpack wrapper for sparse matrix module
David M. Cooke -- improvements to system_info, and LBFGSB wrapper
Chuck Harris -- Zeros package in optimize (1d root-finding algorithms)
Prabhu Ramachandran -- improvements to gui_thread
Jean-Sebastien Roy -- fmin_tnc code which he adapted from Stephen Nash's
original Fortran
Ed Schofield -- Maximum entropy and Monte Carlo modules, help with
sparse matrix module
Travis Vaught -- initial work on stats module clean up
Jeff Whitaker -- Mac OS X support
Testing:
David Morrill for getting the scoreboard test system up and running.
Louis Luangkesorn for providing multiple tests for the stats module.
Others:
Others who have contributed in the past include:
Jochen Kupper -- the zoom feature in the now-deprecated plt plotting module
Website Development:
Travis Vaught, Tiffany Kamm, and Eric Jones -- for building the community web-site.
Travis Vaught, Mark Koudritsky -- for maintaining the web-site
Andrew Straw -- for setting up the new Wiki at scipy.org
Institutions:
Enthought -- for providing resources and finances for development of SciPy.
Brigham Young University -- for providing resources for students to work on SciPy.
Agilent -- which gave a genereous donation for support of SciPy.