[Numpy-svn] [numpy/numpy] b40e68: BUG: fix not returning out array from ufuncs with ...

GitHub noreply at github.com
Tue Oct 28 19:14:43 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: b40e686f10421099400a533b343d6d1212f786e9
      https://github.com/numpy/numpy/commit/b40e686f10421099400a533b343d6d1212f786e9
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-28 (Tue, 28 Oct 2014)

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

  Log Message:
  -----------
  BUG: fix not returning out array from ufuncs with subok=False set

closes gh-5240


  Commit: 994e98c598c19eb603ddd44eb8753b064adbd8cd
      https://github.com/numpy/numpy/commit/994e98c598c19eb603ddd44eb8753b064adbd8cd
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

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

  Log Message:
  -----------
  Merge pull request #5242 from juliantaylor/fix-ufunc-subok-out

BUG: fix not returning out array from ufuncs with subok=False set


Compare: https://github.com/numpy/numpy/compare/c88fd9148278...994e98c598c1


More information about the Numpy-svn mailing list