|
1 |
| -Many people have contributed to lmfit. |
2 |
| - |
3 |
| -Matthew Newville wrote the original version and maintains the project. |
4 |
| -Till Stensitzki wrote the improved estimates of confidence intervals, and |
5 |
| - contributed many tests, bug fixes, and documentation. |
6 |
| -Daniel B. Allan wrote much of the high level Model code, and many |
7 |
| - improvements to the testing and documentation. |
8 |
| -Antonino Ingargiola wrote much of the high level Model code and provided |
9 |
| - many bug fixes. |
10 |
| -J. J. Helmus wrote the MINUT bounds for leastsq, originally in |
11 |
| - leastsqbounds.py, and ported to lmfit. |
12 |
| -E. O. Le Bigot wrote the uncertainties package, a version of which is used |
13 |
| - by lmfit. |
14 |
| -Michal Rawlik added plotting capabilities for Models. |
15 |
| -A. R. J. Nelson added differential_evolution, emcee, and greatly improved the |
16 |
| - code in the docstrings. |
17 |
| - |
18 |
| -Additional patches, bug fixes, and suggestions have come from Christoph |
19 |
| - Deil, Francois Boulogne, Thomas Caswell, Colin Brosseau, nmearl, |
20 |
| - Gustavo Pasquevich, Clemens Prescher, LiCode, and Ben Gamari. |
21 |
| - |
22 |
| -The lmfit code obviously depends on, and owes a very large debt to the code |
23 |
| -in scipy.optimize. Several discussions on the scipy-user and lmfit mailing |
24 |
| -lists have also led to improvements in this code. |
| 1 | +Many people have contributed to lmfit. The attribution of credit in a project such as |
| 2 | +this is very difficult to get perfect, and there are no doubt important contributions |
| 3 | +missing or under-represented here. Please consider this file as part of the documentation |
| 4 | +that may have bugs that need fixing. |
| 5 | + |
| 6 | +Some of the largest and most important contributions (approximately in order of |
| 7 | +contribution in size to the existing code) are from: |
| 8 | + |
| 9 | + Matthew Newville wrote the original version and maintains the project. |
| 10 | + |
| 11 | + Till Stensitzki wrote the improved estimates of confidence intervals, and contributed |
| 12 | + many tests, bug fixes, and documentation. |
| 13 | + |
| 14 | + A. R. J. Nelson added differential_evolution, emcee, and greatly improved the code, |
| 15 | + docstrings, and overall project. |
| 16 | + |
| 17 | + Daniel B. Allan wrote much of the high level Model code, and many improvements to the |
| 18 | + testing and documentation. |
| 19 | + |
| 20 | + Antonino Ingargiola wrote much of the high level Model code and has provided many bug |
| 21 | + fixes and improvements. |
| 22 | + |
| 23 | + Renee Otten wrote the brute force method, and has improved the code and documentation |
| 24 | + in many places. |
| 25 | + |
| 26 | + Michal Rawlik added plotting capabilities for Models. |
| 27 | + |
| 28 | + J. J. Helmus wrote the MINUT bounds for leastsq, originally in leastsqbounds.py, and |
| 29 | + ported to lmfit. |
| 30 | + |
| 31 | + E. O. Le Bigot wrote the uncertainties package, a version of which is used by lmfit. |
| 32 | + |
| 33 | + |
| 34 | +Additional patches, bug fixes, and suggestions have come from Christoph Deil, Francois |
| 35 | +Boulogne, Thomas Caswell, Colin Brosseau, nmearl, Gustavo Pasquevich, Clemens Prescher, |
| 36 | +LiCode, Ben Gamari, Yoav Roam, Alexander Stark, Alexandre Beelen, and many others. |
| 37 | + |
| 38 | +The lmfit code obviously depends on, and owes a very large debt to the code in |
| 39 | +scipy.optimize. Several discussions on the scipy-user and lmfit mailing lists have also |
| 40 | +led to improvements in this code. |
0 commit comments