[Numpy-svn] [numpy/numpy] f99a3c: DOC, MAINT: Spell check and break long lines in uf...

GitHub noreply at github.com
Sat Mar 1 10:37:59 EST 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: f99a3cdd2857c73df55100b0ef6b3da220a7c522
      https://github.com/numpy/numpy/commit/f99a3cdd2857c73df55100b0ef6b3da220a7c522
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/core/code_generators/ufunc_docstrings.py

  Log Message:
  -----------
  DOC, MAINT: Spell check and break long lines in ufunc_docstrings.py.

Some bits are also rephrased and nan is replaced by NaN where
appropriate.


  Commit: 87382b5c63eb5ecf9460b062686f81cb17cb696a
      https://github.com/numpy/numpy/commit/87382b5c63eb5ecf9460b062686f81cb17cb696a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/core/code_generators/ufunc_docstrings.py

  Log Message:
  -----------
  DOC: Correct and extend the documentation of fmod and remainder ufuncs.

Closes #3563.


  Commit: 7949c6878e18c2ead51b4f27e774a915103c8ee9
      https://github.com/numpy/numpy/commit/7949c6878e18c2ead51b4f27e774a915103c8ee9
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/core/code_generators/ufunc_docstrings.py
    M numpy/core/src/umath/umathmodule.c

  Log Message:
  -----------
  DOC: Document ldexp and frexp.

The documentation needs to be in umathmodule.c as that is where ldexp
and frexp and defined. I moved the current documention from
add_newdocs.py to ufunc_docstrings.py, manually translated them into C
strings, and inserted them into umathmodule.c.

Closes #2354.


  Commit: b1a54492371492e7df2e67238a661e684513cce0
      https://github.com/numpy/numpy/commit/b1a54492371492e7df2e67238a661e684513cce0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  DOC: Improve the documentation of numpy.load.

Add the fact that for pickled files, a file-like object must also
support the readline() method.

Closes #2807.


  Commit: d930fe020c2ebff449ae86c3ebf19a8c3fcc69b1
      https://github.com/numpy/numpy/commit/d930fe020c2ebff449ae86c3ebf19a8c3fcc69b1
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/lib/function_base.py
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  DOC: Fix documentation of normed in histogram2d and histogramdd.

The documentation misrepresented what happened, leaving out division
by the total number of sample points.

Also run spellcheck over function_base.py and twodim_base.py and break
some long lines.

Closes #2423.


  Commit: 14425fc900a3b40022a83fa4b5f661c9732a9dfc
      https://github.com/numpy/numpy/commit/14425fc900a3b40022a83fa4b5f661c9732a9dfc
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/core/code_generators/ufunc_docstrings.py
    M numpy/core/src/umath/umathmodule.c
    M numpy/lib/function_base.py
    M numpy/lib/npyio.py
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  Merge pull request #4406 from charris/backport-1.8-doc-fixes

Backport 1.8 doc fixes


Compare: https://github.com/numpy/numpy/compare/fdde3144ab7c...14425fc900a3


More information about the Numpy-svn mailing list