[Numpy-svn] [numpy/numpy] c776f3: ENH: vectorize isinf, isfinite and signbit

GitHub noreply at github.com
Sun Jan 10 12:14:43 EST 2016


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

  Changed paths:
    M numpy/core/src/umath/loops.c.src
    M numpy/core/src/umath/simd.inc.src
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  ENH: vectorize isinf, isfinite and signbit

isfinite is especially valuable as its needed to verify inputs are
suitable for lapack.


  Commit: 3a92c549220807ce0a3e91b7e4441bff61a56384
      https://github.com/numpy/numpy/commit/3a92c549220807ce0a3e91b7e4441bff61a56384
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M numpy/core/src/umath/loops.c.src
    M numpy/core/src/umath/simd.inc.src
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  Merge pull request #6980 from juliantaylor/vect-isfinite

ENH: vectorize isinf and isfinite


Compare: https://github.com/numpy/numpy/compare/8a1c58201ca1...3a92c5492208


More information about the Numpy-svn mailing list