summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-141-1/+2
* power : fixed a bug when a scalar is the first argumentpierregm2008-05-121-4/+25
* core : power : use the quick-and-dirty approach: compute everything and mask ...pierregm2008-05-121-14/+37
* core : power : mask all negative values when the exponent (b) doesn't satisfy...pierregm2008-05-091-3/+2
* core : power : mask all negative values when the exponent (b) doesn't satisfy...pierregm2008-05-091-6/+6
* core : prevent power to mask negative values when it should notpierregm2008-05-071-4/+5
* core : force .compressed() to return a type(_baseclass) object (usually a nda...pierregm2008-05-051-3/+6
* (no commit message)pierregm2008-05-021-1/+0
* core : clean up update_frompierregm2008-05-011-12/+14
* core : fixed a bug w/ array((0,0))/0.pierregm2008-04-301-3/+2
* __float__ : raises a TypeError exception for arrays longer than 1pierregm2008-04-231-2/+9
* mrecords: clean-uppierregm2008-04-201-11/+9
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-24/+24
* core:pierregm2008-04-141-2/+5
* Fix maskedarray's std and var of complex arrays, with test. Add test for ddof.aarchiba2008-04-071-2/+5
* core: pierregm2008-04-071-7/+6
* Documented and tested new behaviour of std and var on complex numbers. Added...aarchiba2008-04-071-8/+13
* 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-271-3/+59
* core : fixed sort when axis is Nonepierregm2008-03-221-1/+4
* reverted to a proper version of __getitem__pierregm2008-03-181-1/+1
* - fixed masked_where (bug #703)pierregm2008-03-181-22/+14
* Add ddof parameter to std and var computations.Travis Oliphant2008-03-071-5/+6
* updated API_CHANGES.txtpierregm2008-02-151-1/+13
* comments cleaning and docstring updates.pierregm2008-02-071-44/+27
* maskedarray.core:pierregm2008-02-011-9/+17
* maskedarray.core:pierregm2008-01-301-2/+3
* maskedarray.core:pierregm2008-01-281-32/+28
* (no commit message)pierregm2008-01-241-1/+2
* core: fixed compress to ensure that a.compress(cond)==a[cond] in most casespierregm2008-01-241-2/+1
* ma.core : add the compress method/functionpierregm2008-01-241-3/+28
* Add 'compress'.Stefan van der Walt2008-01-231-2/+8
* Update documentation format.Stefan van der Walt2008-01-231-364/+424
* Merge patch fixing mask dimensions on concatenation.Stefan van der Walt2008-01-221-23/+41
* Fix concatenation. Closes ticket #642.Stefan van der Walt2008-01-101-0/+1
* Apply patch by Pierre. Move tests from __main__ to the tests directory.Stefan van der Walt2008-01-101-98/+87
* Fix unit tests. Prevent nomask from being copied.Stefan van der Walt2007-12-211-2/+14
* Apply Pierre's patch.Stefan van der Walt2007-12-201-61/+65
* API has changed for put and putmask; remove two outdated tests.Stefan van der Walt2007-12-161-1/+1
* Reformat docstrings for 80 columns.Stefan van der Walt2007-12-151-613/+838
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-1/+1
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+2979