[lmfit-py] branch master updated (2f59370 -> dab99e1)

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 change to branch master
in repository lmfit-py.

      from  2f59370   changelog updated
       new  4336009   match only the release version in the watch file
       new  51e44e2   Imported Upstream version 0.8.0
       new  13aabe7   Merge tag 'upstream/0.8.0'
       new  dab99e1   release

The 4 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:
 .gitignore                                         |   2 +-
 LICENSE                                            |  11 +-
 README.md => README.rst                            |  19 +-
 THANKS.txt                                         |  12 +-
 debian/changelog                                   |   4 +-
 debian/watch                                       |   2 +-
 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.py => doc_basic_valuesdict.py} |   9 +-
 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 -
 65 files changed, 3217 insertions(+), 2269 deletions(-)
 rename README.md => README.rst (82%)
 create mode 100644 doc/_images/model_fit2a.png
 delete mode 100644 doc/_templates/layout.html
 create mode 100644 doc/extensions.py
 create mode 100644 doc/sphinx/ext_mathjax.py
 create mode 100644 doc/sphinx/ext_pngmath.py
 delete mode 100644 doc/sphinx/mathjax/conf.py
 delete mode 100644 doc/sphinx/pngmath/conf.py
 rename examples/{example_ci.py => confidence_interval.py} (100%)
 rename examples/{example_ci2.py => confidence_interval2.py} (100%)
 copy examples/{doc_basic.py => doc_basic_valuesdict.py} (83%)
 create mode 100644 examples/doc_confidence1.py
 create mode 100644 examples/doc_confidence2.py
 create mode 100644 examples/doc_model_with_iter_callback.py
 create mode 100644 examples/doc_peakmodels.py
 create mode 100644 examples/doc_withreport.py
 delete mode 100644 examples/example_peakmodel.py
 delete mode 100644 examples/models_doc1.py
 delete mode 100644 lmfit/old_models1d.py
 create mode 100644 lmfit/ui/__init__.py
 create mode 100644 lmfit/ui/basefitter.py
 create mode 100644 lmfit/ui/ipy_fitter.py
 delete mode 100644 lmfit/wrap.py
 create mode 100644 tests/test_copy_params.py
 delete mode 100644 tests/test_wrap_function.py

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