[Python-modules-commits] [python-numpy] branch master updated (6ed8b48 -> 5deef7f)
Sandro Tosi
morph at moszumanska.debian.org
Mon May 30 21:14:03 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 6ed8b48 releasing package python-numpy version 1:1.11.0-1
new 6aa5061 record new upstream branch created by importing python-numpy_1.11.1~rc1.orig.tar.gz
new 8599003 Import python-numpy_1.11.1~rc1.orig.tar.gz
new ca84616 force generation f2py postfixed with interpreter version
new e4168f6 Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet
new 64ce383 adapt to python3 multiarch soabi
new 8da9e2f Adapt SWIG documentation to Debian
new 6cef64b Dont fail if we cant import mingw32
new 3d9e219 disable asserts on ppc with broken malloc only longdouble affected will still work with softfaults
new 371c729 merge patched into master
new 3542ba3 New upstream release candidate
new 56f7dd7 bump Standards-Version to 3.9.8 (no changes needed)
new 5deef7f releasing package python-numpy version 1:1.11.1~rc1-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 | 8 ++++
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.1-notes.rst | 28 +++++++++++++
doc/source/release.rst | 1 +
numpy/core/src/multiarray/arraytypes.c.src | 7 ++++
numpy/core/src/multiarray/item_selection.c | 13 +++---
numpy/core/src/multiarray/mapping.c | 8 +++-
numpy/core/src/private/npy_config.h | 4 +-
numpy/core/tests/test_indexing.py | 14 +++++++
numpy/core/tests/test_multiarray.py | 9 +++++
numpy/distutils/fcompiler/intel.py | 4 +-
numpy/distutils/intelccompiler.py | 4 +-
numpy/distutils/npy_pkg_config.py | 10 ++---
numpy/distutils/system_info.py | 12 +++++-
numpy/distutils/tests/test_system_info.py | 36 ++++++++++++++---
numpy/lib/arraypad.py | 2 +-
numpy/lib/function_base.py | 19 +++++++--
numpy/lib/tests/test_arraypad.py | 13 ++++++
numpy/lib/tests/test_function_base.py | 18 ++++++++-
numpy/linalg/linalg.py | 4 +-
numpy/linalg/tests/test_regression.py | 46 ++++++++++++++++++++++
numpy/ma/core.py | 28 +++++++++----
numpy/ma/extras.py | 10 +++--
numpy/ma/tests/test_core.py | 17 ++++++++
numpy/ma/tests/test_extras.py | 13 ++++++
numpy/testing/utils.py | 8 +++-
numpy/version.py | 8 ++--
setup.py | 4 +-
site.cfg.example | 1 +
tools/swig/pyfragments.swg | 21 ++++++----
38 files changed, 324 insertions(+), 76 deletions(-)
create mode 100644 doc/release/1.11.1-notes.rst
--
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