[lmfit-py] branch master updated (03cdc10 -> ee3e747)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Aug 17 10:02:00 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  03cdc10   release
       new  e1a98b9   Imported Upstream version 0.9.5+dfsg
       new  18bf34e   Merge tag 'upstream/0.9.5+dfsg'
       new  ee3e747   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                                         |  11 +-
 LICENSE                                         |  34 ++
 PKG-INFO                                        |   2 +-
 debian/changelog                                |   6 +
 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/{_static/empty => 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 +-
 47 files changed, 1184 insertions(+), 900 deletions(-)
 delete mode 100644 doc/__pycache__/extensions.cpython-35.pyc
 create mode 100644 doc/testlinks.py
 copy doc/{_static/empty => testlinks.py.~1~} (100%)
 copy tests/{test_bounds.py => test_least_squares.py} (77%)

-- 
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