[lmfit-py] branch master updated (b455df3 -> 03cdc10)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Thu Mar 31 17:06:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a change to branch master
in repository lmfit-py.
from b455df3 fix the autopkgtest scripts
new 7be530f Imported Upstream version 0.9.3+dfsg
new 632b171 Merge tag 'upstream/0.9.3+dfsg'
new 03cdc10 release
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
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 +-
debian/changelog | 9 +
debian/control | 8 +-
debian/copyright | 42 +-
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 ++++++-------
108 files changed, 21932 insertions(+), 20570 deletions(-)
delete mode 100644 README
create mode 100644 doc/__pycache__/extensions.cpython-35.pyc
create mode 100644 doc/_images/emcee_dbl_exp.png
create mode 100644 doc/_images/emcee_dbl_exp2.png
create mode 100644 doc/_images/emcee_triangle.png
--
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