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

sort by:
Revision Author Date Message Commit Date
8a4eb4f more doc tweaks 27 March 2016, 21:45:44 UTC
6773c47 fix typos 27 March 2016, 21:33:41 UTC
6a43418 Merge branch 'doc_updates' 27 March 2016, 20:29:36 UTC
ae61871 Merge branch 'master' into doc_updates 27 March 2016, 20:28:16 UTC
3151aaa Merge pull request #329 from lmfit/issue328 Fix eval errors with `Model.make_params()` and constraint expressions 27 March 2016, 20:27:51 UTC
5f8ca93 fix doc 27 March 2016, 20:04:03 UTC
cfffff5 merged issue328 27 March 2016, 19:17:17 UTC
09712f2 fix test 27 March 2016, 16:07:48 UTC
46f8632 apply hints *after* parameters have been defined to avoid eval errors 27 March 2016, 15:06:14 UTC
5a085bc add test for make_params() of peak-like models with defined 27 March 2016, 15:05:22 UTC
5ff6810 more doc tweaks 27 March 2016, 14:08:04 UTC
89c6b18 add aic/bic to fit report 27 March 2016, 13:49:25 UTC
289da64 add aic/bic to fit report 27 March 2016, 13:49:08 UTC
c5a5bd4 bugfix: apply model hints after Parameters have been created 27 March 2016, 12:40:38 UTC
9db2d39 update docs to use extlinks to numpy/scipy docs 26 March 2016, 21:13:23 UTC
1107c86 simplify faq for complex arrays 26 March 2016, 15:00:39 UTC
2db3e37 some cleanups, add height to peak-like models 26 March 2016, 14:42:23 UTC
f003678 add AIC and BIC to fit_report 26 March 2016, 14:38:01 UTC
323882a Merge pull request #327 from tritemio/docs_print_param_hints Docs: add Model.print_param_hints to the sphinx docs 26 March 2016, 13:59:07 UTC
9650074 Merge pull request #324 from lmfit/model_peak_heights add 'height' expression for Peak-like models 26 March 2016, 13:58:51 UTC
e1ea92f Docs: add Model.print_param_hints to the sphinx docs 23 March 2016, 18:32:56 UTC
7cac8b0 Merge pull request #325 from tritemio/print_param_hints_arg Rename argument `spacing` to `colwidth` for consistency with Paramete… 23 March 2016, 17:25:24 UTC
1431ef1 Merge pull request #326 from tritemio/docs_fixes Docs fixes 23 March 2016, 17:24:28 UTC
578a212 Docs: fix indentation of Parameter class 23 March 2016, 13:12:14 UTC
53e927e Docs: fix indentation of Parameters's methods 23 March 2016, 13:07:21 UTC
1da2e19 Docs: use autodoc to document Parameters.pretty_print 23 March 2016, 12:51:24 UTC
ba747a1 Docs: import lmfit from local source tree 23 March 2016, 12:25:48 UTC
a5fd9f0 Docs: use autodocs and lower warnings counts from 183 to 2 23 March 2016, 00:45:52 UTC
e8e48d5 Rename argument `spacing` to `colwidth` for consistency with Parameters.pretty_print() 20 March 2016, 19:32:54 UTC
7d7f7be add 'height' expression for Peak-like models 20 March 2016, 17:34:30 UTC
8066ee9 Merge pull request #320 from tritemio/pretty_print_parameters Improve pretty printing of Parameters 20 March 2016, 15:18:05 UTC
ec36981 Merge pull request #321 from tritemio/int_long_shim_py23 Remove long() and use builtins.int() for py2/3 comp 20 March 2016, 01:23:13 UTC
0eee126 Remove builtins import for py2 compatibility With this change we maintain the previous behavior of using ints with different sizes in python2 and 3. 19 March 2016, 18:04:06 UTC
f0cc414 pretty_print: fix typos in docstring 19 March 2016, 00:13:49 UTC
4fb3ccb pretty_print: small readability improvement 18 March 2016, 21:48:03 UTC
af7df60 pretty_print: make columns and width/style configurable 18 March 2016, 21:28:56 UTC
c768d6d Improve pretty-printing of parameters 18 March 2016, 18:44:53 UTC
474b8cd Remove long() and use builtins.int() for py2/3 comp 18 March 2016, 18:43:05 UTC
aef39a3 Merge pull request #318 from tritemio/print_param_hints Add method to pretty-print Model.param_hints 18 March 2016, 12:36:37 UTC
3172734 Merge pull request #316 from gitj/complex_models Rudimentary support for complex models 18 March 2016, 12:36:22 UTC
4fbd015 Add notebook showing usage of new complex modeling capability 17 March 2016, 14:34:34 UTC
869bc9c Always show True or False in 'vary' column 17 March 2016, 06:44:46 UTC
56ce70f Use g format for printing numeric columns 17 March 2016, 05:54:40 UTC
86c96d5 Add vary and simplify string formatting 17 March 2016, 05:03:35 UTC
6d97973 Docs: improve docstring 17 March 2016, 04:32:46 UTC
f9b2c0e Add method to pretty-print Model.param_hints 17 March 2016, 04:32:37 UTC
1d3a116 Simplify implementation based on underlying requirements of scipy.optimize 17 March 2016, 03:11:06 UTC
6ed1850 adding ravel() seems to fix issue with complex -> real on pandas Series 14 March 2016, 23:21:19 UTC
b2a19fb add comments, documentation 14 March 2016, 21:40:10 UTC
a8f0a64 Add rudimentary support for models that return complex values. 14 March 2016, 21:30:41 UTC
9e027e9 Merge pull request #315 from lmfit/issue314 refactor Model.set_param_hint() 14 March 2016, 02:30:43 UTC
ab5e0b8 add test 13 March 2016, 04:03:18 UTC
1b9d065 appears to fix weird bug with set_param_hint() 13 March 2016, 03:54:23 UTC
512e434 Merge pull request #313 from lmfit/issue312 Issue312 08 March 2016, 15:23:00 UTC
fce1efc Merge pull request #311 from andyfaff/asv_emcee MAINT: pip+emcee for asv 08 March 2016, 15:22:51 UTC
016794a add more needed param hints so that constraints work 07 March 2016, 19:52:22 UTC
3d6a72d define and add param_hint for sigma in PseudoVoigtModel 07 March 2016, 19:43:37 UTC
1bb1363 MAINT: pip+emcee for asv 03 March 2016, 03:54:31 UTC
9a6f751 Merge pull request #310 from lmfit/issue308 allow para.value to be plain float or np.float64 01 March 2016, 12:52:08 UTC
55d6fc3 Update ISSUE_TEMPLATE.md updating formatting to be less obnoxious 01 March 2016, 03:46:05 UTC
61c9353 add test 29 February 2016, 23:35:15 UTC
ab08403 allow para.value to be plain float or np.float64 29 February 2016, 23:14:14 UTC
e26c516 Merge pull request #307 from andyfaff/asv_examples ENH: a couple of benchmarks for asv suite 23 February 2016, 04:13:57 UTC
b6c3e13 ENH: a couple of benchmarks for asv benchmarking 23 February 2016, 02:11:36 UTC
3b23cec Merge pull request #306 from andyfaff/seed ENH: reproducible sampling with emcee - added seed 22 February 2016, 06:06:34 UTC
0bf2739 Merge pull request #303 from lmfit/param_minmax_inf explicitly set Parameter.min/max to -/+ inf, avoid properties and extra function calls 22 February 2016, 06:06:09 UTC
7b13c97 ENH: reproducible sampling with emcee - added seed 22 February 2016, 02:44:34 UTC
deccec4 add benchmark that uses conf_interval() 21 February 2016, 16:30:50 UTC
9a3c706 change emcee_partial_bounds test to use inf instead of None 21 February 2016, 15:47:44 UTC
0370ce1 remove cg from scalar_minimizer tests of fitted values -- failing with Py3 in some cases 21 February 2016, 15:41:25 UTC
4a6368d re-removed check for None in Parameter._getval() 21 February 2016, 14:21:24 UTC
fc1c3b5 change diffev_bounds_check with inf, not None 21 February 2016, 14:20:45 UTC
fbc9024 include param_minmax_inf branch in benchmarks 21 February 2016, 05:58:00 UTC
e3dd1ba check for max, min = +/- inf in _getval() 21 February 2016, 05:50:16 UTC
3995d38 Merge branch 'master' into param_minmax_inf 21 February 2016, 05:31:40 UTC
3ac9ad8 add benchmarking scripts/config for asv 21 February 2016, 05:31:20 UTC
21604df use ifs instead of max(_min, min(_max, val)) 21 February 2016, 05:27:25 UTC
24b0ec3 Merge pull request #305 from lmfit/issue_pr_templates Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE 18 February 2016, 22:51:02 UTC
9a3eaf3 add ISSUE_TEMPLATE and PULL_REQQUEST_TEMPLATE 18 February 2016, 19:29:03 UTC
5b733a5 fix typos 15 February 2016, 04:30:00 UTC
18fb0fa more improvements to benchmark example 15 February 2016, 01:26:38 UTC
ebb68d9 use git version for benchmarking 14 February 2016, 22:51:27 UTC
b29dcc2 add benchmark script, using cProfile 14 February 2016, 16:57:45 UTC
86b22a4 explicitly set Parameter.min/max to -/+inf, avoid properties 14 February 2016, 16:25:26 UTC
1a3ea0b Merge pull request #302 from lmfit/itercb_aborts_too_early add check that fit cannot abort too early 13 February 2016, 15:29:36 UTC
3c89b81 Merge pull request #300 from lmfit/copy_params Copy params 12 February 2016, 18:23:15 UTC
aab0c24 add check that fit cannot abort too early 12 February 2016, 13:29:40 UTC
5e6bc09 add docstrings 11 February 2016, 20:43:43 UTC
9740239 add test for Parameters.copy() 11 February 2016, 16:50:09 UTC
28238d2 add explicit copy() method to Parameters 11 February 2016, 16:49:45 UTC
df953eb Merge pull request #249 from andyfaff/emcee ENH: adding an emcee sampler to Minimizer 04 February 2016, 13:32:00 UTC
46a54ca TST: added updated travis to install emcee 03 February 2016, 01:59:46 UTC
89f0860 MAINT: updated lmfit.emcee ipython notebooks 03 February 2016, 01:40:42 UTC
521588c MAINT: added lmfit/emcee Bayesian analysis example 02 February 2016, 05:48:30 UTC
6d81f6d MAINT: lmfit/emcee Bayesian model selection 02 February 2016, 05:17:59 UTC
a8cbeb5 Merge pull request #293 from newville/master scalar_minimize() fixes using scipy OptimizeResult 30 January 2016, 02:41:33 UTC
8962130 Merge pull request #294 from andyfaff/pickler MAINT: improve Parameters pickling support 29 January 2016, 17:22:26 UTC
73dc31e MAINT: emcee - add the float_behaviour kwd 29 January 2016, 05:51:27 UTC
77f451b MAINT: improve Parameters pickling support 28 January 2016, 22:53:26 UTC
192ae3a DOC: emcee doc, medians are returned 28 January 2016, 22:17:11 UTC
back to top