[Numpy-svn] [numpy/numpy] c86dab: ENH: replace Py_BuildValue with faster PyTuple_Pac...

GitHub noreply at github.com
Wed Nov 6 08:32:32 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: c86daba7ba4371906115892e837fe33105452023
      https://github.com/numpy/numpy/commit/c86daba7ba4371906115892e837fe33105452023
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  ENH: replace Py_BuildValue with faster PyTuple_Pack


  Commit: 23065cf8fd7b5851592918c765de2ccf459b2683
      https://github.com/numpy/numpy/commit/23065cf8fd7b5851592918c765de2ccf459b2683
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  ENH: replace PyUFunc_GetPyValues with faster _get_bufsize_errmask

avoids unnecessary creation of unused error objects.


  Commit: 7b124cf705daf8a1a1da99a99f8ac34ea36c2d24
      https://github.com/numpy/numpy/commit/7b124cf705daf8a1a1da99a99f8ac34ea36c2d24
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  MAINT: remove unused variable


  Commit: 41f2a26efc9f7853a8f00db3a6cd1f6ee855318c
      https://github.com/numpy/numpy/commit/41f2a26efc9f7853a8f00db3a6cd1f6ee855318c
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

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

  Log Message:
  -----------
  ENH: early return from PyArray_EquivTypenums if the numbers are equal


  Commit: e7e365fa6c3fff01fcb833664425f9b468f2aefd
      https://github.com/numpy/numpy/commit/e7e365fa6c3fff01fcb833664425f9b468f2aefd
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  Merge pull request #4010 from juliantaylor/reduce-opt

reduction micro optimizations


Compare: https://github.com/numpy/numpy/compare/0774804b1105...e7e365fa6c3f


More information about the Numpy-svn mailing list