[Numpy-svn] [numpy/numpy] dde111: BUG: make result of isfinite/isinf/signbit a boole...

GitHub noreply at github.com
Mon Jan 11 18:35:56 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: dde1112f4476862e1e028d048bde23027ec5441c
      https://github.com/numpy/numpy/commit/dde1112f4476862e1e028d048bde23027ec5441c
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M numpy/core/src/umath/simd.inc.src

  Log Message:
  -----------
  BUG: make result of isfinite/isinf/signbit a boolean

may return something else than one or zero and npy_bool is
unfortunately an int8 not a c99 bool


  Commit: 4b82b1bba72ef7539c06a4577b7102da9564ca02
      https://github.com/numpy/numpy/commit/4b82b1bba72ef7539c06a4577b7102da9564ca02
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-11 (Mon, 11 Jan 2016)

  Changed paths:
    M numpy/core/src/umath/simd.inc.src

  Log Message:
  -----------
  Merge pull request #6994 from juliantaylor/signbit

BUG: make result of isfinite/isinf/signbit a boolean


Compare: https://github.com/numpy/numpy/compare/3a9c90cbfd60...4b82b1bba72e


More information about the Numpy-svn mailing list