summaryrefslogtreecommitdiff
path: root/numpy/core/_methods.py
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-8/+0
* ENH: missingdata: Add maskna= flag to np.eye constructorMark Wiebe2011-08-271-1/+1
* ENH: core: Add static caching of the callables for C to core._method callsMark Wiebe2011-08-271-0/+105