[Numpy-svn] [numpy/numpy] 2d0487: TST: Add test for reduceat ufunc regression on zer...

GitHub noreply at github.com
Sun Aug 18 08:57:22 EDT 2013


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: 2d0487f93f6c93941b9f6a89b2d0d0c65dd1801f
      https://github.com/numpy/numpy/commit/2d0487f93f6c93941b9f6a89b2d0d0c65dd1801f
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  TST: Add test for reduceat ufunc regression on zero-sized array


  Commit: ef4b8af9ffc042fe91cdf3db994ad3e44ecc0775
      https://github.com/numpy/numpy/commit/ef4b8af9ffc042fe91cdf3db994ad3e44ecc0775
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  BUG: Fix ufunc.reduceat regression with empty index (gh-2892)


  Commit: 31dd2bbc644e8542c45fbdf737415319903fb50d
      https://github.com/numpy/numpy/commit/31dd2bbc644e8542c45fbdf737415319903fb50d
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  TST: Change reduceat empty test to use i4 indices

On 32-bit platforms, was failing in casting the test
i8 index to i4. It may be desirable to allow this
in reduceat, but that change is independent of this pull
request.


  Commit: 571e28b21a6a0d5fe52a690d95b9270789a98295
      https://github.com/numpy/numpy/commit/571e28b21a6a0d5fe52a690d95b9270789a98295
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  TST: Add test for additional ufunc.reduceat empty parameter case


  Commit: 73f34e3bd36fc37c11e6ea6776d63501c9d2c3c5
      https://github.com/numpy/numpy/commit/73f34e3bd36fc37c11e6ea6776d63501c9d2c3c5
  Author: Mark Wiebe <mwwiebe at gmail.com>
  Date:   2013-08-14 (Wed, 14 Aug 2013)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  BUG: Fix additional zero-sized index case for ufunc.reduceat


  Commit: f0f87d8b8ad07e5d46d12502c2d3d95988bbb16e
      https://github.com/numpy/numpy/commit/f0f87d8b8ad07e5d46d12502c2d3d95988bbb16e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  Merge pull request #3618 from charris/backport-2893

Backport 2893


Compare: https://github.com/numpy/numpy/compare/717e46266078...f0f87d8b8ad0


More information about the Numpy-svn mailing list