Skip to content

Commit 28d13f3

Browse files
authored
Merge pull request #403 from lmfit/096_rc1_prep
096 rc1 prep
2 parents 214dd7d + 3d59be9 commit 28d13f3

24 files changed

+1626
-2368
lines changed

THANKS.txt

Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
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.

doc/_templates/indexsidebar.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<h3>Getting LMFIT</h3>
22
<p>Current version: <b>{{ release }}</b></p>
3-
<p>Download: &nbsp; <a href="http://pypi.python.org/pypi/lmfit/">PyPI (Python.org)</a>
43
<p>Install: &nbsp; <tt>pip install lmfit</tt>
5-
<p>
6-
<p>Development version: <br>
7-
&nbsp; &nbsp; <a href="https://github.com/lmfit/lmfit-py/">github.com</a> <br>
4+
<p>Download: &nbsp; <a href="http://pypi.python.org/pypi/lmfit/">PyPI (Python.org)</a>
5+
<p>Develop: &nbsp; <a href="https://github.com/lmfit/lmfit-py/">github.com</a> <br>
86

97
<h3>Questions?</h3>
108

119
&nbsp; <a href="faq.html">Frequently Asked Questions</a><br>
1210
&nbsp; <a href="https://groups.google.com/group/lmfit-py">Mailing List</a><br>
1311
&nbsp; <a href="support.html">Getting Help</a><br>
1412

15-
<h3>Off-line Documentation</h3>
13+
<h3>Static, off-line docs</h3>
1614

1715
[<a href="http://cars9.uchicago.edu/software/python/lmfit/lmfit.pdf">PDF</a>
1816
|<a href="http://cars9.uchicago.edu/software/python/lmfit/lmfit.epub">EPUB</a>
19-
|<a href="http://cars9.uchicago.edu/software/python/lmfit/lmfit_doc.zip">HTML(zip)</a>
20-
]
21-
17+
|<a href="http://cars9.uchicago.edu/software/python/lmfit/lmfit_doc.zip">HTML(zip)</a>]
2218

2319
<hr>
2420
<p>

0 commit comments

Comments
 (0)