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

GitHub noreply at github.com
Sat Sep 26 13:36:16 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: ae56c58db4207bd11100a9d24c9edf7694e34d67
      https://github.com/numpy/numpy/commit/ae56c58db4207bd11100a9d24c9edf7694e34d67
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2015-09-25 (Fri, 25 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: dbd2324d8e28dcdac53f800cc3d11158bac3ff7b
      https://github.com/numpy/numpy/commit/dbd2324d8e28dcdac53f800cc3d11158bac3ff7b
  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 #6362 from seberg/issue6351

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


Compare: https://github.com/numpy/numpy/compare/1bf73fa0119f...dbd2324d8e28


More information about the Numpy-svn mailing list