[Numpy-svn] [numpy/numpy] 11248b: ENH: Add scalar special cases to Priority getter

GitHub noreply at github.com
Sat Oct 19 15:29:26 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 11248b71c67fae4c891bf9f16eb5659307c67fce
      https://github.com/numpy/numpy/commit/11248b71c67fae4c891bf9f16eb5659307c67fce
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2013-10-19 (Sat, 19 Oct 2013)

  Changed paths:
    M numpy/core/src/multiarray/common.c

  Log Message:
  -----------
  ENH: Add scalar special cases to Priority getter

Exact Python scalars can never have a priority, but checking
it is expensive. This adds checks for these to the Priority
getter function.


  Commit: a3858f3be1238970c407d045c6d2b1ad956f2df0
      https://github.com/numpy/numpy/commit/a3858f3be1238970c407d045c6d2b1ad956f2df0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-10-19 (Sat, 19 Oct 2013)

  Changed paths:
    M numpy/core/src/multiarray/common.c

  Log Message:
  -----------
  Merge pull request #3951 from seberg/scalar-priority

ENH: Add scalar special cases to Priority getter


Compare: https://github.com/numpy/numpy/compare/5d01dd124572...a3858f3be123


More information about the Numpy-svn mailing list