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

Sandro Tosi morph at moszumanska.debian.org
Sat Feb 13 23:48:50 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  b5aed68   Import python-numpy_1.11.0~b2.orig.tar.gz
       new  e515924   Import python-numpy_1.11.0~b3.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            |  16 +--
 numpy/core/function_base.py             |  11 ++-
 numpy/core/include/numpy/npy_3kcompat.h |   8 +-
 numpy/core/src/multiarray/iterators.c   |  22 ++++-
 numpy/core/src/multiarray/methods.c     |   2 -
 numpy/core/src/private/ufunc_override.h |   6 ++
 numpy/core/tests/test_function_base.py  |  15 ++-
 numpy/core/tests/test_multiarray.py     |  46 +++++----
 numpy/core/tests/test_umath.py          |  25 +++++
 numpy/distutils/fcompiler/gnu.py        |   2 +-
 numpy/lib/arraypad.py                   |   2 +-
 numpy/lib/function_base.py              | 167 +++++++++++++++++---------------
 numpy/lib/nanfunctions.py               | 162 ++++++++++++++++---------------
 numpy/lib/tests/test_arraypad.py        |  11 +++
 numpy/lib/tests/test_function_base.py   |  20 +++-
 numpy/lib/tests/test_io.py              |   2 +-
 numpy/lib/tests/test_nanfunctions.py    |   5 +-
 numpy/ma/core.py                        |  31 +++---
 numpy/ma/tests/test_core.py             |   8 --
 numpy/tests/test_scripts.py             |  26 ++++-
 numpy/version.py                        |   8 +-
 setup.py                                |   2 +-
 23 files changed, 366 insertions(+), 233 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