[Numpy-svn] [numpy/numpy] 6ccef0: MAINT: Rename npy_cache_pyfunc to npy_cache_import...

GitHub noreply at github.com
Thu Jun 18 20:23:06 EDT 2015


  Branch: refs/heads/auto
  Home:   https://github.com/numpy/numpy
  Commit: 6ccef0364915663ca122b102a7c47c01a6051fd6
      https://github.com/numpy/numpy/commit/6ccef0364915663ca122b102a7c47c01a6051fd6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
    M numpy/core/src/multiarray/getset.c
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/src/multiarray/methods.c
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/src/multiarray/number.c
    M numpy/core/src/private/npy_import.h

  Log Message:
  -----------
  MAINT: Rename npy_cache_pyfunc to npy_cache_import.

The function will be new in NumPy 1.10, so get this done before
branching that version. The old name was a bit too specific for a
function that could also be used to cache other attributes than just
functions.


  Commit: 520b564a4761e4d1935fd16a2fc119df1f2c77a2
      https://github.com/numpy/numpy/commit/520b564a4761e4d1935fd16a2fc119df1f2c77a2
  Author: Homu <homu at barosl.com>
  Date:   2015-06-19 (Fri, 19 Jun 2015)

  Changed paths:
    M numpy/core/src/multiarray/getset.c
    M numpy/core/src/multiarray/mapping.c
    M numpy/core/src/multiarray/methods.c
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/src/multiarray/number.c
    M numpy/core/src/private/npy_import.h

  Log Message:
  -----------
  Auto merge of #5983 - charris:rename-npy_cache_pyfunc, r=njsmith

MAINT: Rename npy_cache_pyfunc to npy_cache_import.

The function will be new in NumPy 1.10, so get this done before
branching that version. The old name was a bit too specific for a
function that could also be used to cache other attributes than just
functions.


Compare: https://github.com/numpy/numpy/compare/4027d16f0aa1...520b564a4761


More information about the Numpy-svn mailing list