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

sort by:
Revision Author Date Message Commit Date
cfdfa27 updated version to 0.7.1 14 February 2013, 01:47:20 UTC
f8fda0a updated all tests to use print_report() 13 February 2013, 13:08:50 UTC
cf8cb38 updated all tests to use print_report() 13 February 2013, 13:08:39 UTC
9efc707 added report_fit(), fit_report() to lib/__init__.py 13 February 2013, 13:08:22 UTC
a1aa297 fix typo in fit_report() output, added fit_report()/report_fit() to docs 13 February 2013, 12:57:49 UTC
cdb8b14 renamed error_report() to fit_report() (and report_fit()), add min_correl, improved formatting 13 February 2013, 12:55:27 UTC
83d5185 removed tests/testutils.py 13 February 2013, 12:30:52 UTC
e49b98e fixed tests to use report_errors()/report_ci() imported from lmfit 13 February 2013, 12:30:10 UTC
3fbae12 added 'error_report()' and 'ci_report()' to printfuncs.py to return text of error / ci reports 13 February 2013, 12:29:00 UTC
8cd237c fixed typo in except clause 01 February 2013, 04:49:26 UTC
fe03100 ConfidenceInterval now raises exception if there are fewer than 2 variables 30 January 2013, 17:01:38 UTC
583a9c0 Merge pull request #28 from cdeil/master Continuous integration for lmfit-py on travis-ci 27 January 2013, 00:37:03 UTC
fe9a286 use 'covar' as indication that leastsq() has run 26 January 2013, 21:57:45 UTC
322aef3 trying to fix minimizer() handling of all the various scalar methods 26 January 2013, 21:57:14 UTC
bfa70d9 add check for non-numeric value (can happen?) / altered report_ci() 26 January 2013, 21:09:01 UTC
7884699 change default for verbose in doc 26 January 2013, 18:54:59 UTC
5805fc4 ensure that .leastsq() has been run prior to measuring 2d confidence limits 26 January 2013, 18:54:28 UTC
31bfd50 ensure that .leastsq() has been run prior to measuring confidence limits 26 January 2013, 18:48:25 UTC
e9d06fa set verbose default to False 26 January 2013, 18:11:26 UTC
6a18038 Merge pull request #33 from Tillsten/master Refactor out penalty for scalar minimizers 23 January 2013, 18:20:13 UTC
dda8db7 Reduced code duplication with extraction of penalty. 23 January 2013, 16:49:38 UTC
ce3a950 restored python2.6 compatibility 05 January 2013, 16:19:15 UTC
93940df Merge pull request #32 from Tillsten/master Cofidence intervall refactor 27 December 2012, 04:48:31 UTC
7299276 Refactored confidence function. Code should be now much more maintainable. 27 December 2012, 02:06:35 UTC
3fed169 PEP8 and typo fixes. Code cleanup. 26 December 2012, 22:49:15 UTC
f4c51ef udpated doc/conf.py 26 November 2012, 16:37:31 UTC
a417489 added epub doc 26 November 2012, 16:36:48 UTC
069d787 Merge branch 'master' of github.com:newville/lmfit-py 26 November 2012, 16:36:05 UTC
37a3cab add check for ValueError on inverting curvature matrix 26 November 2012, 16:35:50 UTC
f6263c2 test for divide-by-zero in printfuncs.report_errors() 21 November 2012, 04:41:42 UTC
3f22dac Update .travis.yml 16 November 2012, 00:27:59 UTC
debb356 Update .travis.yml 16 November 2012, 00:25:11 UTC
3bdf9ac Update .travis.yml 16 November 2012, 00:16:16 UTC
6ae890e Add config file for automatic testing at travis-ci.org 15 November 2012, 22:41:05 UTC
919ef14 fix typo 22 October 2012, 11:02:35 UTC
17907be updated docs 22 October 2012, 10:55:51 UTC
eaa479b fixed docstring typo 22 October 2012, 10:53:46 UTC
79b8895 fixed __all__ to use strings 22 October 2012, 10:52:15 UTC
e77bf36 added another Nelder-Mead example 17 October 2012, 17:41:22 UTC
650de95 Merge branch 'master' of github.com:newville/lmfit-py 03 October 2012, 14:35:08 UTC
4399503 add numpydoc to ext 03 October 2012, 14:31:07 UTC
10c31ba make sure 'maxfev' option is not passed to SLSQP 29 September 2012, 01:20:21 UTC
7d7c0e3 updated doc/Makefile 19 September 2012, 20:55:23 UTC
a37e92e updated doc 19 September 2012, 20:49:18 UTC
a4f5eeb improved fit_NIST.py to support multiple methods 19 September 2012, 19:42:48 UTC
d02e8c7 improved minimizer() function switching on method name 19 September 2012, 19:42:23 UTC
3bbf56a improved test fit with constraints 19 September 2012, 18:40:17 UTC
1fb3e50 asteval: add ReturnedNone sentinal, better error checking 19 September 2012, 18:38:38 UTC
3737aac add explicit .deps attribute to parameter 19 September 2012, 18:37:24 UTC
7417c25 several changes to minimizer: 1 error propogation to constrained parameters made more explicit, and not relying on hack to uncertainties package 2 checking for asteval errors improved 3 running of prepare_fit() on initialization 19 September 2012, 18:35:17 UTC
b8c90b7 some cleanups 17 September 2012, 03:16:50 UTC
3eb1cb4 make sure covariance is valid before propagating errors to constrained params 14 September 2012, 03:23:10 UTC
31e4b6c add check of initial value being outside bounds 14 September 2012, 03:21:06 UTC
eaee555 Merge branch 'with_fmin' 13 September 2012, 19:29:11 UTC
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
271ca3c added test of NIST StRD data using only scipy.optimize._minpack._lmdif() directly -- no use of lmfit at all. 01 September 2012, 18:23:38 UTC
2ed4996 added test of NIST StRD data using only scipy.optimize._minpack._lmdif() directly -- no use of lmfit at all. 01 September 2012, 18:23:17 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
back to top