[Numpy-svn] [numpy/numpy] bd6d28: BUG: fix complex norm of higher order
GitHub
noreply at github.com
Thu Jan 2 18:00:29 EST 2014
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: bd6d287dd73c483654cfb10f4cfab4dcc7548dd2
https://github.com/numpy/numpy/commit/bd6d287dd73c483654cfb10f4cfab4dcc7548dd2
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: 2014-01-02 (Thu, 02 Jan 2014)
Changed paths:
M numpy/linalg/linalg.py
M numpy/linalg/tests/test_linalg.py
Log Message:
-----------
BUG: fix complex norm of higher order
asfarray truncates the complex part, so it must be avoided for complex
types.
Closes gh-4156.
Commit: b91d3f456040a39a37cc1281ba499cb4316d15ec
https://github.com/numpy/numpy/commit/b91d3f456040a39a37cc1281ba499cb4316d15ec
Author: Julian Taylor <juliantaylor108 at gmail.com>
Date: 2014-01-02 (Thu, 02 Jan 2014)
Changed paths:
M numpy/linalg/linalg.py
M numpy/linalg/tests/test_linalg.py
Log Message:
-----------
Merge pull request #4163 from juliantaylor/complex-norm-fix
BUG: fix complex norm of higher order
Compare: https://github.com/numpy/numpy/compare/7213b97ae2c1...b91d3f456040
More information about the Numpy-svn
mailing list