[lmfit-py] 03/04: Merge tag 'upstream/0.8.0'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Oct 8 04:22:05 UTC 2014


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

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

commit 13aabe723dcb8bfee7957653be22211153816188
Merge: 4336009 51e44e2
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Oct 7 21:02:40 2014 +0200

    Merge tag 'upstream/0.8.0'
    
    Upstream version 0.8.0

 .gitignore                                         |   2 +-
 LICENSE                                            |  11 +-
 README.md => README.rst                            |  19 +-
 THANKS.txt                                         |  12 +-
 doc/Makefile                                       |  14 +-
 doc/_images/conf_interval1.png                     | Bin 21741 -> 21021 bytes
 doc/_images/conf_interval1a.png                    | Bin 19853 -> 18892 bytes
 doc/_images/conf_interval2.png                     | Bin 16793 -> 16756 bytes
 doc/_images/model_fit2a.png                        | Bin 0 -> 28079 bytes
 doc/_images/models_peak1.png                       | Bin 161561 -> 32134 bytes
 doc/_images/models_peak2.png                       | Bin 175732 -> 35125 bytes
 doc/_images/models_peak3.png                       | Bin 159332 -> 33508 bytes
 doc/_images/models_peak4.png                       | Bin 164721 -> 33004 bytes
 doc/_templates/indexsidebar.html                   |  10 +
 doc/_templates/layout.html                         |  58 --
 doc/builtin_models.rst                             | 325 ++++----
 doc/conf.py                                        |  16 +-
 doc/confidence.rst                                 | 117 +--
 doc/constraints.rst                                |  36 +-
 doc/extensions.py                                  |  10 +
 doc/fitting.rst                                    | 158 ++--
 doc/index.rst                                      |  77 +-
 doc/installation.rst                               |  58 +-
 doc/model.rst                                      | 824 +++++++++++++++------
 doc/parameters.rst                                 | 129 +++-
 doc/sphinx/ext_mathjax.py                          |  10 +
 doc/sphinx/ext_pngmath.py                          |  10 +
 doc/sphinx/mathjax/conf.py                         | 180 -----
 doc/sphinx/pngmath/conf.py                         | 180 -----
 doc/sphinx/theme/lmfitdoc/layout.html              |  57 ++
 examples/{example_ci.py => confidence_interval.py} |   0
 .../{example_ci2.py => confidence_interval2.py}    |   0
 examples/doc_basic_valuesdict.py                   |  45 ++
 examples/doc_confidence1.py                        |  24 +
 examples/doc_confidence2.py                        |  61 ++
 examples/doc_model1.py                             |   2 +-
 examples/doc_model2.py                             |  11 +-
 examples/doc_model_with_iter_callback.py           |  43 ++
 examples/doc_nistgauss.py                          |  31 +-
 examples/doc_nistgauss2.py                         |  12 +-
 examples/doc_peakmodels.py                         |  37 +
 examples/doc_stepmodel.py                          |  19 +-
 examples/doc_withreport.py                         |  50 ++
 examples/example_peakmodel.py                      |  33 -
 examples/models_doc1.py                            |  47 --
 lmfit/__init__.py                                  |  57 +-
 lmfit/lineshapes.py                                |  34 +-
 lmfit/minimizer.py                                 |  82 +-
 lmfit/model.py                                     | 564 ++++++++++----
 lmfit/models.py                                    | 350 ++++-----
 lmfit/old_models1d.py                              | 400 ----------
 lmfit/parameter.py                                 |  45 +-
 lmfit/printfuncs.py                                |  48 +-
 lmfit/ui/__init__.py                               |  42 ++
 lmfit/ui/basefitter.py                             | 320 ++++++++
 lmfit/ui/ipy_fitter.py                             | 262 +++++++
 lmfit/wrap.py                                      | 137 ----
 requirements.txt                                   |   3 +-
 setup.py                                           |   2 +-
 tests/test_copy_params.py                          |  36 +
 tests/test_model.py                                | 331 ++++++---
 tests/test_stepmodel.py                            |  44 +-
 tests/test_wrap_function.py                        |  31 -
 63 files changed, 3256 insertions(+), 2260 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