[Python-modules-commits] [python-numpy] branch upstream updated (65b5342 -> b7041f1)
Sandro Tosi
morph at moszumanska.debian.org
Fri Sep 23 19:36:00 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 65b5342 Import python-numpy_1.11.1.orig.tar.gz
new b7041f1 Import python-numpy_1.11.2~rc1.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.2-notes.rst | 39 ++
doc/source/release.rst | 1 +
numpy/__init__.py | 57 +--
numpy/_globals.py | 62 +++
numpy/_import_tools.py | 5 +-
numpy/compat/py3k.py | 60 ++-
numpy/core/code_generators/generate_umath.py | 1 +
numpy/core/fromnumeric.py | 195 ++++++---
numpy/core/setup.py | 13 +-
numpy/core/src/multiarray/ctors.c | 50 +--
numpy/core/src/multiarray/ctors.h | 2 +-
numpy/core/src/multiarray/nditer_api.c | 2 +-
numpy/core/src/multiarray/shape.c | 6 +-
numpy/core/src/npymath/npy_math_complex.c.src | 9 +-
numpy/core/src/npysort/quicksort.c.src | 12 +-
numpy/core/src/private/templ_common.h.src | 9 +-
numpy/core/src/umath/scalarmath.c.src | 5 +-
numpy/core/tests/test_multiarray.py | 47 ++-
numpy/core/tests/test_nditer.py | 16 +
numpy/core/tests/test_numeric.py | 12 +
numpy/core/tests/test_ufunc.py | 21 +
numpy/distutils/ccompiler.py | 2 +-
numpy/distutils/command/config.py | 45 +++
numpy/distutils/extension.py | 63 +--
numpy/distutils/misc_util.py | 12 +-
numpy/distutils/msvc9compiler.py | 62 ++-
numpy/distutils/msvccompiler.py | 60 ++-
numpy/distutils/system_info.py | 22 +-
numpy/f2py/__init__.py | 27 +-
numpy/lib/nanfunctions.py | 145 +++++--
numpy/linalg/tests/test_linalg.py | 4 +-
numpy/ma/core.py | 543 +++++++++++++-------------
numpy/ma/extras.py | 179 ++++-----
numpy/ma/tests/test_core.py | 105 ++++-
numpy/ma/tests/test_extras.py | 83 +++-
numpy/testing/utils.py | 15 +-
numpy/tests/test_reloading.py | 34 ++
numpy/version.py | 8 +-
setup.py | 9 +-
40 files changed, 1351 insertions(+), 693 deletions(-)
create mode 100644 doc/release/1.11.2-notes.rst
create mode 100644 numpy/_globals.py
create mode 100644 numpy/tests/test_reloading.py
--
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