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

sort by:
Revision Author Date Message Commit Date
e57211d version to 0.7 13 September 2012, 19:28:33 UTC
08b7d18 updated docs 13 September 2012, 19:27:03 UTC
3de4fe3 updated several tests 13 September 2012, 19:26:43 UTC
e55274d some cleanups, replace 'engine' with 'method' 13 September 2012, 19:22:24 UTC
91dd401 add simple example from doc 13 September 2012, 16:47:45 UTC
d3b4ac4 added several tests 13 September 2012, 15:45:15 UTC
61d0ed5 fixed several typos, standard errors now reported for constrained parameters 13 September 2012, 15:44:22 UTC
f4f731e support reporting uncertaintes in printfuncs 13 September 2012, 04:53:03 UTC
82145c2 updated doc 13 September 2012, 04:52:06 UTC
6c1c095 cleaned up error propogation code 13 September 2012, 02:55:32 UTC
f66e134 removed PKG-INFO 12 September 2012, 21:42:30 UTC
689094b added initial support for uncertainties in mathematically constrained parameters, using uncertainties package -- needs testing 12 September 2012, 21:42:15 UTC
b5fef25 tweaked setup.py 12 September 2012, 21:41:10 UTC
06c799f switch setup.py to setuptools 12 September 2012, 20:05:39 UTC
5d29556 add support for Nelder-Mead and other scalar minmization methods from scipy.optimize.fmin and scipy.optimize.minimize 12 September 2012, 19:24:02 UTC
0d97907 Merge pull request #22 from sciunto/master Various minor enhancements from sciunto 22 August 2012, 21:15:21 UTC
cf038ff add percentages associated to stderr + typo 22 August 2012, 14:49:13 UTC
86046eb avoid repeating title 22 August 2012, 14:31:23 UTC
ba34f00 improve docstrings 22 August 2012, 13:52:38 UTC
8a0aa5e minor: typo 22 August 2012, 13:49:28 UTC
4913cc0 import numpy in snippet + docstring 22 August 2012, 13:23:26 UTC
5a89b4f more doc changes 21 August 2012, 03:58:24 UTC
56db6e1 update doc 21 August 2012, 00:37:11 UTC
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
back to top