| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684) | Warren Weckesser | 2013-06-15 | 1 | -7/+7 |
* | BUG: Correctly pass on ddof paramter on inside np.ma.corrcoef | Sebastian Berg | 2013-05-17 | 1 | -4/+3 |
* | MAINT: Apply 2to3 idioms fixer. | Charles Harris | 2013-05-02 | 1 | -4/+4 |
* | ENH: add `invert` parameter to numpy.in1d(). | Julien Phalip | 2013-04-08 | 1 | -3/+6 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -1/+1 |
|\ |
|
| * | DOC: regex-assisted fixes of definition list formatting | endolith | 2013-03-19 | 1 | -1/+1 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -3/+3 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -2/+2 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | 2to3: Apply `raise` fixes. Closes #3077. | Charles Harris | 2013-03-01 | 1 | -2/+2 |
* | BUG: Handle weight correctly and don't modify the original. | Charles Harris | 2011-12-15 | 1 | -8/+13 |
* | MAINT: Make masked ma.polyfit match current polyfit. | Charles Harris | 2011-12-15 | 1 | -27/+11 |
* | ENH: missingdata: Implemented boolean assignment, working with NA masks | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -8/+8 |
* | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 1 | -5/+5 |
* | fix (flat)notmasked_/contiguous/edges/ | pierregm | 2010-08-11 | 1 | -7/+19 |
* | ma.extras | pierregm | 2010-08-09 | 1 | -23/+32 |
* | * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576) | pierregm | 2010-08-09 | 1 | -10/+8 |
* | DEP: Remove ma.extras functions that were deprecated in 1.4.0. | rgommers | 2010-08-05 | 1 | -53/+3 |
* | ENH: Add ddof keyword to masked versions of cov and corrcoef. | Charles Harris | 2010-07-07 | 1 | -8/+41 |
* | * Added `apply_over_axes` as requested in ticket #1480 | pierregm | 2010-05-16 | 1 | -77/+103 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -21/+167 |
* | Merge deprecate_with_doc into deprecate(message="..."). | Stefan van der Walt | 2009-10-25 | 1 | -4/+4 |
* | Docstring update: ma | Pauli Virtanen | 2009-10-02 | 1 | -109/+282 |
* | * fixed np.ma.average on integersw/ mask (bug #1188) | pierregm | 2009-08-06 | 1 | -1/+1 |
* | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 1 | -1/+4 |
* | core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b... | pierregm | 2009-07-18 | 1 | -4/+72 |
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -73/+100 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -2/+39 |
* | * fixed notmasked_edges when no data are masked | pierregm | 2009-04-13 | 1 | -4/+4 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -25/+225 |
* | * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d... | pierregm | 2009-01-19 | 1 | -59/+203 |
* | numpy.ma.core: | pierregm | 2009-01-13 | 1 | -53/+69 |
* | Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy... | Pauli Virtanen | 2008-12-13 | 1 | -2/+2 |
* | * Fixed MaskedArray for nested dtype w/ input mask | pierregm | 2008-12-02 | 1 | -5/+5 |
* | * Added get_object_signature to fix missing signatures | pierregm | 2008-11-27 | 1 | -146/+35 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -28/+33 |
* | median : fixed a bug in _median1D (there shouldn't have been an axis) | pierregm | 2008-09-18 | 1 | -1/+1 |
* | Updated doc + -OO compatibility | pierregm | 2008-08-26 | 1 | -2/+8 |
* | Small style cleanup. Need work for ticket #893. | Charles Harris | 2008-08-26 | 1 | -0/+2 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -7/+7 |
* | core | pierregm | 2008-08-07 | 1 | -48/+82 |
* | * added cov and corrcoef to ma.extras for compatibility | pierregm | 2008-08-05 | 1 | -15/+138 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -8/+105 |
* | * extras: fixed the definition of median | pierregm | 2008-08-04 | 1 | -11/+8 |
* | BUG: missing import. | Robert Kern | 2008-07-29 | 1 | -0/+1 |
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -1/+1 |
* | Reduce numpy's import times by delaying a few time consuming imports to the p... | Robert Kern | 2008-07-03 | 1 | -5/+2 |
* | mrecords : Make sure a field shares its mask with the whole array | pierregm | 2008-05-29 | 1 | -1/+1 |