| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
mrecords: fixed __setitem__ to update the mask if needed.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix_invalid : use isfinite & skip setting a mask is there's no invalid data
_update_from: force the default hardmask to False (instead of relying on class default)
extras:
cleanup
mrecords:
modified to meet new standards (import numpy as np)
__array_finalize__ : skip the call to _update_from and directly update __dict__
__setmask__ : allow an update from a valid fieldmask
mask : as recognizable property
|
|
|
|
|
|
|
|
|
|
| |
compressed : make sure that the result is always an array.
count : make sure that a regular ndarray is returned.
added the get_fill_value function
extras:
added the expand_dims function
deleted varu/stdu (redundant with the ddof=1 parameter)
|
|
|
|
|
|
|
| |
mstats : fixed mmedian, renamed to median and moved to numpy.ma.extras for compatibility
extras : introduced median from mstats
mrecords: * fixed __array_finalize__ to keep the mask of a masked array when viewing it as a mrecarray
* simplified _getdata
|
| |
|
| |
|
|
|
|
| |
Change N to np in regression test.
|
| |
|
| |
|
|
|