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

sort by:
Revision Author Date Message Commit Date
071b97a update asv conf 30 May 2017, 02:28:41 UTC
b02523a Merge pull request #418 from reneeotten/add_attributes_MinimizerResult_brute add missing attributes to MinimizerResult when using brute method 28 May 2017, 18:06:48 UTC
c1b6cf0 MAINT: add attributes to MinimizerResult when using brute method 26 May 2017, 18:44:59 UTC
3371974 Merge pull request #417 from lmfit/uncertainties_py3 Uncertainties py3 26 May 2017, 02:17:11 UTC
7a7a8b5 add asteval support for NameConstant (eg, ) in Py3 25 May 2017, 21:13:13 UTC
113acb1 six is required 22 May 2017, 16:01:18 UTC
85cbecb trying a different approach for _getval(), timing test 21 May 2017, 19:45:54 UTC
a1ca83c revert to using dict comp and sets for Parameter deepcopy 21 May 2017, 18:46:01 UTC
dba1c66 Merge branch 'master' into uncertainties_py3 21 May 2017, 18:38:46 UTC
65cd991 Parameter.deepcopy does not need deepcopy of symbols, I think 21 May 2017, 18:30:33 UTC
3bd573b accommodate val of None, as during setup of constraints 21 May 2017, 18:29:00 UTC
df7f203 Merge pull request #415 from oliver-frost/patch-1 param_names in ExpressionModel should be list 20 May 2017, 14:48:56 UTC
a46acd4 pytho3-ify uncertainties ufloat 20 May 2017, 14:32:03 UTC
3251efe add test of uncertainties.ufloat 20 May 2017, 14:31:30 UTC
6ebd8d7 fix simple typo in docstring 18 May 2017, 13:38:33 UTC
c7ec680 Adding tests for ExpressionModel and CompositeModel that includes an ExpressionModel 16 May 2017, 11:32:16 UTC
77c784e Forward missing value handling option of ExpressionModel to the base class. 16 May 2017, 11:32:16 UTC
01f3f43 Make param_names a list in ExpressionModel and pick up each parameter name only once avoiding duplication altogether. 16 May 2017, 11:30:43 UTC
85d1deb Merge pull request #414 from lmfit/fix_copy_param Fix copy param 11 May 2017, 11:06:26 UTC
cc2e51e __copy__ needs no memo 08 May 2017, 01:39:39 UTC
b3bda7e add test for copy.copy(params) 07 May 2017, 21:53:56 UTC
581b668 fix Parameter.__copy__() 07 May 2017, 21:53:27 UTC
b8a2a92 Merge pull request #412 from lmfit/fix_constant_model Fix eval_components() with ConstantModel 05 May 2017, 14:02:27 UTC
2fd434b Merge pull request #411 from reneeotten/updates_to_brute_force_method Updates to brute force method 05 May 2017, 14:01:58 UTC
c523bf8 ENH: add function to visualize brute force results to the lmfit_brute.py example 03 May 2017, 15:20:35 UTC
142243b MNT: add test for pickle and MinimizerResult when using brute method 03 May 2017, 15:20:35 UTC
92d7e93 FIX: make pickle work with brute method and namedtuple 03 May 2017, 15:20:35 UTC
69fdc3f add test of eval_components() with ConstantModel 03 May 2017, 03:34:42 UTC
17a288c add default args for ConstantModel and ComplexConstantModel so that eval_components() works 03 May 2017, 03:34:04 UTC
2b853b6 Merge pull request #410 from reneeotten/inspect_compatibility use inspect.getfullargspec() in Python 3, otherwise inspect.getargspec() 27 April 2017, 22:35:15 UTC
13a14b2 MAINT: use inspect.getfullargspec() in PY3 and inspect.getargspec() in PY2 Closes #397 21 April 2017, 19:02:07 UTC
a4db08d Merge pull request #409 from andyfaff/update_emcee_example MAINT: updated lmfit_emcee_example 20 April 2017, 10:13:19 UTC
21db97a MAINT: updated lmfit_emcee_example 20 April 2017, 10:03:31 UTC
088f81d Merge pull request #408 from lmfit/fit_report use 'self' for ModelResult fit_report(), add test for componets in fi… 05 April 2017, 12:10:17 UTC
7793db9 use 'self' for ModelResult fit_report(), add test for componets in fit_report for all Model tests 04 April 2017, 12:29:02 UTC
fa5ea1e point to secure intershpinx docs 26 March 2017, 22:41:52 UTC
7b9d1f9 fix *args, **kws as function params in docs 26 March 2017, 22:40:55 UTC
630bfdc fix doc example 26 March 2017, 22:13:34 UTC
04a0372 fix doc example 26 March 2017, 22:11:01 UTC
d2fa4bc fix doc example 26 March 2017, 22:09:15 UTC
ad4f25a Merge pull request #406 from lmfit/096rc2 a few more doc tweaks for 0.9.6 23 March 2017, 19:00:35 UTC
870218e tweaks to intro doc 22 March 2017, 17:06:09 UTC
4584734 fix indent error in math directive 22 March 2017, 15:34:09 UTC
0f5d008 Merge pull request #405 from reneeotten/docs_docstrings docstring / doc changes for 0.96 22 March 2017, 12:30:08 UTC
a259864 MAINT: fixes issues reported by static code analysis 22 March 2017, 02:23:08 UTC
090f35a MAINT: update most recent SciPy version in Travis and require numpy>=1.5.1 (minimum version for SciPy 0.15) 22 March 2017, 02:23:08 UTC
ca213f0 FIX: initialize Parameter class with the provided 'user_data'. 22 March 2017, 01:49:41 UTC
ef4e69f MAIN: docstring updates 22 March 2017, 01:49:41 UTC
a71dc6a MAINT: doc updates 22 March 2017, 01:49:41 UTC
28d13f3 Merge pull request #403 from lmfit/096_rc1_prep 096 rc1 prep 06 March 2017, 22:42:38 UTC
3d59be9 fix '_lnsigma' to '__lnsigma', 'scipy_diffev' to 'differential_evolution' 06 March 2017, 12:49:18 UTC
7a4ad54 fix example description 06 March 2017, 12:48:16 UTC
93d7cd0 update whatsnew release notes 05 March 2017, 21:56:45 UTC
d4eb5ad remove import check for differential_evolution 05 March 2017, 21:56:26 UTC
fe2b134 doc/extenstions.py should default to mathjax 05 March 2017, 20:51:08 UTC
5033115 update doc extenstion used 05 March 2017, 20:35:19 UTC
dc5a217 more doc updates for parameters 05 March 2017, 20:34:10 UTC
d52415e use docstrings and autodoc for buitlt models 05 March 2017, 20:33:35 UTC
24b3afe use docstrings and autodoc for buitlt models 05 March 2017, 20:33:16 UTC
dc16b0a more docstring / doc updates to model 05 March 2017, 20:32:36 UTC
927888f start of fix to models docstrings 05 March 2017, 04:43:44 UTC
a8ba9ae remove cruft 05 March 2017, 04:43:07 UTC
726ba17 fix Model.fit_report() 05 March 2017, 04:42:33 UTC
c4e2d80 update extensions.py 05 March 2017, 03:10:16 UTC
7962bc5 update to model doc, now using autodoc more thoroughly 05 March 2017, 03:09:54 UTC
486a13f many updates to model docstrings 05 March 2017, 03:08:47 UTC
cb2162d tweak index sidebar 05 March 2017, 03:08:16 UTC
6d59644 some sphinx config updates 05 March 2017, 03:06:57 UTC
979470d add simple diffev example, at least to demonstrate that it works 03 March 2017, 17:20:28 UTC
8acd215 use differential_evolution from scipy, not local copy, cleanup call of scipy_diffev 03 March 2017, 17:19:52 UTC
d89c4f8 remove local copy of differential_evolutin: must be found in scipy 03 March 2017, 16:38:10 UTC
640870d more, but still incomplete, updates to model docs 03 March 2017, 14:23:18 UTC
bd0d7d0 more docstrings, doc updates, model 03 March 2017, 14:04:07 UTC
617d022 some improvements to model docstrings and the models doc 02 March 2017, 17:26:44 UTC
ddd0453 update doc_model1 to better fit with docs 02 March 2017, 17:26:02 UTC
fd7d5a3 updates to minimizer doc 02 March 2017, 02:57:56 UTC
8dde9f7 more updates to docstrings 02 March 2017, 02:57:41 UTC
c012362 remove cruft 02 March 2017, 02:57:25 UTC
fce0898 more updates to parameters docstrings and now complete use of autodoc for Parameter/Parameters in rst file 02 March 2017, 01:03:38 UTC
fdaba3c improvements to Parameter doc 01 March 2017, 20:06:27 UTC
d3c0284 tweaks to docs 01 March 2017, 20:05:52 UTC
da473f9 typo 01 March 2017, 20:05:23 UTC
f6e2ac8 update installation doc 01 March 2017, 20:05:06 UTC
d8c6bbf update Thanks 01 March 2017, 20:04:54 UTC
288e556 allow running tests with pytest or nose 01 March 2017, 17:11:18 UTC
7507528 add eval_components() example 01 March 2017, 17:10:18 UTC
214dd7d Merge pull request #401 from lmfit/param_set_symtable Param set symtable 01 March 2017, 12:36:32 UTC
66fc92d Merge pull request #396 from abeelen/ptsampler_lnprob Fix returned logp when using the PTsampler 28 February 2017, 13:19:05 UTC
d379297 Parameter.set() should set value property, not just internal value 28 February 2017, 02:05:06 UTC
de850a8 add test of using Parameter.set() and get constraint expression 28 February 2017, 02:04:20 UTC
f567c04 Merge pull request #399 from reneeotten/bump_scipy_version Bump minimum scipy version to 0.15 28 February 2017, 01:48:43 UTC
5bbdc63 MAINT: update Travis CI testing - added Python version 3.6 - test both for minimum (v0.15) and current scipy versions - exclude incompatible Python/scipy combinations that are not found in conda 27 February 2017, 01:32:16 UTC
037fd8f MAINT: move supported Python versions to setup.py 27 February 2017, 01:32:16 UTC
975df55 MAINT: bump minimum scipy version to 0.15 27 February 2017, 01:32:16 UTC
ae512b1 Merge pull request #391 from a-stark/master Add user_value attribute to the deepcopy routine in the Parameters class. 26 February 2017, 14:58:02 UTC
2111aaa Add the custom attribute 'user_data' to __getstate__ and __setstate__, so that it can be pickled. 26 February 2017, 11:11:18 UTC
ca6e583 Replace the attribute name user_value with user_data. 26 February 2017, 11:11:18 UTC
311f734 Add the user_value attribute to the deepcopy routine in the Parameters class. 26 February 2017, 11:11:18 UTC
83137ca Merge pull request #395 from lmfit/parameter_dumps_loads fix Parameter.dumps()/ loads() 24 February 2017, 12:19:18 UTC
54e564f Merge pull request #393 from reneeotten/code_cleanup Code cleanup 23 February 2017, 15:31:05 UTC
back to top