summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)Warren Weckesser2013-06-151-7/+7
* BUG: Correctly pass on ddof paramter on inside np.ma.corrcoefSebastian Berg2013-05-171-4/+3
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-4/+4
* ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-3/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-2/+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-151-27/+11
* ENH: missingdata: Implemented boolean assignment, working with NA masksMark Wiebe2011-08-271-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-8/+8
* DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-111-5/+5
* fix (flat)notmasked_/contiguous/edges/pierregm2010-08-111-7/+19
* ma.extraspierregm2010-08-091-23/+32
* * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576)pierregm2010-08-091-10/+8
* DEP: Remove ma.extras functions that were deprecated in 1.4.0.rgommers2010-08-051-53/+3
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-8/+41
* * Added `apply_over_axes` as requested in ticket #1480pierregm2010-05-161-77/+103
* first set of checkins from the doc editorJarrod Millman2009-11-131-21/+167
* Merge deprecate_with_doc into deprecate(message="...").Stefan van der Walt2009-10-251-4/+4
* Docstring update: maPauli Virtanen2009-10-021-109/+282
* * fixed np.ma.average on integersw/ mask (bug #1188)pierregm2009-08-061-1/+1
* Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-201-1/+4
* core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b...pierregm2009-07-181-4/+72
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-73/+100
* Merge from doc wikiPauli Virtanen2009-06-191-2/+39
* * fixed notmasked_edges when no data are maskedpierregm2009-04-131-4/+4
* Merge from the doc wikiPauli Virtanen2009-03-241-25/+225
* * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d...pierregm2009-01-191-59/+203
* numpy.ma.core:pierregm2009-01-131-53/+69
* Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy...Pauli Virtanen2008-12-131-2/+2
* * Fixed MaskedArray for nested dtype w/ input maskpierregm2008-12-021-5/+5
* * Added get_object_signature to fix missing signaturespierregm2008-11-271-146/+35
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-28/+33
* median : fixed a bug in _median1D (there shouldn't have been an axis)pierregm2008-09-181-1/+1
* Updated doc + -OO compatibilitypierregm2008-08-261-2/+8
* Small style cleanup. Need work for ticket #893.Charles Harris2008-08-261-0/+2
* ran reindentJarrod Millman2008-08-081-7/+7
* corepierregm2008-08-071-48/+82
* * added cov and corrcoef to ma.extras for compatibilitypierregm2008-08-051-15/+138
* Merge from documentation editor.Stefan van der Walt2008-08-051-8/+105
* * extras: fixed the definition of medianpierregm2008-08-041-11/+8
* BUG: missing import.Robert Kern2008-07-291-0/+1
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-1/+1
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-5/+2
* mrecords : Make sure a field shares its mask with the whole arraypierregm2008-05-291-1/+1