[Numpy-svn] [numpy/numpy] 339252: DOC: Fix documentation of normed in histogram2d an...

GitHub noreply at github.com
Sat Mar 1 09:04:36 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 33925293da281ee89137bf69a1951e3da022e03e
      https://github.com/numpy/numpy/commit/33925293da281ee89137bf69a1951e3da022e03e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-02-26 (Wed, 26 Feb 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: 94d35b500fc1e9daacc56e5dfc2d0cda590ea76f
      https://github.com/numpy/numpy/commit/94d35b500fc1e9daacc56e5dfc2d0cda590ea76f
  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:
  -----------
  Merge pull request #4372 from charris/fix-gh-2423

DOC: Fix documentation of normed keyword in histogram2d and histogramdd.


Compare: https://github.com/numpy/numpy/compare/a4e76451a7c9...94d35b500fc1


More information about the Numpy-svn mailing list