Merge lp://staging/~jtaylor/ubuntu/trusty/python-numpy/new-upstream-1.8.1rc1 into lp://staging/ubuntu/trusty/python-numpy

Proposed by Julian Taylor
Status: Merged
Merge reported by: Julian Taylor
Merged at revision: not available
Proposed branch: lp://staging/~jtaylor/ubuntu/trusty/python-numpy/new-upstream-1.8.1rc1
Merge into: lp://staging/ubuntu/trusty/python-numpy
Diff against target: 30569 lines (+6969/-10824)
99 files modified
.pc/02_build_dotblas.patch/numpy/core/setup.py (+0/-994)
.pc/03_force_f2py_version.patch/numpy/f2py/setup.py (+0/-129)
.pc/10_use_local_python.org_object.inv_sphinx.diff/doc/source/conf.py (+0/-331)
.pc/20_disable-plot-extension.patch/doc/source/conf.py (+0/-331)
.pc/applied-patches (+0/-6)
.pc/ppc64el_cpu_config.patch/numpy/core/include/numpy/npy_cpu.h (+0/-111)
.pc/ppc64el_cpu_config.patch/numpy/core/include/numpy/npy_endian.h (+0/-47)
.pc/ppc64el_cpu_config.patch/numpy/core/setup.py (+0/-994)
.pc/ppc64el_cpu_config.patch/numpy/core/setup_common.py (+0/-308)
.pc/ppc64el_cpu_config.patch/numpy/core/src/npymath/ieee754.c.src (+0/-680)
.pc/ppc64el_cpu_config.patch/numpy/core/src/npymath/npy_math_private.h (+0/-518)
.pc/ppc64el_cpu_config.patch/numpy/core/src/private/npy_fpmath.h (+0/-48)
.pc/python3-soabi.patch/numpy/ctypeslib.py (+0/-426)
.pc/python3-soabi.patch/numpy/tests/test_ctypeslib.py (+0/-102)
MANIFEST.in (+3/-0)
PKG-INFO (+1/-1)
debian/changelog (+59/-0)
debian/control (+8/-8)
debian/copyright (+51/-16)
debian/patches/02_build_dotblas.patch (+1/-1)
debian/patches/python3-soabi.patch (+5/-5)
debian/patches/quantities-linspace.patch (+18/-0)
debian/patches/restore-3kcompat-api.patch (+147/-0)
debian/patches/series (+3/-1)
debian/python3-numpy-dbg.install (+1/-1)
debian/rules (+11/-7)
debian/tests/control (+3/-3)
doc/release/1.6.1-notes.rst (+11/-11)
doc/release/1.6.2-notes.rst (+52/-52)
doc/release/1.7.1-notes.rst (+17/-16)
doc/release/1.7.2-notes.rst (+54/-0)
doc/release/1.8.0-notes.rst (+8/-0)
doc/release/1.8.1-notes.rst (+49/-0)
doc/scipy-sphinx-theme/.git (+1/-1)
doc/source/conf.py (+4/-3)
doc/source/release.rst (+2/-0)
doc/sphinxext/.git (+1/-1)
numpy/add_newdocs.py (+1/-78)
numpy/core/_methods.py (+9/-3)
numpy/core/code_generators/ufunc_docstrings.py (+274/-169)
numpy/core/function_base.py (+5/-0)
numpy/core/include/numpy/npy_common.h (+9/-1)
numpy/core/include/numpy/npy_cpu.h (+0/-3)
numpy/core/include/numpy/npy_endian.h (+1/-2)
numpy/core/numeric.py (+1/-1)
numpy/core/setup.py (+3/-3)
numpy/core/setup_common.py (+0/-4)
numpy/core/src/multiarray/array_assign_scalar.c (+6/-0)
numpy/core/src/multiarray/arraytypes.c.src (+3/-3)
numpy/core/src/multiarray/buffer.c (+123/-3)
numpy/core/src/multiarray/ctors.c (+6/-3)
numpy/core/src/multiarray/datetime_strings.c (+3/-0)
numpy/core/src/multiarray/descriptor.c (+9/-0)
numpy/core/src/multiarray/iterators.c (+8/-0)
numpy/core/src/multiarray/methods.c (+3/-0)
numpy/core/src/multiarray/multiarraymodule.c (+8/-1)
numpy/core/src/multiarray/nditer_pywrap.c (+4/-1)
numpy/core/src/multiarray/number.c (+29/-20)
numpy/core/src/multiarray/numpymemoryview.c (+10/-9)
numpy/core/src/multiarray/scalarapi.c (+6/-0)
numpy/core/src/multiarray/scalartypes.c.src (+1/-2)
numpy/core/src/npymath/ieee754.c.src (+1/-2)
numpy/core/src/npymath/npy_math.c.src (+23/-13)
numpy/core/src/npymath/npy_math_private.h (+1/-2)
numpy/core/src/private/npy_fpmath.h (+1/-4)
numpy/core/src/umath/ufunc_object.c (+10/-1)
numpy/core/src/umath/umathmodule.c (+90/-6)
numpy/core/tests/test_function_base.py (+23/-1)
numpy/core/tests/test_memmap.py (+6/-5)
numpy/core/tests/test_multiarray.py (+48/-40)
numpy/core/tests/test_regression.py (+8/-0)
numpy/core/tests/test_umath.py (+21/-0)
numpy/ctypeslib.py (+0/-8)
numpy/distutils/fcompiler/gnu.py (+3/-3)
numpy/distutils/system_info.py (+4/-2)
numpy/f2py/__init__.py (+13/-13)
numpy/f2py/docs/usersguide/index.txt (+1/-1)
numpy/f2py/f2py.1 (+1/-1)
numpy/f2py/f2py2e.py (+2/-2)
numpy/f2py/setup.py (+1/-1)
numpy/lib/arraysetops.py (+1/-2)
numpy/lib/financial.py (+15/-7)
numpy/lib/function_base.py (+102/-90)
numpy/lib/npyio.py (+23/-15)
numpy/lib/stride_tricks.py (+2/-1)
numpy/lib/tests/test_arraysetops.py (+3/-0)
numpy/lib/tests/test_financial.py (+15/-0)
numpy/lib/tests/test_function_base.py (+24/-0)
numpy/lib/tests/test_io.py (+16/-8)
numpy/lib/tests/test_stride_tricks.py (+17/-0)
numpy/lib/twodim_base.py (+18/-21)
numpy/random/mtrand/mtrand.c (+5254/-5043)
numpy/random/mtrand/mtrand.pyx (+21/-22)
numpy/random/tests/test_random.py (+50/-1)
numpy/testing/utils.py (+7/-0)
numpy/tests/test_ctypeslib.py (+0/-1)
numpy/version.py (+5/-5)
setup.py (+92/-45)
site.cfg.example (+15/-0)
To merge this branch: bzr merge lp://staging/~jtaylor/ubuntu/trusty/python-numpy/new-upstream-1.8.1rc1
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+212058@code.staging.launchpad.net

Description of the change

upstreams bugfix release candidate 1
adds a couple more fixes on top of the git snapshot of the maintenance branch numpy already has

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: