[Python-modules-commits] [python-numpy] branch master updated (dfd797c -> 6ed8b48)

Sandro Tosi morph at moszumanska.debian.org
Sat Apr 9 09:25:07 UTC 2016


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

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

      from  dfd797c   Fixed VCS URL
       new  87c6b29   record new upstream branch created by importing python-numpy_1.11.0.orig.tar.gz
       new  75d207b   Import python-numpy_1.11.0.orig.tar.gz
       new  486358c   force generation f2py postfixed with interpreter version
       new  97545fc   Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet
       new  89d0a41   adapt to python3 multiarch soabi
       new  fdd730c   Adapt SWIG documentation to Debian
       new  b8d7760   Dont fail if we cant import mingw32
       new  c676a66   disable asserts on ppc with broken malloc only longdouble affected will still work with softfaults
       new  df45b57   merge patched into master
       new  ba1cf9c   New upstream release: Closes: #816369, #813429, #813932, #816574
       new  8325e0a   bump Standards-Version to 3.9.7 (no changes needed)
       new  6ed8b48   releasing package python-numpy version 1:1.11.0-1

The 12 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                                   |   10 +-
 debian/control                                     |    2 +-
 .../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 |    2 +-
 debian/patches/adapt_swig_docs_to_debian.patch     |    2 +-
 debian/patches/python3-soabi.patch                 |    2 +-
 doc/release/1.11.0-notes.rst                       |   88 +-
 numpy/core/code_generators/ufunc_docstrings.py     |   18 +-
 numpy/core/include/numpy/halffloat.h               |    1 +
 numpy/core/include/numpy/npy_math.h                |    4 +
 numpy/core/setup.py                                |    2 +
 numpy/core/src/multiarray/common.c                 |   59 +-
 numpy/core/src/multiarray/conversion_utils.c       |  109 +-
 numpy/core/src/multiarray/ctors.c                  |    5 -
 numpy/core/src/multiarray/mapping.c                |  138 +-
 numpy/core/src/multiarray/number.c                 |   21 +-
 numpy/core/src/npymath/halffloat.c                 |   11 +
 numpy/core/src/npymath/npy_math.c.src              |   48 +
 numpy/core/src/umath/loops.c.src                   |   30 +-
 numpy/core/src/umath/scalarmath.c.src              |  101 +-
 numpy/core/src/umath/simd.inc.src                  |  166 +-
 numpy/core/src/umath/ufunc_object.c                |   17 +-
 numpy/core/tests/test_deprecations.py              |  335 +
 numpy/core/tests/test_dtype.py                     |    4 +
 numpy/core/tests/test_indexing.py                  |  243 +-
 numpy/core/tests/test_mem_overlap.py               |    4 +-
 numpy/core/tests/test_multiarray.py                |   64 +-
 numpy/core/tests/test_numeric.py                   |   32 -
 numpy/core/tests/test_scalarmath.py                |   81 +-
 numpy/core/tests/test_ufunc.py                     |   16 +
 numpy/core/tests/test_umath.py                     |   97 +
 numpy/lib/function_base.py                         |  513 +-
 numpy/lib/tests/test_function_base.py              |  142 +-
 numpy/ma/core.py                                   |   48 +-
 numpy/ma/extras.py                                 |    6 +-
 numpy/ma/tests/test_subclassing.py                 |   20 +
 numpy/random/mtrand/mtrand.c                       | 7801 +++++++++++---------
 numpy/random/mtrand/mtrand.pyx                     |   30 +-
 numpy/random/tests/test_random.py                  |   36 +-
 numpy/version.py                                   |    8 +-
 setup.py                                           |    2 +-
 45 files changed, 5784 insertions(+), 4556 deletions(-)

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