[Numpy-svn] [numpy/numpy] 62c83d: DOC: Enhance description/usage for np.linalg.eig*h

GitHub noreply at github.com
Fri Nov 4 16:19:58 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 62c83dd7a69ce72d566db5e0b45139420b856891
      https://github.com/numpy/numpy/commit/62c83dd7a69ce72d566db5e0b45139420b856891
  Author: Stuart Archibald <stuart.archibald at googlemail.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M numpy/linalg/linalg.py

  Log Message:
  -----------
  DOC: Enhance description/usage for np.linalg.eig*h

Proposed documentation enhancement to the `np.linalg.eig*h`
routines.

The current documentation does not reflect the nature of the
underlying LAPACK routines and the way in which they interpet
the input. This documentation and examples are with view of
adding clarity to what is actually performed.


  Commit: fc6ba159a26836fe130b385ce0ceb9b9b939475d
      https://github.com/numpy/numpy/commit/fc6ba159a26836fe130b385ce0ceb9b9b939475d
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

  Changed paths:
    M numpy/linalg/linalg.py

  Log Message:
  -----------
  DOC: Remove "deprecated" from eigvalsh UPLO.

The UPLO parameter of eigvalsh was marked as deprecated, apparently in anticipation
of convergence with the scipy version which uses a `lower` boolean parameter. There is
no deprecation in the code, nor a lower parameter, so remove the deprecation.

[ci skip]


  Commit: 4d300ff74dfa9bf710cef936e6570c4dce8f7238
      https://github.com/numpy/numpy/commit/4d300ff74dfa9bf710cef936e6570c4dce8f7238
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

  Changed paths:
    M numpy/linalg/linalg.py

  Log Message:
  -----------
  Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhance

DOC: Enhance description/usage for np.linalg.eig*h


Compare: https://github.com/numpy/numpy/compare/6bb5a22ac873...4d300ff74dfa


More information about the Numpy-svn mailing list