Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -7/+7 |
| | |||||
* | core | pierregm | 2008-08-07 | 1 | -48/+82 |
| | | | | | | | * use self.__name__ for private method instances extras * fixed corrcoef * introduced diagflat | ||||
* | * added cov and corrcoef to ma.extras for compatibility | pierregm | 2008-08-05 | 1 | -15/+138 |
| | |||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -8/+105 |
| | |||||
* | * extras: fixed the definition of median | pierregm | 2008-08-04 | 1 | -11/+8 |
| | |||||
* | BUG: missing import. | Robert Kern | 2008-07-29 | 1 | -0/+1 |
| | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -1/+1 |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | ||||
* | Reduce numpy's import times by delaying a few time consuming imports to the ↵ | Robert Kern | 2008-07-03 | 1 | -5/+2 |
| | | | | 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 : Make sure a field shares its mask with the whole array | pierregm | 2008-05-29 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -3/+3 |
| | |||||
* | mrecords : fixed fromarrays when importing only one record | pierregm | 2008-05-16 | 1 | -22/+22 |
| | | | | extras : fixed a bug in the naming convention | ||||
* | extras : dropped the m prefix in mediff1d, mvander, mpolyfit | pierregm | 2008-05-14 | 1 | -9/+9 |
| | | | | mrecords: fixed __setitem__ to update the mask if needed. | ||||
* | extras: introduced mvander and mpolyfit | pierregm | 2008-05-13 | 1 | -85/+160 |
| | |||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -13/+13 |
| | |||||
* | core: | pierregm | 2008-04-14 | 1 | -3/+0 |
| | | | | | | | | | | | | | | 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 | ||||
* | core: | pierregm | 2008-04-07 | 1 | -74/+26 |
| | | | | | | | | | | 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) | ||||
* | core : fixed sort when axis is None | pierregm | 2008-03-22 | 1 | -9/+84 |
| | | | | | | | 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 | ||||
* | BUG: Python 2.3 compatibility. We cannot use generator expressions in numpy. | Robert Kern | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | comments cleaning and docstring updates. | pierregm | 2008-02-07 | 1 | -38/+79 |
| | |||||
* | Fix concatenator usage (patch by Pierre). | Stefan van der Walt | 2008-01-20 | 1 | -5/+5 |
| | | | | Change N to np in regression test. | ||||
* | Reformat extras docstrings. | Stefan van der Walt | 2007-12-15 | 1 | -109/+148 |
| | |||||
* | Fix benchmarks. Remove remaining imports of maskedarray. | Stefan van der Walt | 2007-12-15 | 1 | -1/+1 |
| | |||||
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+722 |