summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
* FOR BUILDBOT: More unsavory workarounds for Sparc64. Change back when we've f...Robert Kern2008-07-172-2/+2
* FOR BUILDBOT: Change the test to make sure the double is aligned to a reasona...Robert Kern2008-07-171-1/+1
* testutilspierregm2008-07-175-64/+170
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-052-11/+11
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-032-7/+8
* Corrected a goof in .reshape()pierregm2008-07-022-5/+5
* prevent .reshape to update the whole __dict__ of the result, use ._update_fro...pierregm2008-07-012-2/+2
* MaskedArray.__new__ : compare data to cls and not to MaskedArray, in case __n...pierregm2008-06-251-1/+7
* Restore old test framework classes.Alan McIntyre2008-06-216-6/+6
* * put maximum/minimum_fill_value back in __all__pierregm2008-06-202-6/+7
* fixed dictionary update for compatibility with Python 2.3pierregm2008-06-173-6/+7
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-177-194/+184
* core.MaskedArray.__new__pierregm2008-06-162-4/+24
* CHANGES:pierregm2008-06-085-1381/+1708
* * make_mask_none now accepts a fields argument to construct record-like masks...pierregm2008-06-081-23/+27
* * revamped the functions min/max so that the methods are calledpierregm2008-06-082-258/+613
* * revamped choose to accept the out and mode keywordspierregm2008-06-072-119/+280
* simplified MaskedArray.__setitem__ to fix setting object-ndarray elementspierregm2008-06-042-9/+23
* use tempfile.mkstemp for the creation of temporary filespierregm2008-06-031-6/+6
* corepierregm2008-06-032-13/+27
* core:pierregm2008-06-034-311/+370
* mrecords : Make sure a field shares its mask with the whole arraypierregm2008-05-294-22/+34
* core : __new__: keep the fill_value of the initializing object by defaultpierregm2008-05-263-7/+11
* test_set_fields: filter out the warningpierregm2008-05-221-0/+2
* fixed whitespace w/ reindentJarrod Millman2008-05-226-19/+17
* Fix one small error in test(all=1).Charles Harris2008-05-211-0/+1
* mrecords : fixed fromarrays when importing only one recordpierregm2008-05-163-55/+48
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-145-23/+37
* extras: introduced mvander and mpolyfitpierregm2008-05-132-85/+190
* Fix reST markup.Stefan van der Walt2008-05-121-3/+9