[lmfit-py] 02/03: Merge tag 'upstream/0.9.3+dfsg'
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Thu Mar 31 17:06:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository lmfit-py.
commit 632b171d9d88c72c7323ffa0560b7a27844281e6
Merge: b455df3 7be530f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Thu Mar 31 18:44:24 2016 +0200
Merge tag 'upstream/0.9.3+dfsg'
Upstream version 0.9.3+dfsg
INSTALL | 24 +-
LICENSE | 54 +-
MANIFEST.in | 24 +-
NIST_STRD/Bennett5.dat | 428 +--
NIST_STRD/BoxBOD.dat | 132 +-
NIST_STRD/Chwirut1.dat | 548 ++--
NIST_STRD/Chwirut2.dat | 228 +-
NIST_STRD/DanWood.dat | 132 +-
NIST_STRD/ENSO.dat | 456 ++--
NIST_STRD/Eckerle4.dat | 190 +-
NIST_STRD/Gauss1.dat | 620 ++---
NIST_STRD/Gauss2.dat | 620 ++---
NIST_STRD/Gauss3.dat | 620 ++---
NIST_STRD/Hahn1.dat | 592 ++--
NIST_STRD/Kirby2.dat | 422 +--
NIST_STRD/Lanczos1.dat | 168 +-
NIST_STRD/Lanczos2.dat | 168 +-
NIST_STRD/Lanczos3.dat | 168 +-
NIST_STRD/MGH09.dat | 142 +-
NIST_STRD/MGH10.dat | 152 +-
NIST_STRD/MGH17.dat | 186 +-
NIST_STRD/Misra1a.dat | 148 +-
NIST_STRD/Misra1b.dat | 148 +-
NIST_STRD/Misra1c.dat | 148 +-
NIST_STRD/Misra1d.dat | 148 +-
NIST_STRD/Nelson.dat | 376 +--
NIST_STRD/Rat42.dat | 138 +-
NIST_STRD/Rat43.dat | 150 +-
NIST_STRD/Roszman1.dat | 170 +-
NIST_STRD/Thurber.dat | 194 +-
PKG-INFO | 2 +-
README | 65 -
THANKS.txt | 48 +-
doc/Makefile | 224 +-
doc/__pycache__/extensions.cpython-35.pyc | Bin 0 -> 358 bytes
doc/_images/emcee_dbl_exp.png | Bin 0 -> 19442 bytes
doc/_images/emcee_dbl_exp2.png | Bin 0 -> 22518 bytes
doc/_images/emcee_triangle.png | Bin 0 -> 195958 bytes
doc/_templates/indexsidebar.html | 48 +-
doc/bounds.rst | 157 +-
doc/builtin_models.rst | 1923 ++++++-------
doc/conf.py | 363 +--
doc/confidence.rst | 370 +--
doc/constraints.rst | 332 +--
doc/contents.rst | 36 +-
doc/extensions.py | 20 +-
doc/extensions.pyc | Bin 406 -> 398 bytes
doc/faq.rst | 195 +-
doc/fitting.rst | 1519 ++++++-----
doc/index.rst | 136 +-
doc/installation.rst | 164 +-
doc/intro.rst | 300 +--
doc/model.rst | 2290 ++++++++--------
doc/parameters.rst | 477 ++--
doc/sphinx/ext_mathjax.py | 20 +-
doc/sphinx/ext_pngmath.py | 20 +-
doc/sphinx/theme/lmfitdoc/layout.html | 132 +-
doc/sphinx/theme/lmfitdoc/static/lmfitdoc.css_t | 696 ++---
doc/sphinx/theme/lmfitdoc/theme.conf | 8 +-
doc/support.rst | 60 +-
doc/whatsnew.rst | 194 +-
lmfit/__init__.py | 106 +-
lmfit/_differentialevolution.py | 1500 +++++------
lmfit/_version.py | 4 +-
lmfit/asteval.py | 1606 +++++------
lmfit/astutils.py | 516 ++--
lmfit/confidence.py | 835 +++---
lmfit/lineshapes.py | 572 ++--
lmfit/minimizer.py | 2056 ++++++++------
lmfit/model.py | 2098 ++++++++-------
lmfit/models.py | 938 +++----
lmfit/ordereddict.py | 256 +-
lmfit/parameter.py | 1543 ++++++-----
lmfit/printfuncs.py | 456 ++--
lmfit/ui/__init__.py | 96 +-
lmfit/ui/basefitter.py | 640 ++---
lmfit/ui/ipy_fitter.py | 564 ++--
lmfit/uncertainties/__init__.py | 3290 +++++++++++------------
lmfit/uncertainties/umath.py | 700 ++---
publish_docs.sh | 118 +-
requirements.txt | 4 +-
setup.py | 108 +-
tests/NISTModels.py | 396 +--
tests/_test_ci.py | 116 +-
tests/_test_make_paras_and_func.py | 62 +-
tests/lmfit_testutils.py | 36 +-
tests/test_1variable.py | 114 +-
tests/test_NIST_Strd.py | 534 ++--
tests/test_algebraic_constraint.py | 294 +-
tests/test_algebraic_constraint2.py | 206 +-
tests/test_basicfit.py | 94 +-
tests/test_bounded_jacobian.py | 86 +-
tests/test_bounds.py | 108 +-
tests/test_confidence.py | 132 +-
tests/test_copy_params.py | 72 +-
tests/test_default_kws.py | 48 +-
tests/test_itercb.py | 58 +-
tests/test_manypeaks_speed.py | 74 +-
tests/test_model.py | 1088 ++++----
tests/test_multidatasets.py | 148 +-
tests/test_nose.py | 1007 ++++---
tests/test_parameters.py | 259 +-
tests/test_params_set.py | 94 +-
tests/test_stepmodel.py | 116 +-
versioneer.py | 1802 ++++++-------
105 files changed, 21898 insertions(+), 20545 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lmfit-py.git
More information about the debian-science-commits
mailing list