[Numpy-svn] [numpy/numpy] 3fc490: MAINT: Refactor eigh and eigvalsh and associated t...

GitHub noreply at github.com
Sun Oct 27 21:23:04 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 3fc490759fc87dd4702b5a6174638e9fd70019dd
      https://github.com/numpy/numpy/commit/3fc490759fc87dd4702b5a6174638e9fd70019dd
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-26 (Sat, 26 Oct 2013)

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

  Log Message:
  -----------
  MAINT: Refactor eigh and eigvalsh and associated tests.

Do not convert the UPLO argument to a bytestring, it is not necessary.
Distribute parts of the eigh tests into the appropriate TestEigvalsh or
TestEigh test class.


  Commit: 85b83e6938fa6f5176eaab8e8fd1652b27d53aa0
      https://github.com/numpy/numpy/commit/85b83e6938fa6f5176eaab8e8fd1652b27d53aa0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-27 (Sun, 27 Oct 2013)

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

  Log Message:
  -----------
  Merge pull request #3982 from charris/refactor-eigh-eigvalsh

MAINT: Refactor eigh and eigvalsh and associated tests.


Compare: https://github.com/numpy/numpy/compare/47b5af987bf3...85b83e6938fa


More information about the Numpy-svn mailing list