[Python-modules-commits] [python-numpy] branch upstream updated (b10475f -> 91cce07)
Sandro Tosi
morph at moszumanska.debian.org
Sun Nov 26 17:40:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository python-numpy.
from b10475f Import python-numpy_1.13.1.orig.tar.gz
new 91cce07 Import python-numpy_1.13.3.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.13.2-notes.rst | 58 +
doc/release/1.13.3-notes.rst | 64 +
doc/source/conf.py | 2 +
doc/source/release.rst | 3 +
numpy/core/code_generators/generate_umath.py | 4 +-
numpy/core/numeric.py | 2 +-
numpy/core/src/multiarray/arraytypes.c.src | 16 +-
numpy/core/src/multiarray/cblasfuncs.c | 3 +-
numpy/core/src/multiarray/item_selection.c | 44 +-
numpy/core/src/multiarray/sequence.c | 37 +-
numpy/core/src/multiarray/temp_elide.c | 6 +-
numpy/core/src/npymath/npy_math_complex.c.src | 8 +-
numpy/core/src/private/npy_config.h | 13 +
numpy/core/src/umath/loops.c.src | 10 -
numpy/core/src/umath/loops.h.src | 3 -
numpy/core/src/umath/ufunc_type_resolution.c | 74 +-
numpy/core/src/umath/ufunc_type_resolution.h | 9 +-
numpy/core/tests/test_defchararray.py | 10 +-
numpy/core/tests/test_multiarray.py | 41 +-
numpy/core/tests/test_numeric.py | 41 +-
numpy/core/tests/test_ufunc.py | 85 +-
numpy/distutils/fcompiler/gnu.py | 3 +-
numpy/distutils/fcompiler/intel.py | 2 +-
numpy/distutils/mingw32ccompiler.py | 2 +-
numpy/distutils/tests/test_fcompiler_gnu.py | 3 +-
numpy/doc/basics.py | 6 +-
numpy/lib/arraypad.py | 8 +
numpy/lib/function_base.py | 21 +-
numpy/lib/polynomial.py | 10 +-
numpy/lib/tests/test_arraypad.py | 11 +
numpy/lib/tests/test_function_base.py | 17 +-
numpy/lib/tests/test_polynomial.py | 18 +-
numpy/polynomial/chebyshev.py | 16 +-
numpy/polynomial/hermite.py | 20 +-
numpy/polynomial/hermite_e.py | 20 +-
numpy/polynomial/laguerre.py | 20 +-
numpy/polynomial/legendre.py | 20 +-
numpy/polynomial/polynomial.py | 2 +-
numpy/random/mtrand/mtrand.c | 3582 +++++++++++++++----------
numpy/random/mtrand/numpy.pxd | 12 +-
numpy/version.py | 8 +-
setup.py | 2 +-
43 files changed, 2702 insertions(+), 1636 deletions(-)
create mode 100644 doc/release/1.13.2-notes.rst
create mode 100644 doc/release/1.13.3-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