[Numpy-svn] [numpy/numpy] 5fc07a: MAINT: Ensure `inner` is raising a ValueError just...
GitHub
noreply at github.com
Fri Jan 15 18:56:32 EST 2016
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: 5fc07a2f5357a638a979abfae9f208784a00a5d7
https://github.com/numpy/numpy/commit/5fc07a2f5357a638a979abfae9f208784a00a5d7
Author: John Kirkham <kirkhamj at janelia.hhmi.org>
Date: 2016-01-15 (Fri, 15 Jan 2016)
Changed paths:
M numpy/core/src/multiarray/multiarraymodule.c
M numpy/core/tests/test_multiarray.py
Log Message:
-----------
MAINT: Ensure `inner` is raising a ValueError just as `dot` does in the same case.
Commit: ef09a84e10fa3439ea17f8531431ae874df3afa1
https://github.com/numpy/numpy/commit/ef09a84e10fa3439ea17f8531431ae874df3afa1
Author: John Kirkham <kirkhamj at janelia.hhmi.org>
Date: 2016-01-15 (Fri, 15 Jan 2016)
Changed paths:
M doc/release/1.11.0-notes.rst
Log Message:
-----------
DOC: Explain the new exception behavior of `np.dot` when its types cannot be cast to a common type.
Commit: 35790f6912bfaa4a1fc963ed5c5ca08761d5f9c0
https://github.com/numpy/numpy/commit/35790f6912bfaa4a1fc963ed5c5ca08761d5f9c0
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2016-01-15 (Fri, 15 Jan 2016)
Changed paths:
M doc/release/1.11.0-notes.rst
M numpy/core/src/multiarray/multiarraymodule.c
M numpy/core/tests/test_multiarray.py
Log Message:
-----------
Merge pull request #6987 from jakirkham/test_dot_inner_type_failures
TST, MAINT: Make sure exceptions of `inner` and `dot` match for different cases
Compare: https://github.com/numpy/numpy/compare/54224f4e8803...35790f6912bf
More information about the Numpy-svn
mailing list