summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
* power : fixed a bug when a scalar is the first argumentpierregm2008-05-122-7/+35
* core : power : use the quick-and-dirty approach: compute everything and mask ...pierregm2008-05-122-15/+42
* core : power : mask all negative values when the exponent (b) doesn't satisfy...pierregm2008-05-092-3/+7
* core : power : mask all negative values when the exponent (b) doesn't satisfy...pierregm2008-05-092-6/+7
* core : prevent power to mask negative values when it should notpierregm2008-05-072-4/+10
* core : force .compressed() to return a type(_baseclass) object (usually a nda...pierregm2008-05-052-6/+23
* (no commit message)pierregm2008-05-021-1/+0
* core : clean up update_frompierregm2008-05-013-16/+17
* core : fixed a bug w/ array((0,0))/0.pierregm2008-04-303-4/+33
* removed tests/test_mstat and tests/test_morestats (now available in scipy)pierregm2008-04-252-289/+0
* suppressed mstats and morestats: the modules are now part of scipy.statspierregm2008-04-242-886/+0
* __float__ : raises a TypeError exception for arrays longer than 1pierregm2008-04-233-9/+19
* mrecords: clean-uppierregm2008-04-203-27/+18
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-209-102/+100
* Remove R files?Travis Oliphant2008-04-142-41/+0
* core:pierregm2008-04-146-146/+197
* Add docs and examples for financial functions.Travis Oliphant2008-04-082-9/+0
* Fix maskedarray's std and var of complex arrays, with test. Add test for ddof.aarchiba2008-04-072-2/+59
* core: pierregm2008-04-076-85/+36
* Documented and tested new behaviour of std and var on complex numbers. Added...aarchiba2008-04-071-8/+13
* Add tests for ddof parameter in var/std [patch by Anne Archibald].Stefan van der Walt2008-04-061-0/+2
* added common_fill_value and set_fill_value in __all__pierregm2008-03-281-4/+4
* (forgot to get rid of my personal tests... sorry about that)pierregm2008-03-271-11/+0
* new methods : roundpierregm2008-03-272-3/+74