[Python-modules-commits] [python-numpy] branch master updated (78bbe68 -> a13152c)
Sandro Tosi
morph at moszumanska.debian.org
Sat Feb 13 23:48:47 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 78bbe68 releasing package python-numpy version 1:1.11.0~b2-1
new 3002330 record new upstream branch created by importing python-numpy_1.11.0~b3.orig.tar.gz
new e515924 Import python-numpy_1.11.0~b3.orig.tar.gz
new df6fd44 force generation f2py postfixed with interpreter version
new 2120a4f Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet
new ce7d5bc adapt to python3 multiarch soabi
new b677674 Adapt SWIG documentation to Debian
new b988672 Dont fail if we cant import mingw32
new 3312e3e disable asserts on ppc with broken malloc only longdouble affected will still work with softfaults
new 98024be merge patched into master
new 3354e0e New upstream beta release
new 214aa0d switch Vcs-Git to HTTPS
new a13152c releasing package python-numpy version 1:1.11.0~b3-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.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 +-
32 files changed, 388 insertions(+), 247 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