[Numpy-svn] [numpy/numpy] 5bd7bf: BUG: match hard-coded finfo to calculated MachAr

GitHub noreply at github.com
Thu Feb 9 15:12:15 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 5bd7bf9bac7bcf659908d56c1dab1cf43af3ac51
      https://github.com/numpy/numpy/commit/5bd7bf9bac7bcf659908d56c1dab1cf43af3ac51
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M numpy/core/getlimits.py
    M numpy/core/tests/test_getlimits.py

  Log Message:
  -----------
  BUG: match hard-coded finfo to calculated MachAr

Make sure that value shapes and dtypes are the same as the original
calculated values from the MachAr class.

Closes #8585


  Commit: 04bfa6233473e3ffb7fb3fe2e9c1623d63f62cad
      https://github.com/numpy/numpy/commit/04bfa6233473e3ffb7fb3fe2e9c1623d63f62cad
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M numpy/core/getlimits.py
    M numpy/core/tests/test_getlimits.py

  Log Message:
  -----------
  Merge pull request #8596 from matthew-brett/fix-machar-likes

BUG: match hard-coded finfo to calculated MachAr


Compare: https://github.com/numpy/numpy/compare/520e4988b88b...04bfa6233473


More information about the Numpy-svn mailing list