[Python-modules-commits] [python-numpy] branch upstream updated (e515924 -> 75d207b)

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


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

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

      from  e515924   Import python-numpy_1.11.0~b3.orig.tar.gz
       new  75d207b   Import python-numpy_1.11.0.orig.tar.gz

The 1 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 +-
 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 +-
 36 files changed, 5762 insertions(+), 4540 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