.codecov.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
INSTALL
LICENSE
MANIFEST.in
README.rst
THANKS.txt
azure-pipelines.yml
publish_docs.sh
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
NIST_STRD/Bennett5.dat
NIST_STRD/BoxBOD.dat
NIST_STRD/Chwirut1.dat
NIST_STRD/Chwirut2.dat
NIST_STRD/DanWood.dat
NIST_STRD/ENSO.dat
NIST_STRD/Eckerle4.dat
NIST_STRD/Gauss1.dat
NIST_STRD/Gauss2.dat
NIST_STRD/Gauss3.dat
NIST_STRD/Hahn1.dat
NIST_STRD/Kirby2.dat
NIST_STRD/Lanczos1.dat
NIST_STRD/Lanczos2.dat
NIST_STRD/Lanczos3.dat
NIST_STRD/MGH09.dat
NIST_STRD/MGH10.dat
NIST_STRD/MGH17.dat
NIST_STRD/Misra1a.dat
NIST_STRD/Misra1b.dat
NIST_STRD/Misra1c.dat
NIST_STRD/Misra1d.dat
NIST_STRD/Models
NIST_STRD/Nelson.dat
NIST_STRD/Rat42.dat
NIST_STRD/Rat43.dat
NIST_STRD/Roszman1.dat
NIST_STRD/Thurber.dat
asv_benchmarking/README.md
asv_benchmarking/asv.conf.json
asv_benchmarking/run_benchmark_code.py
asv_benchmarking/benchmarks/__init__.py
asv_benchmarking/benchmarks/benchmarks.py
conda-recipe/bld.bat
conda-recipe/build.sh
conda-recipe/meta.yaml
doc/Makefile
doc/bounds.rst
doc/builtin_models.rst
doc/conf.py
doc/confidence.rst
doc/constraints.rst
doc/contents.rst
doc/doc_examples_to_gallery.py
doc/extensions.py
doc/faq.rst
doc/filter_spurious_link_from_html.py
doc/fitting.rst
doc/index.rst
doc/installation.rst
doc/intro.rst
doc/make.bat
doc/model.rst
doc/parameters.rst
doc/support.rst
doc/whatsnew.rst
doc/_static/empty
doc/_templates/indexsidebar.html
doc/sphinx/ext_imgmath.py
doc/sphinx/ext_mathjax.py
doc/sphinx/theme/sphinx13/basic_layout.html
doc/sphinx/theme/sphinx13/layout.html
doc/sphinx/theme/sphinx13/theme.conf
doc/sphinx/theme/sphinx13/static/bodybg.png
doc/sphinx/theme/sphinx13/static/footerbg.png
doc/sphinx/theme/sphinx13/static/headerbg.png
doc/sphinx/theme/sphinx13/static/listitem.png
doc/sphinx/theme/sphinx13/static/lmfitheader.png
doc/sphinx/theme/sphinx13/static/relbg.png
doc/sphinx/theme/sphinx13/static/sphinx13.css
examples/NIST_Gauss2.dat
examples/README.txt
examples/doc_builtinmodels_nistgauss.py
examples/doc_builtinmodels_nistgauss2.py
examples/doc_builtinmodels_peakmodels.py
examples/doc_builtinmodels_stepmodel.py
examples/doc_confidence_advanced.py
examples/doc_confidence_basic.py
examples/doc_fitting_emcee.py
examples/doc_fitting_withreport.py
examples/doc_model_composite.py
examples/doc_model_gaussian.py
examples/doc_model_loadmodel.py
examples/doc_model_loadmodelresult.py
examples/doc_model_loadmodelresult2.py
examples/doc_model_savemodel.py
examples/doc_model_savemodelresult.py
examples/doc_model_savemodelresult2.py
examples/doc_model_two_components.py
examples/doc_model_uncertainty.py
examples/doc_model_with_iter_callback.py
examples/doc_model_with_nan_policy.py
examples/doc_parameters_basic.py
examples/doc_parameters_valuesdict.py
examples/example_Model_interface.py
examples/example_brute.py
examples/example_complex_resonator_model.py
examples/example_confidence_interval.py
examples/example_detect_outliers.py
examples/example_diffev.py
examples/example_emcee_Model_interface.py
examples/example_expression_model.py
examples/example_fit_multi_datasets.py
examples/example_fit_with_algebraic_constraint.py
examples/example_fit_with_bounds.py
examples/example_fit_with_derivfunc.py
examples/example_fit_with_inequality.py
examples/example_reduce_fcn.py
examples/example_sympy.py
examples/example_two_dimensional_peak.py
examples/example_use_pandas.py
examples/lmfit_emcee_model_selection.py
examples/model1d_gauss.dat
examples/peak.csv
examples/sinedata.dat
examples/test_peak.dat
lmfit/__init__.py
lmfit/_ampgo.py
lmfit/_version.py
lmfit/confidence.py
lmfit/jsonutils.py
lmfit/lineshapes.py
lmfit/minimizer.py
lmfit/model.py
lmfit/models.py
lmfit/parameter.py
lmfit/printfuncs.py
lmfit.egg-info/PKG-INFO
lmfit.egg-info/SOURCES.txt
lmfit.egg-info/dependency_links.txt
lmfit.egg-info/requires.txt
lmfit.egg-info/top_level.txt
tests/NISTModels.py
tests/conftest.py
tests/o.py
tests/t_enso.py
tests/test_1variable.py
tests/test_NIST_Strd.py
tests/test_algebraic_constraint.py
tests/test_ampgo.py
tests/test_basicfit.py
tests/test_basinhopping.py
tests/test_bounded_jacobian.py
tests/test_bounds.py
tests/test_brute.py
tests/test_builtin_models.py
tests/test_confidence.py
tests/test_covariance_matrix.py
tests/test_custom_independentvar.py
tests/test_default_kws.py
tests/test_dual_annealing.py
tests/test_itercb.py
tests/test_jsonutils.py
tests/test_least_squares.py
tests/test_lineshapes.py
tests/test_manypeaks_speed.py
tests/test_max_nfev.py
tests/test_minimizer.py
tests/test_model.py
tests/test_model_uncertainties.py
tests/test_models.py
tests/test_multidatasets.py
tests/test_nose.py
tests/test_pandas.py
tests/test_parameter.py
tests/test_parameters.py
tests/test_printfuncs.py
tests/test_saveload.py
tests/test_shgo.py
tests/test_stepmodel.py