https://github.com/lmfit/lmfit-py
Raw File
Tip revision: c2b7ea15507baf2032f497441de917e505c6b784 authored by Matthew Newville on 31 May 2017, 19:11:22 UTC
correctly create non-constraint parameter values and bounds for least_squares()
Tip revision: c2b7ea1
MANIFEST.in
include README.txt INSTALL LICENSE MANIFEST.in PKG-INFO THANKS.txt
include setup.py publish_docs.sh
include requirements.txt
exclude *.pyc core.* *~ *.pdf
recursive-include lmfit *.py
recursive-include tests *.py *.dat
recursive-include NIST_STRD *.dat
recursive-include doc *
recursive-exclude doc/_build *
recursive-exclude doc *.pdf
include versioneer.py
include lmfit/_version.py
back to top