[lmfit-py] 04/05: Merge tag 'upstream/0.9.2+dfsg'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Oct 31 09:09:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository lmfit-py.

commit 3cc03abdfa1643821f60d354dce42fae6204fcd1
Merge: 067f216 2e1aa7f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Oct 31 08:45:09 2015 +0100

    Merge tag 'upstream/0.9.2+dfsg'
    
    Upstream version 0.9.2+dfsg

 INSTALL                                         |   24 +-
 LICENSE                                         |   54 +-
 MANIFEST.in                                     |   23 +-
 NIST_STRD/Bennett5.dat                          |  214 ++
 NIST_STRD/BoxBOD.dat                            |   66 +
 NIST_STRD/Chwirut1.dat                          |  274 ++
 NIST_STRD/Chwirut2.dat                          |  114 +
 NIST_STRD/DanWood.dat                           |   66 +
 NIST_STRD/ENSO.dat                              |  228 ++
 NIST_STRD/Eckerle4.dat                          |   95 +
 NIST_STRD/Gauss1.dat                            |  310 +++
 NIST_STRD/Gauss2.dat                            |  310 +++
 NIST_STRD/Gauss3.dat                            |  310 +++
 NIST_STRD/Hahn1.dat                             |  296 ++
 NIST_STRD/Kirby2.dat                            |  211 ++
 NIST_STRD/Lanczos1.dat                          |   84 +
 NIST_STRD/Lanczos2.dat                          |   84 +
 NIST_STRD/Lanczos3.dat                          |   84 +
 NIST_STRD/MGH09.dat                             |   71 +
 NIST_STRD/MGH10.dat                             |   76 +
 NIST_STRD/MGH17.dat                             |   93 +
 NIST_STRD/Misra1a.dat                           |   74 +
 NIST_STRD/Misra1b.dat                           |   74 +
 NIST_STRD/Misra1c.dat                           |   74 +
 NIST_STRD/Misra1d.dat                           |   74 +
 NIST_STRD/Nelson.dat                            |  188 ++
 NIST_STRD/Rat42.dat                             |   69 +
 NIST_STRD/Rat43.dat                             |   75 +
 NIST_STRD/Roszman1.dat                          |   85 +
 NIST_STRD/Thurber.dat                           |   97 +
 PKG-INFO                                        |    2 +-
 README                                          |   65 +
 doc/.DS_Store                                   |  Bin 8196 -> 0 bytes
 doc/Makefile                                    |  224 +-
 doc/_templates/indexsidebar.html                |   48 +-
 doc/bounds.rst                                  |  158 +-
 doc/builtin_models.rst                          | 1866 ++++++-------
 doc/conf.py                                     |  352 +--
 doc/confidence.rst                              |  348 +--
 doc/constraints.rst                             |  332 +--
 doc/contents.rst                                |   36 +-
 doc/extensions.py                               |   20 +-
 doc/extensions.pyc                              |  Bin 398 -> 406 bytes
 doc/faq.rst                                     |  200 +-
 doc/fitting.rst                                 | 1238 ++++-----
 doc/index.rst                                   |  136 +-
 doc/installation.rst                            |  164 +-
 doc/intro.rst                                   |  300 +--
 doc/model.rst                                   | 2261 ++++++++--------
 doc/parameters.rst                              |  480 ++--
 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                                | 1583 +++++------
 lmfit/astutils.py                               |  516 ++--
 lmfit/confidence.py                             |  833 +++---
 lmfit/lineshapes.py                             |  565 ++--
 lmfit/minimizer.py                              | 1547 +++++------
 lmfit/model.py                                  | 2102 +++++++--------
 lmfit/models.py                                 |  897 +++---
 lmfit/ordereddict.py                            |  256 +-
 lmfit/parameter.py                              | 1372 +++++-----
 lmfit/printfuncs.py                             |  424 +--
 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              |  271 +-
 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                        |   88 +-
 tests/test_copy_params.py                       |   72 +-
 tests/test_default_kws.py                       |   48 +-
 tests/test_itercb.py                            |   58 +-
 tests/test_manypeaks_speed.py                   |   37 +
 tests/test_model.py                             | 1001 +++----
 tests/test_multidatasets.py                     |  148 +-
 tests/test_nose.py                              |  798 +++---
 tests/test_parameters.py                        |  107 +
 tests/test_params_set.py                        |   89 +-
 tests/test_stepmodel.py                         |  116 +-
 versioneer.py                                   | 1802 ++++++-------
 101 files changed, 20522 insertions(+), 16347 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