| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Also adjust the repr to drop maskna=True when this rule will enable it
automatically.
|
| |
|
| |
|
| |
|
|
|
|
| |
Note I haven't hooked it up to the arr[] operator yet...
|
| |
|
| |
|
| |
|
|
|
|
| |
NOTE: WIP, code doesn't build
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This change allows npy_bool to be a mask which always has payload
zero. This doesn't let combining masks with payloads to be a simple
'min' operation as the previous design, but allowing npy_bool as
the mask appears to be a very worthwhile tradeoff.
|
|
|
|
| |
payload
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is a step towards having everyone on the list use the same
vocabulary with specific nailed-down definitions for the terms.
|
| |
|
|
|
|
| |
This includes an email comment from Ben about 'np.any' and 'np.all'.
|
|
|
|
|
| |
This is an attempt to reduce potential confusion between the existing
numpy.ma and the NA-supporting built-in mask.
|
| |
|
| |
|
|
|
|
| |
patterns more clear
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
function
This is so that backwards compatibility can be retained with denying
regular ufuncs from supporting dynamic auxiliary data, but allowing
it for the masked inner loops so that the default masked loop can store the
regular inner loop it proxies calls to.
|
| |
|
| |
|
|
|
|
| |
just masks
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|