summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Added mod to the ufuncspierregm2008-11-232-2/+13
* Rewrote allclose to allow comparison with a scalarpierregm2008-11-212-33/+110
* * Prevent the shape of a 1d-singleton to be lost when interacting with masked...pierregm2008-11-212-18/+92
* Import np_ in ma tests since the import is not available in numpy.ma anymore.David Cournapeau2008-11-201-0/+1
* make_mask : Added a dtype keyword to support flexible-dtypepierregm2008-11-191-103/+187
* simplify MAErrorpierregm2008-11-171-10/+23
* MaskedRecords : reintroduced _fieldmask as a property (for backcompatibility).pierregm2008-11-111-0/+5
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-283-262/+435
* __getattribute__ : make sure than a np.void is returned when retrieving the u...pierregm2008-10-191-12/+18
* * make sure we call self.failUnless instead of assertpierregm2008-10-191-5/+5
* core : * fixed make_mask_descr to recognize subdtypes pierregm2008-10-185-87/+237
* replaced assert with self.failUnlesspierregm2008-09-294-166/+166
* use if ...: raise AssertionError instead of assertpierregm2008-09-291-7/+14
* core:pierregm2008-09-282-1/+22
* core:pierregm2008-09-194-34/+79
* median : fixed a bug in _median1D (there shouldn't have been an axis)pierregm2008-09-182-15/+26
* MaskedArray.__new__ : make sure that we inherit the _hardmask from data (if a...pierregm2008-09-132-2/+7
* Removed unused imports.Alan McIntyre2008-09-136-67/+53
* * fixed view for MaskedArrays w/ flexible dtypepierregm2008-09-112-4/+58
* * make sure that minimum & maximum actually return a MaskedArraypierregm2008-09-092-0/+19
* Removed unused imports.Alan McIntyre2008-09-092-3/+1
* * fixed deepcopy of masked arrays (bug #906)pierregm2008-09-052-0/+26
* docstring updatepierregm2008-09-031-186/+98
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
* * fixing botched previous commitpierregm2008-08-261-14/+0
* Updated doc + -OO compatibilitypierregm2008-08-262-26/+60
* Small style cleanup. Need work for ticket #893.Charles Harris2008-08-261-0/+2
* BUG: fix part of ticket #893Charles Harris2008-08-261-6/+11
* core : make sure that masked_equal works with a list as inputpierregm2008-08-253-8/+17
* * masked_where : force a consistency check on the shapes of the inputspierregm2008-08-122-0/+16
* ran reindentJarrod Millman2008-08-088-88/+85
* * core : minor doc formattingpierregm2008-08-072-79/+81
* corepierregm2008-08-073-61/+151
* * MaskedArray.__new__: prevents self._optinfo to be overwritten (it's defined...pierregm2008-08-061-2/+0
* * added cov and corrcoef to ma.extras for compatibilitypierregm2008-08-052-16/+207
* Merge from documentation editor.Stefan van der Walt2008-08-052-13/+140
* * extras: fixed the definition of medianpierregm2008-08-041-11/+8
* corepierregm2008-08-042-0/+14
* core:pierregm2008-08-032-16/+37
* BUG: missing import.Robert Kern2008-07-291-0/+1
* * core : prevent ._basedict to be incorrectly propagatedpierregm2008-07-282-2/+13
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-221-13/+13
* * force the domain to the shape of the other element in DomainedBinaryOperati...pierregm2008-07-222-1/+23
* core:pierregm2008-07-211-1/+0
* core:pierregm2008-07-212-4/+15
* core:pierregm2008-07-214-70/+107
* Undo test of SPARC alignment.Charles Harris2008-07-201-2/+0
* Testing SPARC alignment.Charles Harris2008-07-201-0/+2
* * added .torecords(), to convert a masked array to a flexible array with fiel...pierregm2008-07-182-0/+57
* * fixed a pb with printing flexible ndarrays with subdtypespierregm2008-07-181-1/+5