summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* * ma.core._print_templates: switched the keys 'short' and 'long' to 'short_st...pierregm2010-09-131-7/+6
* Fixed __eq__/__ne__ for scalarspierregm2010-06-291-4/+14
* * masked is now an instance of a new object, MaskedConstant, that inherits fr...pierregm2010-06-101-3/+38
* Fixed .var for arrays with 1 more valid value than ddofspierregm2010-04-271-1/+1
* * fixed mvoid.__repr__pierregm2010-03-181-34/+94
* ENH: ma: use domains also in _DomainedBinaryOperation.__call__ (previously th...Pauli Virtanen2010-02-211-0/+4
* 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-211-0/+1
* 3K: ma: implement __rtruediv__, __rfloordiv__, __rpow__ for masked arraysPauli Virtanen2010-02-211-0/+12
* 3K: ENH: ma: implement data-preserving __ifloordiv__ and __itruediv__Pauli Virtanen2010-02-211-0/+30
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* 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-081-5/+24
* * Force the fill_value of a structured masked array to be defined (bug #1332)pierregm2010-02-071-0/+3
* * 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-121-6/+13
* * Switch the order of optional parameters in ma.argsort for compatibiity w/ n...pierregm2010-01-061-2/+1
* * make sure mvoid.tolist returns standard Python objectspierregm2009-12-191-1/+4
* * Force _fill_value to a 0d array (so that field values can be propagated, bu...pierregm2009-12-181-19/+30
* * fix .tolist() for mvoid objects (bug #1330)pierregm2009-12-181-2/+19
* * Add support for `fill_value` to mvoidpierregm2009-12-181-55/+87
* * added log2 pierregm2009-12-171-77/+168
* BUG: numpy.ma set fpu exception error state to ignore all at import time.David Cournapeau2009-12-081-4/+0
* * Bugfix #1173 and #1174 (Michael D.)pierregm2009-12-071-0/+1
* * fixed a pb when using sum/prod on an array with dtype np.objectpierregm2009-11-161-59/+63
* first set of checkins from the doc editorJarrod Millman2009-11-131-11/+57
* #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-141-6/+7
* ENH: move inspect copy into newly created compat module.David Cournapeau2009-10-131-1/+1
* ENH: use our own inspect instead of upstream inspect to speed up numpy import...David Cournapeau2009-10-131-2/+2
* * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #...pierregm2009-10-091-1/+3
* Docstring update: maPauli Virtanen2009-10-021-319/+1288
* Docstring updates, part 1Pauli Virtanen2009-10-021-17/+153
* Optimize ma.masked_invalid (on a suggestion from E.Firing)pierregm2009-09-081-3/+6
* * Bugfix for ticket #1207pierregm2009-08-301-1/+1
* * fixed np.ma.average on integersw/ mask (bug #1188)pierregm2009-08-061-13/+0
* * fixed _from_methods to run on ndarrays (bug #1187)pierregm2009-08-061-12/+24
* * Fixed __eq__ and __ne__ on masked singletonpierregm2009-07-221-0/+4
* core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b...pierregm2009-07-181-1/+4
* * Bugfix #1129. Thanks to Reggie.pierregm2009-06-291-2/+3
* Merge from doc wikiPauli Virtanen2009-06-191-77/+114
* * getdata : prevent unnecessary copies (thx to Eric Firing)pierregm2009-05-131-110/+131
* * harden_mask, soften_mask, unshare_mask and shrink_mask now return selfpierregm2009-05-091-0/+4
* Add `diff` to the namespacepierregm2009-05-011-1/+3
* _arraymethod : fallback when a method is called as MaskedArray.methodpierregm2009-04-111-4/+9
* Merge from the doc wikiPauli Virtanen2009-03-241-100/+912
* * fixed the 'Warnings' section of some docstrings.pierregm2009-03-241-4/+4