[Python-modules-commits] [python-numpy] branch master updated (efcc4cb -> 716d6a3)
Sandro Tosi
morph at moszumanska.debian.org
Fri Sep 23 19:35:55 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 efcc4cb Removed lintian override for extra-license-file
new a962906 record new upstream branch created by importing python-numpy_1.11.2~rc1.orig.tar.gz
new b7041f1 Import python-numpy_1.11.2~rc1.orig.tar.gz
new 90b10dd force generation f2py postfixed with interpreter version
new a748958 Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet
new 4176eae adapt to python3 multiarch soabi
new 2f3ca48 Adapt SWIG documentation to Debian
new 4a2b77f Dont fail if we cant import mingw32
new 1dc07ee disable asserts on ppc with broken malloc only longdouble affected will still work with softfaults
new d06c239 merge patched into master
new 73501c6 New upstream release candidate
new 1038500 releasing package python-numpy version 1:1.11.2~rc1-1
new 716d6a3 debian/control
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 | 17 +-
debian/control | 5 +-
.../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.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 +-
49 files changed, 1381 insertions(+), 711 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