summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
* TST: Add test for weight modification.Charles Harris2011-12-151-0/+2
* BUG: Handle weight correctly and don't modify the original.Charles Harris2011-12-151-8/+13
* MAINT: Make masked ma.polyfit match current polyfit.Charles Harris2011-12-152-28/+20
* ENH: umath: Make sum, prod, any, or functions use the .reduce method directlyMark Wiebe2011-08-271-3/+3
* TST: ufunc: Tweak ma test to have a good output parameter, disable crashing N...Mark Wiebe2011-08-271-2/+2
* BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rew...Mark Wiebe2011-08-271-1/+1
* ENH: missingdata: Implemented boolean assignment, working with NA masksMark Wiebe2011-08-271-1/+1
* ENH: datetime: Masked arrays now use NaT as default filler value.Ben Walsh2011-07-191-2/+2
* BUG: datetime: Various fixes for datetime arrays.Ben Walsh2011-07-191-0/+4
* ENH: Fix some functions to use copyto instead of the deprecated putmask.Charles Harris2011-07-091-23/+23
* TST: ma: Feedback from Derek about Python 3 failures in ma testsMark Wiebe2011-07-062-4/+4
* ENH: ma: Fix up ma and its tests to work with default same_kind castingMark Wiebe2011-06-222-4/+5
* ENH: Tighten up dtype parsing in general, to catch some more invalid datetime...Mark Wiebe2011-05-201-2/+2