https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 555c29e63c18262a0b3ab9648c9d2e0d56f7a023 authored by Matthew Newville on 08 July 2023, 15:51:20 UTC
spellchecked whatsnew
Tip revision: 555c29e
.gitignore
*.pyc
*~
*#
doc/_build
doc/examples
examples/documentation
doc/*.pdf
doc/*.dat
doc/*.csv
doc/extensions.py
build
dist
lmfit.egg-info
sandbox/
*.swp
.idea/
.DS_Store
.ipynb_checkpoints/
.vscode/
doc/html
doc/*.sav
parameters.sav
tmpvoigt_modelresult.sav
examples/*.sav
.pytest*
*.coverage*
*htmlcov/*
.eggs
lmfit/version.py
back to top