[Numpy-svn] [numpy/numpy] f53ab4: BUG: fix non-c99 fallback for np.inf input to log1...

GitHub noreply at github.com
Sat Mar 1 22:39:05 EST 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: f53ab41ae5cb72a7fcd1077d6b51b512c69b9b29
      https://github.com/numpy/numpy/commit/f53ab41ae5cb72a7fcd1077d6b51b512c69b9b29
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-01 (Sat, 01 Mar 2014)

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/src/npymath/npy_math.c.src
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  BUG: fix non-c99 fallback for np.inf input to log1p/expm1

closes gh-4225


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

  Changed paths:
    M doc/release/1.8.1-notes.rst
    M numpy/core/src/npymath/npy_math.c.src
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  Merge pull request #4416 from juliantaylor/log1p-expm1-no-c99-1.8

BUG: fix non-c99 fallback for np.inf input to log1p/expm1


Compare: https://github.com/numpy/numpy/compare/fb91c032c9cd...4fc22603aba9


More information about the Numpy-svn mailing list