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

sort by:
Revision Author Date Message Commit Date
5a04353 Merge pull request #253 from lmfit/rc_090 update docs, near ready for for 0.9.0rc 21 September 2015, 16:07:49 UTC
c2fc79e more warnings for 0.8.3 to 0.9.0 20 September 2015, 23:28:23 UTC
8257348 add python 3.4 to 'tested' versions 20 September 2015, 00:39:28 UTC
4f3b131 add 0.9.0 warning to index.rst 20 September 2015, 00:39:06 UTC
9a9e065 add FAQ entries 20 September 2015, 00:38:44 UTC
0832f8c add link to whatsnew / release notes to TOC 20 September 2015, 00:37:19 UTC
7461e61 add link to faq chapter 20 September 2015, 00:33:43 UTC
d6020f4 add faq to upper right links 20 September 2015, 00:32:08 UTC
749278e add line-ending preference 20 September 2015, 00:28:13 UTC
ef75cce add whatsnew doc 20 September 2015, 00:22:28 UTC
f027c23 add 3.4 to travis cI 20 September 2015, 00:21:03 UTC
0e7cd58 fix incorrect doc for SkewedGaussian, thanks @chrisfrohmaier 14 September 2015, 16:22:31 UTC
800f3e4 Merge pull request #247 from stonebig/patch-1 IPython 4.0 compatibility fix for Widgets 13 August 2015, 18:11:11 UTC
f09c362 IPython 4.0 compatibility fix for Widgets 13 August 2015, 18:04:10 UTC
60e1772 Merge pull request #245 from lmfit/itercb allow iteration callback iter_cb to abort fit 10 August 2015, 17:07:54 UTC
be97cf7 Merge pull request #243 from lmfit/parameter_set Parameter set() fixes 04 August 2015, 17:59:22 UTC
497221d add test for iter_callback returning True to abort fit 02 August 2015, 16:31:09 UTC
6f35764 bugfix -- only abort when iter_cb returns a True value 02 August 2015, 13:42:13 UTC
d469da4 Merge branch 'master' into itercb 02 August 2015, 13:38:54 UTC
54f8dac Merge pull request #244 from lmfit/pvoigt_def fix pseudo-voigt definition as per github issue #229 02 August 2015, 13:37:38 UTC
0e1f945 doc for pseudo-voigt fixed to match new definition 02 August 2015, 13:25:30 UTC
c5237f9 iter_cb doc 02 August 2015, 04:06:01 UTC
dd040fd abort if iter_cb returns a True value 02 August 2015, 04:05:42 UTC
25a5992 fix pseudo-voigt definition as per github issue #229 01 August 2015, 14:00:55 UTC
00ec5c9 add test for Parameter.set() 01 August 2015, 13:17:06 UTC
346434e explicity set _expr_ast, etc in __setstate__() 31 July 2015, 18:05:58 UTC
79db5a6 use __set_expression() at Parameter.set() 31 July 2015, 17:58:24 UTC
0a3a312 Merge pull request #240 from rawlik/plot_results @rawlik looks good to me. Thanks! 27 July 2015, 13:56:56 UTC
b54a985 Change [0] and [-1] to min and max in dense x array while plotting. Helps for pandas compatibility. 27 July 2015, 00:07:13 UTC
a7961d9 Fix init_kws ignored in ModelResult.plot() 26 July 2015, 22:30:19 UTC
b405f5b Merge pull request #236 from MerlinSmiles/master Fixing Ipython Notebook widgets for Py3 06 July 2015, 20:11:38 UTC
d55884d Merge branch 'master' of https://github.com/MerlinSmiles/lmfit-py 06 July 2015, 19:43:24 UTC
c8c8264 fixing widget-layout slightly to make it more convinient 06 July 2015, 19:43:06 UTC
0783bcc Merge pull request #1 from danielballan/fix-widgets REF: Simplify IPY2 management. woks as expected :) 06 July 2015, 19:41:24 UTC
7b92af9 REF: Simplify IPY2 management. 06 July 2015, 19:26:00 UTC
802ad84 Removing my bad changes and now leaving IPython 2 intact (hopefully) Again fixing Ipython3 widget issues this time not affecting IPython 2x 05 July 2015, 16:01:01 UTC
5d76aa0 Revert "Fixing Ipython Notebook widgets for Py3" This reverts commit a55b9dcf23dc3e7df6238eb42734ee2968500150. 05 July 2015, 15:49:45 UTC
a55b9dc Fixing Ipython Notebook widgets for Py3 05 July 2015, 14:44:30 UTC
5fd4a9b Merge pull request #234 from lmfit/analytic_jacobian_fix scale analytic jacobian for bounded variables 30 June 2015, 16:45:40 UTC
19a17da remove unused imports of matplotlib in tests 30 June 2015, 11:43:53 UTC
08d516d fix typo 30 June 2015, 11:38:50 UTC
dc5ac71 remove duplicate test (in test_nose.py) 30 June 2015, 11:38:17 UTC
45d1d69 support (and add test) for both col_deriv=0, 1 variants 29 June 2015, 21:49:02 UTC
27953c4 fix acknowledgement, add test for analytic jacobian, bounded parameters 29 June 2015, 21:06:24 UTC
a3b6fb4 scale analytic jacobian for bounded variables 29 June 2015, 20:07:13 UTC
f7df2bf Merge pull request #230 from lmfit/with_MinimizerResult Add MinimizerResult 28 June 2015, 22:32:33 UTC
0ed9c2f update doc, example for confidence levels 17 May 2015, 15:05:00 UTC
d721cf4 add default params to Minimizer.minimize, update docstrings, cleanups 17 May 2015, 13:33:46 UTC
84af399 more doc updates 17 May 2015, 13:28:00 UTC
ca2f767 doc with_report example uses MinimizerResult 17 May 2015, 13:27:44 UTC
edb8ea1 more doc tweaks 17 May 2015, 04:40:14 UTC
9142cdb minor doc changes 17 May 2015, 02:36:46 UTC
c12bae4 updated examples 01 May 2015, 00:41:07 UTC
ec660e6 add copy of NISTModels.py to examples 01 May 2015, 00:31:56 UTC
6cc2c1e rearrange NIST tests to make available from examples and tests 01 May 2015, 00:30:32 UTC
891f783 rearrange NIST tests to make available from examples and tests 01 May 2015, 00:30:09 UTC
6fbc854 rearrange NIST tests to make available from examples and tests 01 May 2015, 00:29:41 UTC
885294c rollback changes to Model to only track changes to Minimizer 01 May 2015, 00:08:58 UTC
3bf4298 Merge pull request #228 from lmfit/issues_doc Issues doc 30 April 2015, 20:30:27 UTC
d36e9ff update README.rst 29 April 2015, 18:37:38 UTC
c521112 update faq 29 April 2015, 18:37:18 UTC
d143efa add Contributing.md 29 April 2015, 01:34:06 UTC
98f33bd add direct link to mailig list on sidebar 29 April 2015, 01:33:52 UTC
fe5b9ca start of having Model.params 29 April 2015, 00:49:27 UTC
677b2c2 update more confidence examples 22 April 2015, 19:03:17 UTC
2be3a85 add test for conf_interval(), update examples 22 April 2015, 18:57:41 UTC
ebd9236 add params=None to leastsq()/minimize() for starting params 22 April 2015, 18:56:18 UTC
d57a5ae first working confidence interval code 22 April 2015, 04:05:33 UTC
fb07fe3 updated several examples 16 April 2015, 19:54:36 UTC
19f7ba5 using result.var_names to propagate uncertainties 16 April 2015, 19:41:18 UTC
643b4cf model saves init_params 16 April 2015, 19:40:37 UTC
1f8d893 update some tests, fixing several failuers 16 April 2015, 19:22:45 UTC
d6058e4 add results of MinimizerResult to ModelFit 16 April 2015, 19:22:27 UTC
91e182d fix some tests 14 April 2015, 04:03:37 UTC
46aa2aa more tweaks to make minimizer result more isolated 14 April 2015, 04:02:22 UTC
4e34285 fix some typos, basic example works 14 April 2015, 02:00:44 UTC
83ca23b a few typos 13 April 2015, 04:27:09 UTC
464dfc0 first pass using MinimizerResult, many test failures 13 April 2015, 04:20:16 UTC
82d4b5b pep8 compliance 13 April 2015, 01:58:18 UTC
370d6ef Minimizer.fmin and .lbfgsb now raise NotImplementedError 13 April 2015, 01:54:56 UTC
7255579 Merge pull request #224 from lmfit/limit_deepcopy Limit deepcopy 02 April 2015, 01:19:59 UTC
b53cdfd allow TypeErrors to at deepcopy to be raised 02 April 2015, 01:12:09 UTC
4e12ccf use no_deepcopy to limit what symbols are deepcopieddiff 01 April 2015, 04:12:26 UTC
082e567 add no_deepcopy list of symbols to not try to deepcopy 01 April 2015, 04:11:33 UTC
67131a9 Merge pull request #223 from lmfit/reorganize_aic Reorganize aic 30 March 2015, 17:05:46 UTC
6e73883 fix typos 29 March 2015, 03:50:27 UTC
bf704bf aic/bic now attributes 29 March 2015, 03:37:02 UTC
824c897 doc changes to reflect aic/bic reorg 29 March 2015, 03:35:14 UTC
9d010a6 remove aic/bic/lik_ratio methods from ModelFit -- now in Minimize 29 March 2015, 03:34:28 UTC
f4a6cac add aic and bic to Minimize class 29 March 2015, 03:32:50 UTC
4083d57 merge yoavram AIC code 24 March 2015, 14:50:36 UTC
b8e8a10 Merge pull request #220 from Tillsten/patch-3 Added __division __ to lineshapes, fixes a bug with expgaussian. 20 March 2015, 00:44:46 UTC
25972b7 Added __division __ to lineshapes, fixes a bug with expgaussian. One could also change the `/2` to `/2.`, but this is better for py3. 19 March 2015, 13:22:56 UTC
d500485 Merge pull request #219 from Tillsten/patch-2 Fix bug in eemcee example 13 March 2015, 19:25:03 UTC
7b5fdbc Fix bug in eemcee example 13 March 2015, 14:51:57 UTC
e8acb4f Merge pull request #214 from lmfit/asteval_in_parameters This passes all tests for me, but may cause some unexpected issues. Merging to master, but not yet tagging this as a release. 06 March 2015, 22:02:12 UTC
97cddf2 Merge pull request #216 from newville/master remove import of ui from __init__.py 05 March 2015, 22:06:17 UTC
960fe1b remove import of ui from __init__.py 05 March 2015, 04:10:11 UTC
4920265 Merge pull request #213 from newville/master OK, no complaints, so I'm merging this. 03 March 2015, 00:52:09 UTC
5233c2c convert OrderedSet to set for Python3 02 March 2015, 02:08:06 UTC
back to top