[Python-modules-commits] [mpmath] 04/13: merge patched into master

Sandro Tosi morph at moszumanska.debian.org
Sun Nov 26 05:20:29 UTC 2017


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

morph pushed a commit to branch master
in repository mpmath.

commit 38f88ea60188e94ba0db327f4a78445bfede3c08
Merge: 4eb531a c49af29
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 25 21:48:03 2017 -0500

    merge patched into master

 .gitattributes                                     |   2 +
 .gitignore                                         |  47 ++
 .travis.yml                                        |  17 +
 CHANGES                                            |  39 +
 LICENSE                                            |   2 +-
 MANIFEST.in                                        |   4 +
 PKG-INFO                                           |  11 -
 README.rst                                         |  20 +-
 TODO                                               |   1 +
 debian/.git-dpm                                    |   6 +-
 .../93b3e5ed85feeafcfeb36f3d90524c57871daba3.patch |  22 -
 debian/patches/series                              |   1 -
 demo/plotting.py                                   |   2 +-
 doc/run_doctest.py                                 |  15 -
 doc/source/basics.txt                              |  26 +-
 doc/source/calculus/index.txt                      |   1 +
 doc/source/calculus/inverselaplace.txt             |  64 ++
 doc/source/conf.py                                 |  19 +-
 doc/source/conf.py~                                | 137 ----
 doc/source/contexts.txt                            |  30 +-
 doc/source/functions/gamma.txt                     |   9 +-
 doc/source/general.txt~                            | 228 ------
 doc/source/matrices.txt                            |  36 +-
 doc/source/matrices.txt~                           | 539 --------------
 doc/source/plots/ai.py                             |   2 +-
 doc/source/plots/ai_c.py                           |   2 +-
 doc/source/plots/ber.py                            |   2 +-
 doc/source/plots/besseli.py                        |   2 +-
 doc/source/plots/besseli_c.py                      |   2 +-
 doc/source/plots/besselj.py                        |   2 +-
 doc/source/plots/besselj_c.py                      |   2 +-
 doc/source/plots/besselk.py                        |   2 +-
 doc/source/plots/besselk_c.py                      |   2 +-
 doc/source/plots/bessely.py                        |   2 +-
 doc/source/plots/bessely_c.py                      |   2 +-
 doc/source/plots/bi.py                             |   2 +-
 doc/source/plots/bi_c.py                           |   2 +-
 doc/source/plots/chebyt.py                         |   2 +-
 doc/source/plots/chebyu.py                         |   2 +-
 doc/source/plots/coulombf.py                       |   2 +-
 doc/source/plots/coulombf_c.py                     |   2 +-
 doc/source/plots/coulombg.py                       |   2 +-
 doc/source/plots/coulombg_c.py                     |   2 +-
 doc/source/plots/ellipk.py                         |   2 +-
 doc/source/plots/gi.py                             |   2 +-
 doc/source/plots/gi_c.py                           |   2 +-
 doc/source/plots/hankel1.py                        |   2 +-
 doc/source/plots/hankel1_c.py                      |   2 +-
 doc/source/plots/hankel2.py                        |   2 +-
 doc/source/plots/hankel2_c.py                      |   2 +-
 doc/source/plots/hermite.py                        |   2 +-
 doc/source/plots/hi.py                             |   2 +-
 doc/source/plots/hi_c.py                           |   2 +-
 doc/source/plots/ker.py                            |   2 +-
 doc/source/plots/kleinj.py                         |   2 +-
 doc/source/plots/kleinj2.py                        |   2 +-
 doc/source/plots/laguerre.py                       |   2 +-
 doc/source/plots/lambertw.py                       |   2 +-
 doc/source/plots/lambertw_c.py                     |   2 +-
 doc/source/plots/legendre.py                       |   2 +-
 doc/source/plots/lommels1.py                       |   2 +-
 doc/source/plots/lommels2.py                       |   2 +-
 doc/source/plots/spherharm40.py                    |   2 +-
 doc/source/plots/spherharm41.py                    |   2 +-
 doc/source/plots/spherharm42.py                    |   2 +-
 doc/source/plots/spherharm43.py                    |   2 +-
 doc/source/plots/spherharm43.py~                   |  11 -
 doc/source/setup.txt                               |  29 +-
 doc/tag_docs.py                                    |  35 -
 epydoc.conf                                        | 148 ++++
 mpmath/__init__.py                                 |   9 +-
 mpmath/calculus/differentiation.py                 |   2 +-
 mpmath/calculus/extrapolation.py                   |   8 +-
 mpmath/calculus/inverselaplace.py                  | 828 +++++++++++++++++++++
 mpmath/calculus/optimization.py                    |  12 +-
 mpmath/calculus/polynomials.py                     |  11 +-
 mpmath/calculus/quadrature.py                      |   8 +-
 mpmath/ctx_base.py                                 |   3 +
 mpmath/ctx_mp.py                                   |  20 +
 mpmath/ctx_mp_python.py                            |   4 +-
 mpmath/function_docs.py                            |  63 +-
 mpmath/functions/bessel.py                         |   4 +-
 mpmath/functions/elliptic.py                       |  19 +-
 mpmath/functions/expintegrals.py                   |   5 +
 mpmath/functions/functions.py                      |  13 +-
 mpmath/functions/hypergeometric.py                 |  33 +-
 mpmath/functions/qfunctions.py                     |   4 +-
 mpmath/functions/rszeta.py                         |  31 +-
 mpmath/functions/zeta.py                           |  13 +-
 mpmath/functions/zetazeros.py                      |  20 +-
 mpmath/libmp/backend.py                            |   5 +-
 mpmath/libmp/gammazeta.py                          |   6 +-
 mpmath/libmp/libelefun.py                          |  18 +-
 mpmath/libmp/libhyper.py                           |   2 +
 mpmath/libmp/libmpc.py                             |   4 +-
 mpmath/libmp/libmpf.py                             |  17 +-
 mpmath/math2.py                                    |   2 +-
 mpmath/matrices/calculus.py                        |   2 +-
 mpmath/matrices/eigen.py                           |  30 +-
 mpmath/matrices/eigen_symmetric.py                 |  23 +-
 mpmath/matrices/linalg.py                          |  38 +-
 mpmath/matrices/matrices.py                        |  23 +-
 mpmath/tests/runtests.py                           |   1 -
 mpmath/tests/test_basic_ops.py                     |  42 +-
 mpmath/tests/test_bitwise.py                       |  16 +
 mpmath/tests/test_calculus.py                      |  93 +++
 mpmath/tests/test_convert.py                       |   1 -
 mpmath/tests/test_eigen.py                         |  62 +-
 mpmath/tests/test_eigen_symmetric.py               |  54 +-
 mpmath/tests/test_elliptic.py                      |  17 +
 mpmath/tests/test_functions.py                     |   2 +
 mpmath/tests/test_functions2.py                    |  37 +-
 mpmath/tests/test_gammazeta.py                     |   4 +
 mpmath/tests/test_hp.py                            |   1 -
 mpmath/tests/test_levin.py                         |  26 +-
 mpmath/tests/test_linalg.py                        |   4 +-
 mpmath/tests/test_matrices.py                      |  41 +-
 mpmath/tests/test_rootfinding.py                   |   2 -
 mpmath/tests/test_str.py                           |   1 -
 mpmath/tests/torture.py                            |   1 -
 mpmath/visualization.py                            |  41 +-
 setup.cfg                                          |  16 +
 setup.py                                           |  12 +-
 123 files changed, 1895 insertions(+), 1444 deletions(-)

diff --cc debian/.git-dpm
index dcb5b88,0000000..64dc5a3
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 750f0d99490f256a0e77b988dd27e3d58af894d5
- 750f0d99490f256a0e77b988dd27e3d58af894d5
- 18475bdc201b9f0a062212dfa081e6d4aa02476c
++c49af292c12701e432e27a544c61231e3f5317f6
++c49af292c12701e432e27a544c61231e3f5317f6
++c49af292c12701e432e27a544c61231e3f5317f6
 +c49af292c12701e432e27a544c61231e3f5317f6
 +mpmath_1.0.0.orig.tar.gz
 +a1bfe950f162df1e4ac56abce31ea3b010982ab8
 +2135886
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mpmath.git



More information about the Python-modules-commits mailing list