[Python-modules-commits] [python-numpy] branch master updated (c94c30b -> 1857baa)

Sandro Tosi morph at moszumanska.debian.org
Sun Nov 26 17:40:29 UTC 2017


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

morph pushed a change to branch master
in repository python-numpy.

      from  c94c30b   releasing package python-numpy version 1:1.13.1-1
       new  23615c8   record new upstream branch created by importing python-numpy_1.13.3.orig.tar.gz
       new  91cce07   Import python-numpy_1.13.3.orig.tar.gz
       new  9941095   force generation f2py postfixed with interpreter version
       new  bd80f7b   Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet
       new  1fb6a5d   adapt to python3 multiarch soabi
       new  42a86cb   Adapt SWIG documentation to Debian
       new  79503e5   Dont fail if we cant import mingw32
       new  5266f21   disable asserts on ppc with broken malloc only longdouble affected will still work with softfaults
       new  1586230   merge patched into master
       new  4a9aa26   New upstream release
       new  dc103b9   bump Standards-Version to 4.1.1 (no changes needed)
       new  2c23ca2   use python3-sphinx to build doc
       new  6e125ec   remove Prio: extra from debug packages
       new  4a399fa   fix autopkg test dependencies, and atlas and openblas test for multi-arch library locations; Closes: #876006
       new  6da6f72   use the python3 library path to build the doc
       new  2be2042   use py3k matplotlib in b-d-i, needed by doc
       new  1857baa   releasing package python-numpy version 1:1.13.3-1

The 17 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:
 PKG-INFO                                           |    2 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |   16 +
 debian/control                                     |    8 +-
 .../0005-Dont-fail-if-we-cant-import-mingw32.patch |    2 +-
 ...erts-on-ppc-with-broken-malloc-only-longd.patch |    2 +-
 debian/patches/03_force_f2py_version.patch         |    2 +-
 .../10_use_local_python.org_object.inv_sphinx.diff |    6 +-
 debian/patches/adapt_swig_docs_to_debian.patch     |    2 +-
 debian/patches/python3-soabi.patch                 |    2 +-
 debian/rules                                       |    3 +-
 debian/tests/atlas                                 |    5 +-
 debian/tests/control                               |    9 +-
 debian/tests/openblas                              |    5 +-
 doc/release/1.13.2-notes.rst                       |   58 +
 doc/release/1.13.3-notes.rst                       |   64 +
 doc/source/conf.py                                 |    2 +
 doc/source/release.rst                             |    3 +
 numpy/core/code_generators/generate_umath.py       |    4 +-
 numpy/core/numeric.py                              |    2 +-
 numpy/core/src/multiarray/arraytypes.c.src         |   16 +-
 numpy/core/src/multiarray/cblasfuncs.c             |    3 +-
 numpy/core/src/multiarray/item_selection.c         |   44 +-
 numpy/core/src/multiarray/sequence.c               |   37 +-
 numpy/core/src/multiarray/temp_elide.c             |    6 +-
 numpy/core/src/npymath/npy_math_complex.c.src      |    8 +-
 numpy/core/src/private/npy_config.h                |   13 +
 numpy/core/src/umath/loops.c.src                   |   10 -
 numpy/core/src/umath/loops.h.src                   |    3 -
 numpy/core/src/umath/ufunc_type_resolution.c       |   74 +-
 numpy/core/src/umath/ufunc_type_resolution.h       |    9 +-
 numpy/core/tests/test_defchararray.py              |   10 +-
 numpy/core/tests/test_multiarray.py                |   41 +-
 numpy/core/tests/test_numeric.py                   |   41 +-
 numpy/core/tests/test_ufunc.py                     |   85 +-
 numpy/distutils/fcompiler/gnu.py                   |    3 +-
 numpy/distutils/fcompiler/intel.py                 |    2 +-
 numpy/distutils/mingw32ccompiler.py                |    2 +-
 numpy/distutils/tests/test_fcompiler_gnu.py        |    3 +-
 numpy/doc/basics.py                                |    6 +-
 numpy/lib/arraypad.py                              |    8 +
 numpy/lib/function_base.py                         |   21 +-
 numpy/lib/polynomial.py                            |   10 +-
 numpy/lib/tests/test_arraypad.py                   |   11 +
 numpy/lib/tests/test_function_base.py              |   17 +-
 numpy/lib/tests/test_polynomial.py                 |   18 +-
 numpy/polynomial/chebyshev.py                      |   16 +-
 numpy/polynomial/hermite.py                        |   20 +-
 numpy/polynomial/hermite_e.py                      |   20 +-
 numpy/polynomial/laguerre.py                       |   20 +-
 numpy/polynomial/legendre.py                       |   20 +-
 numpy/polynomial/polynomial.py                     |    2 +-
 numpy/random/mtrand/mtrand.c                       | 3582 ++++++++++++--------
 numpy/random/mtrand/numpy.pxd                      |   12 +-
 numpy/version.py                                   |    8 +-
 setup.py                                           |    2 +-
 56 files changed, 2749 insertions(+), 1665 deletions(-)
 create mode 100644 doc/release/1.13.2-notes.rst
 create mode 100644 doc/release/1.13.3-notes.rst

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



More information about the Python-modules-commits mailing list