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

GitHub noreply at github.com
Wed Mar 16 16:40:30 EDT 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: 86f83fbb9de9a39699894eb98cbe296ffa6b9334
      https://github.com/numpy/numpy/commit/86f83fbb9de9a39699894eb98cbe296ffa6b9334
  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: 538593d9eab75351af13b6c40f43475f0578303c
      https://github.com/numpy/numpy/commit/538593d9eab75351af13b6c40f43475f0578303c
  Author: Joseph Fox-Rabinovitz <jfoxrabinovitz at gmail.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M doc/release/1.11.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: a83e095dbc7640009d74acb61a32554ffd8dbda4
      https://github.com/numpy/numpy/commit/a83e095dbc7640009d74acb61a32554ffd8dbda4
  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: Ongoing fixes to PR#7416

Removed superfluous `ceil` call in automated bin width estimator.
Updated tests to reflect modified estimator.


  Commit: ed90637d9f71b9476da4efeeec92fec7c01e8426
      https://github.com/numpy/numpy/commit/ed90637d9f71b9476da4efeeec92fec7c01e8426
  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:
  -----------
  MAINT: Cleanup of backport of PRs #7416, #7423


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

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

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

MAINT: Cleanup of backport of PRs #7416, #7423


Compare: https://github.com/numpy/numpy/compare/8f867e91d7a4...8bd6c062df43


More information about the Numpy-svn mailing list