summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Added tests to test_eq_w_None (bug #1493)pierregm2010-10-121-0/+12
* Revert "merging refs/remotes/origin/master into HEAD"pierregm2010-10-121-12/+2
* Add more tests to test_eq_w_None (bug #1493)pierregm2010-10-111-2/+12
* * ma.core._print_templates: switched the keys 'short' and 'long' to 'short_st...pierregm2010-09-132-7/+39
* fix (flat)notmasked_/contiguous/edges/pierregm2010-08-112-11/+32
* (no commit message)pierregm2010-08-091-27/+27
* ma.extraspierregm2010-08-092-29/+52
* * 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-072-8/+47
* Fixed __eq__/__ne__ for scalarspierregm2010-06-292-4/+29
* * masked is now an instance of a new object, MaskedConstant, that inherits fr...pierregm2010-06-101-3/+38
* * Added `apply_over_axes` as requested in ticket #1480pierregm2010-05-162-288/+326
* Fixed .var for arrays with 1 more valid value than ddofspierregm2010-04-272-2/+15
* * added test_take_masked_indicespierregm2010-03-221-0/+30
* * fixed mvoid.__repr__pierregm2010-03-183-359/+454
* BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state afterCharles Harris2010-02-211-39/+48
* ENH: ma: use domains also in _DomainedBinaryOperation.__call__ (previously th...Pauli Virtanen2010-02-211-0/+4
* 3K: ENH: ma: fix str vs bytes and int issues in ma testsPauli Virtanen2010-02-213-8/+18
* BUG: ma: fix inoperative error state set/restorePauli Virtanen2010-02-211-5/+0
* BUG: ma: _check_fill_value shouldn't rely on implicit array() string castingPauli Virtanen2010-02-212-13/+14
* 3K: ma: implement __rtruediv__, __rfloordiv__, __rpow__ for masked arraysPauli Virtanen2010-02-211-0/+12
* 3K: ma: solve some bytes vs. str issues in testsPauli Virtanen2010-02-212-18/+28
* 3K: ENH: ma: implement data-preserving __ifloordiv__ and __itruediv__Pauli Virtanen2010-02-211-0/+30
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-205-399/+399
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-204-9/+23
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-0/+4
* Fix #1367 (round 2)pierregm2010-02-141-1/+1
* Fix #1367pierregm2010-02-141-1/+1
* * allow fill_value to be np.voidpierregm2010-02-081-4/+1
* * Make sure _fill_value is never None for structured masked arrayspierregm2010-02-082-6/+38
* * Force the fill_value of a structured masked array to be defined (bug #1332)pierregm2010-02-072-0/+10
* * fixed the docstring of MaskedArray.sortpierregm2010-01-211-52/+24
* * fix methods using axis when the mask is nomask (from 1.4.x r8041)pierregm2010-01-122-6/+33
* * Switch the order of optional parameters in ma.argsort for compatibiity w/ n...pierregm2010-01-062-3/+6
* * make sure mvoid.tolist returns standard Python objectspierregm2009-12-192-1/+24
* * Force _fill_value to a 0d array (so that field values can be propagated, bu...pierregm2009-12-182-21/+45
* * fix .tolist() for mvoid objects (bug #1330)pierregm2009-12-182-2/+23
* * Add support for `fill_value` to mvoidpierregm2009-12-182-60/+115
* * added log2 pierregm2009-12-172-78/+207
* BUG: numpy.ma set fpu exception error state to ignore all at import time.David Cournapeau2009-12-081-4/+0
* Cleanup r7978 (add err_msg support to assert_mask_equalmdroe2009-12-071-2/+2
* * Bugfix #1173 and #1174 (Michael D.)pierregm2009-12-072-1/+2
* 3K: fix ma/test_mrecords.py so that it does not fail in test setup on Py3KPauli Virtanen2009-12-061-3/+11
* * fixed a pb when using sum/prod on an array with dtype np.objectpierregm2009-11-163-927/+953
* first set of checkins from the doc editorJarrod Millman2009-11-132-32/+224
* Merge deprecate_with_doc into deprecate(message="...").Stefan van der Walt2009-10-251-4/+4
* #1256: Forgot rest of patch to support Unicode elements in masked arrays.mdroe2009-10-191-0/+2
* Fix #1256: repr of masked array crashes with Unicode elementsmdroe2009-10-142-6/+11
* ENH: move inspect copy into newly created compat module.David Cournapeau2009-10-131-1/+1