[Numpy-svn] [numpy/numpy] 8d47d6: ENH sync ndarray methods doc/args with numpy funct...

GitHub noreply at github.com
Fri Apr 3 12:54:39 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 8d47d697dad06116abe2b40ad6ee78f867292209
      https://github.com/numpy/numpy/commit/8d47d697dad06116abe2b40ad6ee78f867292209
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/add_newdocs.py
    M numpy/core/fromnumeric.py
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  ENH sync ndarray methods doc/args with numpy function doc/args

Modified the docstrings to all, any, sum, prod, mean, var, std, min, max
to add keepdims argument.

Added 'out' keyword parameter to numpy.argmin, numpy.argmax, to mirror
ndarray methods.

Updated ndarray.clip docstring to give correct parameter description.


  Commit: 147c60f83f401037ff29593826d2c5729a73c2c5
      https://github.com/numpy/numpy/commit/147c60f83f401037ff29593826d2c5729a73c2c5
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/add_newdocs.py
    M numpy/core/fromnumeric.py
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #5733 from ahaldane/keepdim_doc

ENH sync ndarray methods doc/args with numpy function doc/args


Compare: https://github.com/numpy/numpy/compare/8b6effadd783...147c60f83f40


More information about the Numpy-svn mailing list