summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* * force the domain to the shape of the other element in DomainedBinaryOperati...pierregm2008-07-222-1/+23
* Fix Python2.3 incompatibility.Charles Harris2008-07-221-5/+4
* define actual_dtype and desired_dtypepierregm2008-07-221-0/+1
* core:pierregm2008-07-212-4/+14
* testutils :pierregm2008-07-213-15/+52
* Backport part of r5446 to fudge test of exotic type failing on SPARC.Charles Harris2008-07-201-1/+1
* * improved support for flexible dtypes (w/ nesting and shaped fields)pierregm2008-07-154-29/+100
* Avoid updating the __dict__ of the result in .reshapepierregm2008-07-031-4/+4
* substitute getattr(...,...)(*args,**kwargs) for getattr(...,...).__call__(*a...pierregm2008-07-031-1/+1
* deleted the "reload" statement that shouldn't have been therepierregm2008-07-011-1/+1
* tests:pierregm2008-06-303-156/+131
* implement itertools.groupby as a classpierregm2008-06-301-1/+22
* * fixed dictionaries update for backwards compatibility with Python 2.3pierregm2008-06-182-537/+863
* 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
* 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