summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* STY: Giant comma spacing fixup.Charles Harris2013-08-189-304/+304
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-6/+1
* MAINT: Make setting mask values with scalars faster.Richard Hattersley2013-08-171-0/+10
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-122-22/+4
* MAINT: Use np.errstate context manager.Charles Harris2013-07-115-131/+92
* Merge pull request #3448 from efiring/ma_compressCharles Harris2013-06-162-2/+21
|\
| * BUG: np.ma.compress treated inputs in wrong order; closes #2495Eric Firing2013-06-162-2/+21
* | BUG: add __len__ method to ma.mvoid; closes #576Eric Firing2013-06-162-0/+7
* | BUG: field assignment in masked array did not reset mask; closes #2403Eric Firing2013-06-152-3/+32
|/
* BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)Warren Weckesser2013-06-152-9/+52
* MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespaceWarren Weckesser2013-06-151-61/+67
* DOC: fix comments in min and ptp.John Benediktsson2013-06-061-2/+2
* TST: fix some function name conflictsJulian Taylor2013-06-052-2/+2
* BUG: Correctly pass on ddof paramter on inside np.ma.corrcoefSebastian Berg2013-05-172-4/+11
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-4/+4
* Merge pull request #3265 from jamestwebber/patch-2Charles Harris2013-04-272-2/+11
|\
| * Adding a test for #3265jamestwebber2013-04-201-0/+9
| * Update masked array copy to preserve array orderjamestwebber2013-04-201-2/+2
* | 2to3: Apply unicode fixer.Charles Harris2013-04-211-2/+3
* | Merge pull request #3242 from charris/2to3-apply-types-fixerCharles Harris2013-04-212-5/+3
|\ \ | |/ |/|
| * 2to3: Apply types fixer.Charles Harris2013-04-142-5/+3
* | 2to3: Apply next fixer.Charles Harris2013-04-151-4/+4
|/
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-143-16/+16
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-133-16/+16
* | 2to3: Apply basestring fixer.Charles Harris2013-04-132-6/+9
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-082-3/+19
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-071-1/+1
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-074-10/+7
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-064-10/+7
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0615-40/+40
|/
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-063-55/+42
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-023-55/+42
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-032-6/+3
|\ \ | |/ |/|
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-192-3/+3
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-3/+0
* | 2to3: Use absolute imports.Charles Harris2013-03-2814-23/+23
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-273-13/+13
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0115-1/+36
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-012-3/+3
* Merge pull request #2967 from sbyrnes321/masterCharles Harris2013-02-281-0/+9
|\
| * DOC -- add another paragraph note to ndarray.view docs (cont'd)Steve2013-02-051-6/+9
| * DOC -- add another paragraph note to ndarray.view docsSteve2013-02-041-0/+6
* | 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-131-18/+0
* Merge pull request #2747 from mdboom/fix-masked-recarrays-with-objectsnjsmith2012-12-082-2/+13
|\
| * Add a testMichael Droettboom2012-12-031-0/+12
| * Fixes #2432. Rather than creating a new data array and assigning to it (whic...Michael Droettboom2012-11-151-2/+1