[Numpy-svn] [numpy/numpy] b491cc: TST: Ensure `dot` fails correctly if array types c...

GitHub noreply at github.com
Tue Jan 12 12:31:59 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b491cc8916e7ac1bf974fab8c2f9b65b17a90457
      https://github.com/numpy/numpy/commit/b491cc8916e7ac1bf974fab8c2f9b65b17a90457
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  TST: Ensure `dot` fails correctly if array types cannot be coerced into a common type.


  Commit: 67592d34fa0bc09fb20686cc76565e3153c0c958
      https://github.com/numpy/numpy/commit/67592d34fa0bc09fb20686cc76565e3153c0c958
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

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

  Log Message:
  -----------
  TST: Ensure `inner` fails correctly if array types cannot be coerced into a common type.


  Commit: bab118da49f051aecf35296bb9d8a00edd5b4198
      https://github.com/numpy/numpy/commit/bab118da49f051aecf35296bb9d8a00edd5b4198
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/ctors.c

  Log Message:
  -----------
  BUG: Clear error before constructing error message using calls to `PyObject_Repr`. Also, do a better job of handling any errors raised while constructing the error message.


  Commit: 88c8a9c22013eb6aa876adfe895b339bc602e6ac
      https://github.com/numpy/numpy/commit/88c8a9c22013eb6aa876adfe895b339bc602e6ac
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/cblasfuncs.c

  Log Message:
  -----------
  MAINT: Refactor `cblas_innerproduct` to use `cblas_matrixproduct`.


  Commit: 223513a24d7e28d471d8697016dbb035c959e12a
      https://github.com/numpy/numpy/commit/223513a24d7e28d471d8697016dbb035c959e12a
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/cblasfuncs.c
    M numpy/core/src/multiarray/cblasfuncs.h
    M numpy/core/src/multiarray/multiarraymodule.c

  Log Message:
  -----------
  MAINT: Refactor `PyArray_InnerProduct` so that it just performs a transpose and calls `PyArray_MatrixProduct2`.


  Commit: eb271a517e9a18085a767937a2a76d9676c538c6
      https://github.com/numpy/numpy/commit/eb271a517e9a18085a767937a2a76d9676c538c6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/cblasfuncs.c
    M numpy/core/src/multiarray/cblasfuncs.h
    M numpy/core/src/multiarray/ctors.c
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #6968 from jakirkham/optimize_innerproduct

ENH, MAINT: Refactor `PyArray_InnerProduct` to use `PyArray_MatrixProduct2`


Compare: https://github.com/numpy/numpy/compare/4b82b1bba72e...eb271a517e9a


More information about the Numpy-svn mailing list