[Numpy-svn] [numpy/numpy] 479437: DOC: add missing parameters to npyio.genfromtxt, f...

GitHub noreply at github.com
Tue Mar 4 18:10:15 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 479437d295edde0158cff805c40fe3e5a17d3954
      https://github.com/numpy/numpy/commit/479437d295edde0158cff805c40fe3e5a17d3954
  Author: Yaron de Leeuw <jarondl at server.fake>
  Date:   2014-03-03 (Mon, 03 Mar 2014)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  DOC: add missing parameters to npyio.genfromtxt, fix #2929

`loose` `missing` and `skiprows` were missing from the docstring of
`npyio.genfromtxt`. The later two are actualy deprecated, but were added
nonetheless.


  Commit: 6030f096a34e6bbd6a504b6e4d5f6773a3c54b6e
      https://github.com/numpy/numpy/commit/6030f096a34e6bbd6a504b6e4d5f6773a3c54b6e
  Author: jarondl <jarondl at users.noreply.github.com>
  Date:   2014-03-03 (Mon, 03 Mar 2014)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  DOC: two minor typos in genfromtxt


  Commit: 64694a56a203fe0d5ef5ad3d437f1dc5a0ca6a85
      https://github.com/numpy/numpy/commit/64694a56a203fe0d5ef5ad3d437f1dc5a0ca6a85
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  Merge pull request #4428 from jarondl/genfromtxt-doc

DOC: add missing parameters to npyio.genfromtxt, fix #2929


Compare: https://github.com/numpy/numpy/compare/91fa07e8ec35...64694a56a203


More information about the Numpy-svn mailing list