[Numpy-svn] [numpy/numpy] afb4ef: BUG: Fix commutativity of {dot, multiply, inner}(sca...

GitHub noreply at github.com
Mon Mar 17 15:16:09 EDT 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: afb4ef230a504be80c7d0fceb267026f7c34514c
      https://github.com/numpy/numpy/commit/afb4ef230a504be80c7d0fceb267026f7c34514c
  Author: Daniel da Silva <daniel at meltingwax.net>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

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

  Log Message:
  -----------
  BUG: Fix commutativity of {dot,multiply,inner}(scalar, matrix_of_objs)

Fixes #2469 and #4482. Relaxes fail condition to allow subtype as documented.


  Commit: c22185c4905e725a65662670906ab63c7265ff6a
      https://github.com/numpy/numpy/commit/c22185c4905e725a65662670906ab63c7265ff6a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst

  Log Message:
  -----------
  DOC: Add backport of gh-4483 to release notes.


  Commit: 5792fdbc3dda2a982b08f9fb9effe18e34663512
      https://github.com/numpy/numpy/commit/5792fdbc3dda2a982b08f9fb9effe18e34663512
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/src/umath/ufunc_object.c
    M numpy/core/tests/test_multiarray.py
    M numpy/core/tests/test_ufunc.py

  Log Message:
  -----------
  Merge pull request #4501 from charris/backport-1.8-gh-4483

Backport 1.8 gh 4483


Compare: https://github.com/numpy/numpy/compare/f961cac6a4bd...5792fdbc3dda


More information about the Numpy-svn mailing list