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

GitHub noreply at github.com
Sun Mar 16 15:50:55 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: a22bb0e4dd4265216128cfb4796730d1df2b5d94
      https://github.com/numpy/numpy/commit/a22bb0e4dd4265216128cfb4796730d1df2b5d94
  Author: Daniel da Silva <daniel at meltingwax.net>
  Date:   2014-03-14 (Fri, 14 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: b80ef7539cc91f4c78a80f425b0906f497fc1f12
      https://github.com/numpy/numpy/commit/b80ef7539cc91f4c78a80f425b0906f497fc1f12
  Author: Charles Harris <charlesr.harris at gmail.com>
  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:
  -----------
  Merge pull request #4483 from meltingwax/meltingwax/2469

BUG: Fix commutativity of {dot,multiply,inner}(scalar, matrix_of_objects)


Compare: https://github.com/numpy/numpy/compare/ea639028632c...b80ef7539cc9


More information about the Numpy-svn mailing list