[Numpy-svn] [numpy/numpy] 127eb9: BUG: Incorrect handling of range in `histogram` wi...

GitHub noreply at github.com
Wed Mar 16 12:35:09 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 127eb9e7a4fb79668e62d1a50cf428fb7e7bf18e
      https://github.com/numpy/numpy/commit/127eb9e7a4fb79668e62d1a50cf428fb7e7bf18e
  Author: Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz at nasa.gov>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  BUG: Incorrect handling of range in `histogram` with automatic bins.

Fixes #7411. Tests and documentation updated.
Fixes other small issues with range and bin count computations.


  Commit: 8869c1ace77affefff75c8a772edb2983b68a015
      https://github.com/numpy/numpy/commit/8869c1ace77affefff75c8a772edb2983b68a015
  Author: Joseph Fox-Rabinovitz <jfoxrabinovitz at gmail.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M doc/release/1.12.0-notes.rst
    M numpy/lib/function_base.py

  Log Message:
  -----------
  DOC: Updated documentation to reflect changes to bin estimators.

Described ad nauseum the relationship between `range` parameter and bin estimation.
Updated formulas for estimators now that they are returning bin widths.


  Commit: 858b5b201f82be0aa98210dc363f049939a15e31
      https://github.com/numpy/numpy/commit/858b5b201f82be0aa98210dc363f049939a15e31
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M doc/release/1.12.0-notes.rst
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  Merge pull request #7416 from madphysicist/hist-range

BUG: Incorrect handling of range in `histogram` with automatic bins.


Compare: https://github.com/numpy/numpy/compare/1429c606643d...858b5b201f82


More information about the Numpy-svn mailing list