https://github.com/lmfit/lmfit-py
Name Target Message Date
HEAD 005b527 More uniform independent vars (#941) * make function arguments with non-numeric defaults be independent variables, save default value * fixes for ExpressionModel with new independent vars implementation * add tests of independent_vars for keyword arguments of model functions * fix example setting independent_vars to use a tuple * update model documentation * allow independent vars with default values=None, True, or False to become Parameters (following documentation) * clarify doc for independent variables in models * fix doc typo * adding an example using basinhopping, can take other methods as command-line argument 18 March 2024, 12:48:56 UTC
refs/heads/eval_uncertainty_dscale 9b832b4 merge from master / a4d0ec3c69 29 December 2023, 20:23:02 UTC
refs/heads/gh-pages cafaec8 update docs 23 August 2023, 14:42:32 UTC
refs/heads/master 005b527 More uniform independent vars (#941) * make function arguments with non-numeric defaults be independent variables, save default value * fixes for ExpressionModel with new independent vars implementation * add tests of independent_vars for keyword arguments of model functions * fix example setting independent_vars to use a tuple * update model documentation * allow independent vars with default values=None, True, or False to become Parameters (following documentation) * clarify doc for independent variables in models * fix doc typo * adding an example using basinhopping, can take other methods as command-line argument 18 March 2024, 12:48:56 UTC
refs/heads/more_uniform_independent_vars 943b976 adding an example using basinhopping, can take other methods as command-line argument 13 March 2024, 16:38:52 UTC
refs/heads/python2 bcb23dc Merge pull request #611 from lmfit/v0.9.15 announce end of support for Python 2.7 02 December 2019, 21:45:31 UTC
refs/heads/require_dill a9269bd document dill as a dependency 21 February 2024, 00:44:17 UTC
refs/heads/rsquared_with_weights ccc7755 fix r-squared calculation for weighted model fits 07 November 2023, 22:01:34 UTC
refs/heads/saveload_custom_func 1135a10 version 2 of ModelResult save file: just dump params and init_params.... but support reading v1 save file 30 December 2023, 03:19:26 UTC
refs/heads/uniform_independent_vars ac09257 Merge branch 'master' into uniform_independent_vars 17 February 2024, 22:18:45 UTC
refs/tags/0.3 30cd569 support for python3.1 13 August 2011, 03:36:42 UTC
refs/tags/0.4 5304386 doc, package update for 0.4 09 April 2012, 01:42:38 UTC
refs/tags/0.5 2bd40c4 use os.path.join() in conf.py, add acknowledgements 24 April 2012, 12:07:18 UTC
refs/tags/0.6.0 126593b added data files to MANIFEST.in 14 August 2012, 14:25:05 UTC
refs/tags/0.7 e57211d version to 0.7 13 September 2012, 19:28:33 UTC
refs/tags/0.7.1 cfdfa27 updated version to 0.7.1 14 February 2013, 01:47:20 UTC
refs/tags/0.7.2 51200e2 delete old file 20 June 2013, 20:15:05 UTC
refs/tags/0.7.3 5ca32e7 version 0.7.3 13 November 2013, 14:45:19 UTC
refs/tags/0.7.4 bdcd8e5 update version to 0.7.4 22 January 2014, 15:20:41 UTC
refs/tags/0.8.0 5f0ed69 updated README, using rst formatting 21 September 2014, 20:18:13 UTC
refs/tags/0.8.0-rc1 e1962c4 more doc on models 14 August 2014, 18:58:01 UTC
refs/tags/0.8.0-rc2 4b5dde4 tweak doc html header 20 August 2014, 19:11:04 UTC
refs/tags/0.8.0rc4 44313be add example of using per-iteration callback 18 September 2014, 04:39:28 UTC
refs/tags/0.8.1 0e2ad76 use py3.4 in upload script 14 November 2014, 18:05:24 UTC
refs/tags/0.8.2 a4ffac9 change init values for success to True, errorbars to False 21 December 2014, 21:35:05 UTC
refs/tags/0.8.2rc1 090888c Merge pull request #162 from andyfaff/diffev ENH: adding differential evolution as a fitting method 17 December 2014, 12:26:55 UTC
refs/tags/0.8.3 3d12eec Merge pull request #195 from newville/master add dump()/load() to Parameters class 19 January 2015, 14:47:25 UTC
refs/tags/0.8.3rc1 adb2d44 Merge pull request #188 from newville/master doc: add start of FAQ, and better links to support 12 January 2015, 03:13:10 UTC
refs/tags/0.9.0 a5fbec4 Merge pull request #257 from lmfit/exprmodel_noprefix add warning and doc for prefix in ExpressionModel 29 September 2015, 00:39:00 UTC
refs/tags/0.9.0rc1 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
refs/tags/0.9.0rc2 e74c4a9 Merge pull request #255 from danielballan/fix-ipyfitter Fix ipyfitter 23 September 2015, 17:16:30 UTC
refs/tags/0.9.1 db4f4e1 put setattr() in try/except 02 October 2015, 15:18:06 UTC
refs/tags/0.9.10 57f04ab Merge pull request #478 from reneeotten/description_pr_issues Updates to contributing and Issue/PR templates 18 May 2018, 10:53:52 UTC
refs/tags/0.9.10rc1 b7d87b9 Merge pull request #466 from reneeotten/ampgo Add the AMPGO algorithm 01 May 2018, 14:21:48 UTC
refs/tags/0.9.11 861441d make exception explicit 26 June 2018, 02:48:49 UTC
refs/tags/0.9.11rc1 f8668e8 remove cruft 22 June 2018, 17:21:19 UTC
refs/tags/0.9.12 1268177 Merge pull request #520 from reneeotten/pytest test-suite: use pytest features, improve coverage, fix mistakes 29 November 2018, 01:40:50 UTC
refs/tags/0.9.12.rc2 7fec373 Merge pull request #519 from reneeotten/PR512 updates to complement PR512 26 November 2018, 15:25:27 UTC
refs/tags/0.9.12rc1 e278951 use inspect.getfullargspec for Python3 23 October 2018, 11:48:40 UTC
refs/tags/0.9.13 e59a460 Merge pull request #548 from lmfit/html_repr alternative html_repr 02 April 2019, 00:13:20 UTC
refs/tags/0.9.14 d7b408b Merge pull request #586 from reneeotten/nan_policy_message Nan policy message 29 August 2019, 17:07:38 UTC
refs/tags/0.9.14rc1 10afd00 Merge pull request #582 from lmfit/asteval_maxtime remove deprecated max_time from asteval.Interpreter() creation 23 August 2019, 01:02:44 UTC
refs/tags/0.9.15 bcb23dc Merge pull request #611 from lmfit/v0.9.15 announce end of support for Python 2.7 02 December 2019, 21:45:31 UTC
refs/tags/0.9.15rc1 bcb23dc Merge pull request #611 from lmfit/v0.9.15 announce end of support for Python 2.7 02 December 2019, 21:45:31 UTC
refs/tags/0.9.2 208871d Merge pull request #270 from lmfit/model_conf_interval Model conf_interval 26 October 2015, 22:24:37 UTC
refs/tags/0.9.3 8a4eb4f more doc tweaks 27 March 2016, 21:45:44 UTC
refs/tags/0.9.3rc1 df953eb Merge pull request #249 from andyfaff/emcee ENH: adding an emcee sampler to Minimizer 04 February 2016, 13:32:00 UTC
refs/tags/0.9.3rc2 9e027e9 Merge pull request #315 from lmfit/issue314 refactor Model.set_param_hint() 14 March 2016, 02:30:43 UTC
refs/tags/0.9.4 b2ea0f3 Merge pull request #353 from lmfit/prep094rc2 Prep094rc2 21 July 2016, 17:34:26 UTC
refs/tags/0.9.4rc1 2720249 Merge pull request #343 from lmfit/prep0.9.4 Prepare 0.9.4 07 July 2016, 16:46:18 UTC
refs/tags/0.9.5 b8f4c6f add conda-forge channel to installation docs 26 July 2016, 20:38:46 UTC
refs/tags/0.9.6 fa5ea1e point to secure intershpinx docs 26 March 2017, 22:41:52 UTC
refs/tags/0.9.6rc1 28d13f3 Merge pull request #403 from lmfit/096_rc1_prep 096 rc1 prep 06 March 2017, 22:42:38 UTC
refs/tags/0.9.7 c2b7ea1 correctly create non-constraint parameter values and bounds for least_squares() 31 May 2017, 19:11:22 UTC
refs/tags/0.9.7rc1 071b97a update asv conf 30 May 2017, 02:28:41 UTC
refs/tags/0.9.7rc2 c2b7ea1 correctly create non-constraint parameter values and bounds for least_squares() 31 May 2017, 19:11:22 UTC
refs/tags/0.9.8 c06666c update doc for 5 digit-precision fit statistics 11 February 2018, 14:08:45 UTC
refs/tags/0.9.8rc1 acf2cbc increase default precision for chi-square, etc from 3 to 5 11 February 2018, 13:01:51 UTC
refs/tags/0.9.9 b6f5789 Merge pull request #462 from reneeotten/documentation_docstrings updates to documentation and docstring 20 March 2018, 15:59:27 UTC
refs/tags/1.0.0 c5f9690 1.0.0 release notes 20 December 2019, 19:51:16 UTC
refs/tags/1.0.1 60ed760 MAINT: also remove lmfit.ui from setup.py 02 May 2020, 03:45:06 UTC
refs/tags/1.0.2 ddf7d40 faq rst fixes 07 February 2021, 22:30:42 UTC
refs/tags/1.0.3 9f9af6f Merge pull request #759 from reneeotten/last_changes_before_release (Last) minor changes before release? 14 October 2021, 19:34:30 UTC
refs/tags/1.0.4rc1 cdd2feb Merge pull request #831 from lmfit/calc_dely_components add calculation of dely for components of a composite model 21 November 2022, 20:57:08 UTC
refs/tags/1.1.0 c2de93c add release date for v 1.1.0 28 November 2022, 04:22:03 UTC
refs/tags/1.2.0 a03ac0f Merge pull request #860 from lmfit/param_vary_setter make Parameter.vary a property 07 April 2023, 03:11:18 UTC
refs/tags/1.2.0rc1 52012fd Merge pull request #858 from lmfit/v120_rc1 update whatsnew, add discussion of data coercion 04 April 2023, 03:21:50 UTC
refs/tags/1.2.1 3a21756 add modelresult.userargs and userkws to doc 02 May 2023, 17:45:54 UTC
refs/tags/1.2.2 8b2038a final updates for v 1.2.2 14 July 2023, 01:52:27 UTC
refs/tags/1.2.2rc1 555c29e spellchecked whatsnew 08 July 2023, 15:51:20 UTC
back to top