[Numpy-svn] [numpy/numpy] 9b152a: ENH: Add keepdims to linalg.norm

GitHub noreply at github.com
Fri Oct 17 11:52:28 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9b152aaaf3abd0f98b7a88ed66df7518a6a6c85b
      https://github.com/numpy/numpy/commit/9b152aaaf3abd0f98b7a88ed66df7518a6a6c85b
  Author: Eric Moore <ewm at redtetrahedron.org>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

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

  Log Message:
  -----------
  ENH: Add keepdims to linalg.norm


  Commit: 6f88eea024448b913cea881efad405e5d4ece195
      https://github.com/numpy/numpy/commit/6f88eea024448b913cea881efad405e5d4ece195
  Author: Eric Moore <ewm at redtetrahedron.org>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

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

  Log Message:
  -----------
  MAINT: Stop repeatedly running duplicate tests.
    These three tests don't make use of the infrastructre in
    _TestNorm. This means they are identical tests when run
    as part of TestNorm(Double,Single,Int64). Once is enough.


  Commit: c9d61533f0a5a40ec0a38c69e19615d375af166e
      https://github.com/numpy/numpy/commit/c9d61533f0a5a40ec0a38c69e19615d375af166e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

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

  Log Message:
  -----------
  Merge pull request #5196 from ewmoore/norm_keepdims

Add keepdims to linalg.norm


Compare: https://github.com/numpy/numpy/compare/5505dc9cdfa5...c9d61533f0a5


More information about the Numpy-svn mailing list