[Numpy-svn] [numpy/numpy] 8f4b4f: BUG, ENH: allow linalg.cond to work on a stack of m...

GitHub noreply at github.com
Sat Sep 26 20:39:43 EDT 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 8f4b4f19fdd4b8cdd0a5dd8572198a43c79c6043
      https://github.com/numpy/numpy/commit/8f4b4f19fdd4b8cdd0a5dd8572198a43c79c6043
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M numpy/linalg/linalg.py
    M numpy/linalg/tests/test_linalg.py

  Log Message:
  -----------
  BUG,ENH: allow linalg.cond to work on a stack of matrices

This was buggy, because the underlying functions supported it
partially but cond was not aware of this.

Closes gh-6351


  Commit: 086a8864d5b011ed17be050ceab242500df1b755
      https://github.com/numpy/numpy/commit/086a8864d5b011ed17be050ceab242500df1b755
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M numpy/linalg/linalg.py
    M numpy/linalg/tests/test_linalg.py

  Log Message:
  -----------
  Merge pull request #6369 from charris/backport-gh-6362

BUG,ENH: allow linalg.cond to work on a stack of matrices


Compare: https://github.com/numpy/numpy/compare/00ca7ea7ec26...086a8864d5b0


More information about the Numpy-svn mailing list