[lmfit-py] 02/03: Merge tag 'upstream/0.9.5+dfsg'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Aug 17 10:02:01 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 18bf34ead96d93cb0823e8b84cd2d622403afadf
Merge: 03cdc10 e1a98b9
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Aug 17 08:24:36 2016 +0200

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

 INSTALL                                         |  11 +-
 LICENSE                                         |  34 ++
 PKG-INFO                                        |   2 +-
 doc/__pycache__/extensions.cpython-35.pyc       | Bin 358 -> 0 bytes
 doc/_images/model_fit3a.png                     | Bin 30423 -> 32927 bytes
 doc/_images/model_fit3b.png                     | Bin 29907 -> 32553 bytes
 doc/_images/models_stepfit.png                  | Bin 31966 -> 33898 bytes
 doc/builtin_models.rst                          | 313 +++++++------
 doc/confidence.rst                              |  28 +-
 doc/extensions.pyc                              | Bin 398 -> 398 bytes
 doc/faq.rst                                     |   4 +-
 doc/fitting.rst                                 | 391 ++++++----------
 doc/index.rst                                   |  11 +-
 doc/installation.rst                            |  37 +-
 doc/intro.rst                                   |   8 +-
 doc/model.rst                                   | 124 ++---
 doc/parameters.rst                              |  62 +--
 doc/testlinks.py                                |   9 +
 doc/testlinks.py.~1~                            |   0
 doc/whatsnew.rst                                |  39 ++
 lmfit/__init__.py                               |  20 +-
 lmfit/_version.py                               |   4 +-
 lmfit/asteval.py                                |  18 +-
 lmfit/astutils.py                               |   4 +-
 lmfit/lineshapes.py                             |   4 +-
 lmfit/minimizer.py                              | 579 +++++++++++++++++-------
 lmfit/model.py                                  |  84 +++-
 lmfit/models.py                                 |   2 +-
 lmfit/parameter.py                              |  33 +-
 lmfit/printfuncs.py                             |   8 +-
 lmfit/ui/basefitter.py                          |   2 +-
 requirements.txt                                |   2 +-
 tests/_test_ci.py                               |   9 +-
 tests/test_1variable.py                         |   6 +-
 tests/test_algebraic_constraint.py              |  24 +-
 tests/test_algebraic_constraint2.py             |  16 +-
 tests/test_basicfit.py                          |   8 +-
 tests/test_bounded_jacobian.py                  |   8 +-
 tests/test_bounds.py                            |   8 +-
 tests/test_confidence.py                        |   9 +-
 tests/test_copy_params.py                       |   6 +-
 tests/{test_bounds.py => test_least_squares.py} |  19 +-
 tests/test_model.py                             |  21 +-
 tests/test_multidatasets.py                     |   6 +-
 tests/test_nose.py                              | 103 +++--
 tests/test_params_set.py                        |   2 +-
 46 files changed, 1178 insertions(+), 900 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