[lmfit-py] branch master updated (1fffb10 -> 9425d91)

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


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

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

      from  1fffb10   prepare for release
       new  260aa15   use the pypi redirector
      adds  9e527ea   Imported Upstream version 0.9.1+dfsg
       new  024e0ce   Merge tag 'upstream/0.9.1+dfsg'
       new  067f216   release
      adds  2e1aa7f   Imported Upstream version 0.9.2+dfsg
       new  3cc03ab   Merge tag 'upstream/0.9.2+dfsg'
       new  9425d91   release

The 5 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:
 .gitattributes                                  |    1 -
 .gitignore                                      |   10 -
 .travis.yml                                     |   23 -
 INSTALL                                         |   24 +-
 LICENSE                                         |   54 +-
 MANIFEST.in                                     |   23 +-
 {tests/NIST_STRD => NIST_STRD}/Bennett5.dat     |  428 +--
 {tests/NIST_STRD => NIST_STRD}/BoxBOD.dat       |  132 +-
 {tests/NIST_STRD => NIST_STRD}/Chwirut1.dat     |  548 ++--
 {tests/NIST_STRD => NIST_STRD}/Chwirut2.dat     |  228 +-
 {tests/NIST_STRD => NIST_STRD}/DanWood.dat      |  132 +-
 {tests/NIST_STRD => NIST_STRD}/ENSO.dat         |  456 ++--
 {tests/NIST_STRD => NIST_STRD}/Eckerle4.dat     |  190 +-
 {tests/NIST_STRD => NIST_STRD}/Gauss1.dat       |  620 ++---
 {tests/NIST_STRD => NIST_STRD}/Gauss2.dat       |  620 ++---
 {tests/NIST_STRD => NIST_STRD}/Gauss3.dat       |  620 ++---
 {tests/NIST_STRD => NIST_STRD}/Hahn1.dat        |  592 ++--
 {tests/NIST_STRD => NIST_STRD}/Kirby2.dat       |  422 +--
 {tests/NIST_STRD => NIST_STRD}/Lanczos1.dat     |  168 +-
 {tests/NIST_STRD => NIST_STRD}/Lanczos2.dat     |  168 +-
 {tests/NIST_STRD => NIST_STRD}/Lanczos3.dat     |  168 +-
 {tests/NIST_STRD => NIST_STRD}/MGH09.dat        |  142 +-
 {tests/NIST_STRD => NIST_STRD}/MGH10.dat        |  152 +-
 {tests/NIST_STRD => NIST_STRD}/MGH17.dat        |  186 +-
 {tests/NIST_STRD => NIST_STRD}/Misra1a.dat      |  148 +-
 {tests/NIST_STRD => NIST_STRD}/Misra1b.dat      |  148 +-
 {tests/NIST_STRD => NIST_STRD}/Misra1c.dat      |  148 +-
 {tests/NIST_STRD => NIST_STRD}/Misra1d.dat      |  148 +-
 {tests/NIST_STRD => NIST_STRD}/Nelson.dat       |  376 +--
 {tests/NIST_STRD => NIST_STRD}/Rat42.dat        |  138 +-
 {tests/NIST_STRD => NIST_STRD}/Rat43.dat        |  150 +-
 {tests/NIST_STRD => NIST_STRD}/Roszman1.dat     |  170 +-
 {tests/NIST_STRD => NIST_STRD}/Thurber.dat      |  194 +-
 PKG-INFO                                        |   33 +
 README.rst => README                            |   19 +-
 debian/changelog                                |    7 +
 debian/control                                  |    2 +-
 debian/rules                                    |    4 +-
 debian/tests/python2                            |    5 +-
 debian/tests/python3                            |    4 +-
 debian/watch                                    |    8 +-
 doc/Makefile                                    |  224 +-
 doc/_templates/indexsidebar.html                |   47 +-
 doc/bounds.rst                                  |  158 +-
 doc/builtin_models.rst                          | 1863 ++++++-------
 doc/conf.py                                     |  352 +--
 doc/confidence.rst                              |  374 ++-
 doc/constraints.rst                             |  332 +--
 doc/contents.rst                                |   35 +-
 doc/extensions.py                               |   20 +-
 doc/extensions.pyc                              |  Bin 0 -> 406 bytes
 doc/faq.rst                                     |  147 +-
 doc/fitting.rst                                 | 1079 ++++----
 doc/index.rst                                   |  127 +-
 doc/installation.rst                            |  164 +-
 doc/intro.rst                                   |  300 +--
 doc/model.rst                                   | 2135 ++++++++-------
 doc/parameters.rst                              |  474 ++--
 doc/sphinx/ext_mathjax.py                       |   20 +-
 doc/sphinx/ext_pngmath.py                       |   20 +-
 doc/sphinx/theme/lmfitdoc/layout.html           |  137 +-
 doc/sphinx/theme/lmfitdoc/static/lmfitdoc.css_t |  696 ++---
 doc/sphinx/theme/lmfitdoc/theme.conf            |    8 +-
 doc/support.rst                                 |   58 +-
 doc/whatsnew.rst                                |   97 +
 examples/NIST_Gauss2.dat                        |  310 ---
 examples/confidence_interval.py                 |  112 -
 examples/confidence_interval2.py                |   90 -
 examples/doc_basic.py                           |   48 -
 examples/doc_basic_valuesdict.py                |   45 -
 examples/doc_confidence1.py                     |   24 -
 examples/doc_confidence2.py                     |   61 -
 examples/doc_model1.py                          |   25 -
 examples/doc_model2.py                          |   31 -
 examples/doc_model3.py                          |   59 -
 examples/doc_model_with_iter_callback.py        |   43 -
 examples/doc_nistgauss.py                       |   43 -
 examples/doc_nistgauss2.py                      |   40 -
 examples/doc_peakmodels.py                      |   37 -
 examples/doc_stepmodel.py                       |   29 -
 examples/doc_withreport.py                      |   50 -
 examples/example_covar.py                       |   93 -
 examples/example_derivfunc.py                   |   85 -
 examples/example_lbfgsb.py                      |   66 -
 examples/fit_NIST_leastsq.py                    |  148 -
 examples/fit_NIST_scipy_lmdif.py                |  147 -
 examples/fit_multi_datasets.py                  |   69 -
 examples/fit_with_algebraic_constraint.py       |   85 -
 examples/fit_with_bounds.py                     |   62 -
 examples/lmfit-model.ipynb                      |  567 ----
 examples/lmfit_and_emcee.py                     |  124 -
 examples/model1d_gauss.dat                      |  103 -
 examples/plot_fit.py                            |   26 -
 examples/plot_fit2.py                           |   25 -
 examples/test_NIST_Strd.py                      |  169 --
 examples/test_peak.dat                          |  404 ---
 lmfit/__init__.py                               |  107 +-
 lmfit/_differentialevolution.py                 | 1500 +++++------
 lmfit/_version.py                               |  194 +-
 lmfit/asteval.py                                | 1573 +++++------
 lmfit/astutils.py                               |  516 ++--
 lmfit/confidence.py                             |  839 +++---
 lmfit/lineshapes.py                             |  556 ++--
 lmfit/minimizer.py                              | 1601 ++++++-----
 lmfit/model.py                                  | 2026 +++++++-------
 lmfit/models.py                                 |  881 +++---
 lmfit/ordereddict.py                            |  256 +-
 lmfit/parameter.py                              | 1263 +++++----
 lmfit/printfuncs.py                             |  424 +--
 lmfit/ui/__init__.py                            |   86 +-
 lmfit/ui/basefitter.py                          |  640 ++---
 lmfit/ui/ipy_fitter.py                          |  544 ++--
 lmfit/uncertainties/LICENSE.txt                 |   10 -
 lmfit/uncertainties/README                      |   14 -
 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/NIST_STRD/Models                          |  215 --
 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                         |  535 ++--
 tests/test_algebraic_constraint.py              |  269 +-
 tests/test_algebraic_constraint2.py             |  205 +-
 tests/test_basicfit.py                          |   94 +-
 tests/test_bounded_jacobian.py                  |   43 +
 tests/test_bounds.py                            |  108 +-
 tests/test_confidence.py                        |   44 +
 tests/test_copy_params.py                       |   72 +-
 tests/test_default_kws.py                       |   49 +-
 tests/test_itercb.py                            |   29 +
 tests/test_manypeaks_speed.py                   |   37 +
 tests/test_model.py                             |  962 +++----
 tests/test_multidatasets.py                     |  150 +-
 tests/test_nose.py                              |  768 +++---
 tests/test_parameters.py                        |  107 +
 tests/test_params_set.py                        |   48 +
 tests/test_stepmodel.py                         |  119 +-
 upload_wininst.bat                              |   16 -
 use_py26.bat                                    |    2 -
 use_py27.bat                                    |    2 -
 use_py32.bat                                    |    2 -
 versioneer.py                                   | 1802 ++++++-------
 147 files changed, 20525 insertions(+), 23023 deletions(-)
 delete mode 100644 .gitattributes
 delete mode 100755 .gitignore
 delete mode 100644 .travis.yml
 rename {tests/NIST_STRD => NIST_STRD}/Bennett5.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/BoxBOD.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Chwirut1.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Chwirut2.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/DanWood.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/ENSO.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Eckerle4.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Gauss1.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Gauss2.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Gauss3.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Hahn1.dat (97%)
 rename {tests/NIST_STRD => NIST_STRD}/Kirby2.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Lanczos1.dat (97%)
 rename {tests/NIST_STRD => NIST_STRD}/Lanczos2.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Lanczos3.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/MGH09.dat (97%)
 rename {tests/NIST_STRD => NIST_STRD}/MGH10.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/MGH17.dat (97%)
 rename {tests/NIST_STRD => NIST_STRD}/Misra1a.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Misra1b.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Misra1c.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Misra1d.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Nelson.dat (97%)
 rename {tests/NIST_STRD => NIST_STRD}/Rat42.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Rat43.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Roszman1.dat (96%)
 rename {tests/NIST_STRD => NIST_STRD}/Thurber.dat (96%)
 create mode 100644 PKG-INFO
 rename README.rst => README (82%)
 create mode 100644 doc/extensions.pyc
 create mode 100644 doc/whatsnew.rst
 delete mode 100644 examples/NIST_Gauss2.dat
 delete mode 100644 examples/confidence_interval.py
 delete mode 100644 examples/confidence_interval2.py
 delete mode 100644 examples/doc_basic.py
 delete mode 100644 examples/doc_basic_valuesdict.py
 delete mode 100644 examples/doc_confidence1.py
 delete mode 100644 examples/doc_confidence2.py
 delete mode 100644 examples/doc_model1.py
 delete mode 100644 examples/doc_model2.py
 delete mode 100644 examples/doc_model3.py
 delete mode 100644 examples/doc_model_with_iter_callback.py
 delete mode 100644 examples/doc_nistgauss.py
 delete mode 100644 examples/doc_nistgauss2.py
 delete mode 100644 examples/doc_peakmodels.py
 delete mode 100644 examples/doc_stepmodel.py
 delete mode 100644 examples/doc_withreport.py
 delete mode 100644 examples/example_covar.py
 delete mode 100644 examples/example_derivfunc.py
 delete mode 100644 examples/example_lbfgsb.py
 delete mode 100644 examples/fit_NIST_leastsq.py
 delete mode 100644 examples/fit_NIST_scipy_lmdif.py
 delete mode 100644 examples/fit_multi_datasets.py
 delete mode 100644 examples/fit_with_algebraic_constraint.py
 delete mode 100644 examples/fit_with_bounds.py
 delete mode 100644 examples/lmfit-model.ipynb
 delete mode 100644 examples/lmfit_and_emcee.py
 delete mode 100644 examples/model1d_gauss.dat
 delete mode 100644 examples/plot_fit.py
 delete mode 100644 examples/plot_fit2.py
 delete mode 100644 examples/test_NIST_Strd.py
 delete mode 100644 examples/test_peak.dat
 delete mode 100644 lmfit/uncertainties/LICENSE.txt
 delete mode 100644 lmfit/uncertainties/README
 delete mode 100644 tests/NIST_STRD/Models
 create mode 100644 tests/test_bounded_jacobian.py
 create mode 100644 tests/test_confidence.py
 create mode 100644 tests/test_itercb.py
 create mode 100644 tests/test_manypeaks_speed.py
 create mode 100644 tests/test_parameters.py
 create mode 100644 tests/test_params_set.py
 delete mode 100644 upload_wininst.bat
 delete mode 100644 use_py26.bat
 delete mode 100644 use_py27.bat
 delete mode 100644 use_py32.bat

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