summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #2745 from certik/fix_warningsOndřej Čertík2012-12-031-2/+14
|\ \
| * | TST: Catch possible warningsOndřej Čertík2012-11-141-2/+14
| |/
* | Merge pull request #2703 from astrofrog/fix-masked-fill-viewRalf Gommers2012-11-272-2/+88
|\ \
| * | Minor fix to fill_view testThomas Robitaille2012-11-221-1/+1
| * | Improvements to ndarray.view docstringThomas Robitaille2012-11-221-2/+3
| * | Clarified MaskedArray.view documentation, and added more testsThomas Robitaille2012-11-222-10/+48
| * | Added test for fill_value behavior in MaskedArray.view, and use fill_value to...Thomas Robitaille2012-11-202-1/+33
| * | Added a `fill_value` keyword to `MaskedArray.view`, and clarify the behavior ...Thomas Robitaille2012-11-201-4/+16
| * | Don't reset the fill_value of a MaskedArray when calling view() with no dtypeThomas Robitaille2012-10-311-1/+4
| |/
* | MAINT: In test_varstd_specialcases out parameters should be 0-d.Charles Harris2012-11-231-2/+2
* | MAINT: Avoid unneeded call in masked array std method.Charles Harris2012-11-231-1/+1
* | TST: Add test for gh-2757.Charles Harris2012-11-231-0/+9
* | BUG: gh-2757, masked array var method should zero masked out parameter.Charles Harris2012-11-231-0/+1
* | Change test to use np.testing.assert_Thomas Robitaille2012-11-201-1/+1
* | Fix setting of fill_value for string columns in Python 3Thomas Robitaille2012-11-132-1/+6
|/
* Fixed failing testsThomas Robitaille2012-10-111-4/+4
* When accessing MaskedArray rows, always return an mvoid objectThomas Robitaille2012-10-111-6/+4
* BUG: fix pickling MaskedConstantRobert Kende2012-06-111-0/+6
* TST: pickling MaskedConstantRobert Kende2012-06-111-0/+10
* PY3: Fix fromtextfile "ResourceWarning: unclosed file".Charles Harris2012-03-121-0/+8
* ENH: add angle() function to maEric Firing2012-02-222-1/+5
* BUG: Fix improper usage of warning filters in the testsMark Wiebe2012-02-082-8/+20