https://github.com/lmfit/lmfit-py

sort by:
Revision Author Date Message Commit Date
126593b added data files to MANIFEST.in 14 August 2012, 14:25:05 UTC
f32e91b Merge branch 'master' of github.com:newville/lmfit-py 14 August 2012, 12:56:04 UTC
0556138 tweaked output of NIST tests 14 August 2012, 12:55:50 UTC
1b81c0f doc tweaks 14 August 2012, 01:05:26 UTC
e0eb737 doc tweak 14 August 2012, 00:46:08 UTC
c8521b5 fix typo 13 August 2012, 23:46:43 UTC
9c590d7 updated to v0.6.0 13 August 2012, 23:42:17 UTC
25d48f9 added bounds example 13 August 2012, 23:37:19 UTC
74911a8 updated doc for better bounds implementation 13 August 2012, 23:36:58 UTC
9c45343 parameter.py: Parameter(s) classes moved to separate module 13 August 2012, 13:37:58 UTC
00e346f several bug fixes for minuit-style bounds transformation 13 August 2012, 03:00:16 UTC
67cf985 tweak printfuncs 13 August 2012, 02:54:34 UTC
cad326e preliminary minuit-style bounds, works without bounds, needs testing with bounds 12 August 2012, 15:49:34 UTC
5a0c7a8 Merge pull request #20 from ColinBrosseau/master Corrected typos + report_ci max_name_length was broken 01 August 2012, 12:47:14 UTC
80df552 lib/printfuncs.py report_ci() max_name_length was broken. Fixed it. 20 July 2012, 19:47:25 UTC
d66cd7c corrected typos 20 July 2012, 18:24:46 UTC
96a6d45 corrected typos 19 July 2012, 18:40:01 UTC
9b588b6 corrected typo in example 3.2: per->period 19 July 2012, 17:41:09 UTC
0b35e23 added doc/sphinxext directory to git repo 19 May 2012, 01:48:41 UTC
4e27979 Merge pull request #18 from Tillsten/small_fix re:small fix 03 May 2012, 18:54:16 UTC
9f7b406 try, except block used for search_limits 03 May 2012, 16:44:07 UTC
2fbfcfe Merge pull request #16 from Tillsten/small_fix very minor fixes 02 May 2012, 19:17:05 UTC
386f0fc small docs fixes. made the search a little bit more intelligent. 02 May 2012, 19:09:03 UTC
4168dc0 doc typo 24 April 2012, 17:38:49 UTC
6386e42 added Till Stensitzki to author list 24 April 2012, 17:32:04 UTC
7fb0ce3 fix doc typo 24 April 2012, 17:19:09 UTC
88267fe improvements for python3.2 compatibility 24 April 2012, 17:12:58 UTC
0648cc8 updated doc to reflect asteval re-inclusion 24 April 2012, 16:46:47 UTC
c5215da added back anneal and lbfgsb, even if poorly supported 24 April 2012, 16:45:49 UTC
747cbdd OK, added asteval back, from separate module 24 April 2012, 16:41:42 UTC
95fdda9 moved models.py from lib to tests -- not used?? 24 April 2012, 15:34:17 UTC
97c5f55 doc improvements 24 April 2012, 15:28:16 UTC
141a77d added help to fit_NIST.py 24 April 2012, 15:28:06 UTC
43b72d1 changed raise Warning to print for no-asteval-found 24 April 2012, 15:27:50 UTC
3c31cb3 added help to fit_NIST.py 24 April 2012, 15:27:00 UTC
90559bb preparing version 0.5 24 April 2012, 14:48:38 UTC
1b45576 set html_use_modindex=False 24 April 2012, 14:47:50 UTC
483fd5c preparing version 0.5 24 April 2012, 14:47:17 UTC
f7c9a6a fix coinfendence to confidence throughout 24 April 2012, 14:46:24 UTC
2bd40c4 use os.path.join() in conf.py, add acknowledgements 24 April 2012, 12:07:18 UTC
99d920a Merge pull request #14 from Tillsten/modelcompersion Add confidence interval method from Tillsten 24 April 2012, 01:30:10 UTC
e01a8a9 Merge branch 'master' into modelcompersion 23 April 2012, 22:54:07 UTC
58e0c3d add coninfidence calculation too lmfit, small changes to lmfit 23 April 2012, 22:47:00 UTC
2da01c3 improved printfucns 23 April 2012, 22:43:20 UTC
db89646 made docs better, now needs ipyton to compile. 23 April 2012, 22:40:23 UTC
79ea9af docs more or less finished. The parameters are looking strange in the docs, can't find a solution. 22 April 2012, 16:33:37 UTC
252ef6b docstrings finished. 22 April 2012, 13:24:19 UTC
a4108b1 more doc, changed output from ci and changed report_ci 22 April 2012, 12:46:00 UTC
69e1e02 fix order in plot 22 April 2012, 08:53:28 UTC
2b0870f pep8fied files 22 April 2012, 08:52:44 UTC
f9972f0 first docs, cleaned up the code 22 April 2012, 07:52:47 UTC
1e828fc renamed functions and the file, cleaned up the code a little. changed the output of coinf, but it is still not final 22 April 2012, 07:12:56 UTC
93f581d fixed bug in Gaussian 22 April 2012, 06:42:20 UTC
4adeb68 models.py provides helper-classes for typical fitting problems. They are generating the parameters and the minimizer. They also implementing are heurstic to generate start values for the fit. s 22 April 2012, 04:14:28 UTC
a51ed71 changed testutils.py to import from printfuncs small changes to test_ci2.py 22 April 2012, 03:51:48 UTC
7f86e74 last commit broke tracing, fixed it and included it into test_ci2. 21 April 2012, 21:21:12 UTC
2ce2d22 last commit broke tracing, fixed it and included it into test_ci2. 21 April 2012, 21:18:35 UTC
71be11b added second test, shows useage of calc_2dmap with an better example than test_ci 21 April 2012, 00:06:46 UTC
c4188cc added calc_2dmap, changed f_compare to allow different number of fixed varibales (nfix). 21 April 2012, 00:05:38 UTC
e137cb6 updatet example to use the trace 20 April 2012, 21:02:08 UTC
3b757f3 removed a print little documenation 20 April 2012, 18:48:30 UTC
b22f7fb moved the report_error function from the test directory to a extra function, i think it should be exposed to users. 20 April 2012, 18:39:36 UTC
18cb7c8 trace function is now working. Now it possible too see the dependency between the parameters. 20 April 2012, 18:38:50 UTC
91624a8 added more options and better error handling 20 April 2012, 17:15:56 UTC
6e3e0ff add_many takes now shorter tuples. 20 April 2012, 17:01:14 UTC
aa39d05 works now correctly 18 April 2012, 17:54:22 UTC
8e32621 added install, change py3.1 to py3.2 09 April 2012, 16:53:47 UTC
fb1dd81 fix print for py3 09 April 2012, 16:53:03 UTC
a827eec PKG-INFO, install docs for 0.4 09 April 2012, 16:37:21 UTC
de8cb0c improved doc, especially wrt separating asteval 09 April 2012, 01:27:10 UTC
d2220fc moved asteval to separate project 07 April 2012, 14:39:30 UTC
9a6a415 improved tests 06 April 2012, 15:28:17 UTC
1bf9fc5 tweaks 06 April 2012, 15:27:58 UTC
cc7e809 doc tweaks 16 March 2012, 18:19:52 UTC
511c01d change INSTALL to say python 2.6, not 2.5 16 March 2012, 18:19:39 UTC
0456931 bugfixes: asteval fixed docnode and boolean ops 31 January 2012, 03:53:23 UTC
8207877 added support for analytic derivatives to leastsq (code from Glen Jones) 09 January 2012, 17:27:18 UTC
579a2e1 moved call to userfunc() outside of loop over params! Yikes! 04 December 2011, 18:34:53 UTC
d8dda8f Merge branch 'master' of github.com:newville/lmfit-py 22 November 2011, 05:41:47 UTC
47142e4 doc tweaks 19 November 2011, 16:59:04 UTC
968c211 add hasattr() check for adding FROM_PY and FROM_MATH symbols from numpy to asteval 17 November 2011, 15:43:17 UTC
c43263a add hasattr() check for adding FROM_NUMPY symbols from numpy to asteval 17 November 2011, 15:40:18 UTC
a19d943 Merge branch 'master' of github.com:newville/lmfit-py 10 October 2011, 22:31:59 UTC
d962fbc removed automatic passing of upper/lower to scipy.optimize.anneal 10 October 2011, 22:31:48 UTC
a4eb597 improved collating fitting results for NIST StRD datasets 08 September 2011, 00:41:57 UTC
9a76288 improved fitting to NIST StRD datasets 07 September 2011, 19:50:58 UTC
04c1332 add NIST Statistical Reference Data, and prelim fit procedure 07 September 2011, 15:07:31 UTC
d3ceb97 updated covar scaling test 01 September 2011, 20:55:46 UTC
86be16b added scale_covar option to turn off/on scaling of covariance matrix 01 September 2011, 19:06:17 UTC
33efe43 Parameters is now an Ordered Dict 01 September 2011, 17:06:57 UTC
68bd354 added per-iteration callback iter_cb 01 September 2011, 17:05:52 UTC
01e22c4 added test for pylab import to tests 01 September 2011, 16:39:10 UTC
a92cfad typo in doc 23 August 2011, 18:52:12 UTC
6fff378 expand download table 16 August 2011, 14:25:12 UTC
1f0fcaf expand download table 16 August 2011, 14:23:29 UTC
a153197 expand download table 16 August 2011, 14:22:29 UTC
c014caa fix pypi urls for win32 installers 16 August 2011, 14:14:48 UTC
0440124 fix bad urls in docs, setup.py 16 August 2011, 14:09:21 UTC
faebfc9 fix PGK-INFO url 15 August 2011, 12:11:08 UTC
318dab6 doc changes 15 August 2011, 12:03:34 UTC
back to top