[Numpy-svn] [numpy/numpy] 54c147: BUG: fix typo on npy_config.h include guard

GitHub noreply at github.com
Mon Jun 3 13:36:45 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 54c1471d25038a8e303e68ed71f0043c5786b28b
      https://github.com/numpy/numpy/commit/54c1471d25038a8e303e68ed71f0043c5786b28b
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M numpy/core/include/numpy/npy_math.h
    M numpy/core/src/umath/loops.c.src

  Log Message:
  -----------
  BUG: fix typo on npy_config.h include guard

Was overlooked as loops.c.src where np.isnan lives includes it directly.
Now all isnan calls in numpy profit from the improvement.


  Commit: 8ab4e1ac2ad80c11f1efc9fbfe0fa32d70e6a474
      https://github.com/numpy/numpy/commit/8ab4e1ac2ad80c11f1efc9fbfe0fa32d70e6a474
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

  Changed paths:
    M numpy/core/include/numpy/npy_math.h
    M numpy/core/src/umath/loops.c.src

  Log Message:
  -----------
  Merge pull request #3394 from juliantaylor/incl-guard-fix

BUG: fix typo on npy_config.h include guard


Compare: https://github.com/numpy/numpy/compare/dff8c9497b06...8ab4e1ac2ad8


More information about the Numpy-svn mailing list