[Numpy-svn] [numpy/numpy] 21794e: BUG: core: fix bug in NpyIter buffering with disco...

GitHub noreply at github.com
Sun Sep 11 13:17:13 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 21794ee1d62de5112ee981cffb9e9df5ccee6a16
      https://github.com/numpy/numpy/commit/21794ee1d62de5112ee981cffb9e9df5ccee6a16
  Author: Pauli Virtanen <pav at iki.fi>
  Date:   2016-09-11 (Sun, 11 Sep 2016)

  Changed paths:
    M numpy/core/src/multiarray/nditer_api.c
    M numpy/core/tests/test_nditer.py
    M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  BUG: core: fix bug in NpyIter buffering with discontinuous arrays

It is possible to skip copying an array to the buffer only if the
reduction outer iterator is 1-dimensional --- the array may not be
c-contiguous.


  Commit: 8d3673db95f39d76ed6630ef9ff3603ac649bd26
      https://github.com/numpy/numpy/commit/8d3673db95f39d76ed6630ef9ff3603ac649bd26
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2016-09-11 (Sun, 11 Sep 2016)

  Changed paths:
    M numpy/core/src/multiarray/nditer_api.c
    M numpy/core/tests/test_nditer.py
    M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  Merge pull request #8042 from pv/fix-nditer-contig

BUG: core: fix bug in NpyIter buffering with discontinuous arrays


Compare: https://github.com/numpy/numpy/compare/1b22317ca16e...8d3673db95f3


More information about the Numpy-svn mailing list