summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove broken ma test.Stefan van der Walt2008-03-231-2/+0
* core : fixed sort when axis is Nonepierregm2008-03-227-45/+166
* reverted to a proper version of __getitem__pierregm2008-03-181-1/+1
* - fixed masked_where (bug #703)pierregm2008-03-182-23/+24
* BUG: Python 2.3 compatibility. We cannot use generator expressions in numpy.Robert Kern2008-03-111-1/+1
* Add ddof parameter to std and var computations.Travis Oliphant2008-03-071-5/+6
* updated API_CHANGES.txtpierregm2008-02-155-134/+292
|\
| * numpy.ma : docs + API_CHANGES.txt updatespierregm2008-02-144-133/+283
* | initial port from Moin Moin siteJarrod Millman2008-02-101-0/+241
* | Add ma for scons buildDavid Cournapeau2008-02-091-0/+18
* | Merge maskedarray branch.Stefan van der Walt2008-02-091-1/+0
|/
* comments cleaning and docstring updates.pierregm2008-02-072-82/+106
* Remove .data comparisons in tests. Fix whitespace.Stefan van der Walt2008-02-072-8/+1
* Ignore DeprecationWarning during testing.Stefan van der Walt2008-02-061-2/+5
* Remove print statement from test.Stefan van der Walt2008-02-061-1/+0
* maskedarray.core:pierregm2008-02-014-369/+632
* maskedarray.core:pierregm2008-01-301-2/+3
* maskedarray.core:pierregm2008-01-282-32/+44
* (no commit message)pierregm2008-01-241-1/+2
* core: fixed compress to ensure that a.compress(cond)==a[cond] in most casespierregm2008-01-242-11/+17
* ma.core : add the compress method/functionpierregm2008-01-242-7/+49
* Add 'compress'.Stefan van der Walt2008-01-232-2/+14
* Update documentation format.Stefan van der Walt2008-01-231-364/+424
* Merge patch fixing mask dimensions on concatenation.Stefan van der Walt2008-01-223-78/+101
* Fix concatenator usage (patch by Pierre).Stefan van der Walt2008-01-201-5/+5
* Fix concatenation. Closes ticket #642.Stefan van der Walt2008-01-102-0/+13
* Fix inplace test.Stefan van der Walt2008-01-101-3/+3
* Apply patch by Pierre. Move tests from __main__ to the tests directory.Stefan van der Walt2008-01-102-154/+164
* Document API changes.Stefan van der Walt2007-12-211-0/+68
* Fix unit tests. Prevent nomask from being copied.Stefan van der Walt2007-12-213-12/+30