| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
of explicit imports or dependency on the local scope where the doctest is
defined..
|
|
|
|
| |
point of actual use and global instantiations of finfo. Thanks to David Cournapeau for tracking down and fixing the import part of the problem.
|
|
|
|
|
| |
mrecords : IMPORTANT : the mask of a field is no longer set to nomask when it's full of False, which simplifies masking specific fields.
extras : Reorganized personal comments
|
| |
|
|
|
|
| |
extras : fixed a bug in the naming convention
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|