Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests to test_eq_w_None (bug #1493) | pierregm | 2010-10-12 | 1 | -0/+12 |
| | |||||
* | Revert "merging refs/remotes/origin/master into HEAD" | pierregm | 2010-10-12 | 1 | -12/+2 |
| | | | | | This reverts commit a14dd542532d383610c1b01c5698b137dd058fea, reversing changes made to 11ee694744f2552d77652ed929fdc2b4ccca6843. | ||||
* | Add more tests to test_eq_w_None (bug #1493) | pierregm | 2010-10-11 | 1 | -2/+12 |
| | |||||
* | * ma.core._print_templates: switched the keys 'short' and 'long' to ↵ | pierregm | 2010-09-13 | 2 | -7/+39 |
| | | | | | | 'short_std' and 'long_std' respectively (bug #1586) * Fixed incorrect broadcasting in ma.power (bug #1606) | ||||
* | fix (flat)notmasked_/contiguous/edges/ | pierregm | 2010-08-11 | 2 | -11/+32 |
| | |||||
* | (no commit message) | pierregm | 2010-08-09 | 1 | -27/+27 |
| | |||||
* | ma.extras | pierregm | 2010-08-09 | 2 | -29/+52 |
| | | | | * fixed the documentation of (flat)notmasked_xxx | ||||
* | * 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 | 2 | -8/+47 |
| | |||||
* | Fixed __eq__/__ne__ for scalars | pierregm | 2010-06-29 | 2 | -4/+29 |
| | |||||
* | * masked is now an instance of a new object, MaskedConstant, that inherits ↵ | pierregm | 2010-06-10 | 1 | -3/+38 |
| | | | | from MaskedArray but prints slightly differently (no mention of a fill_value, because 'masked' can't be filled...) | ||||
* | * Added `apply_over_axes` as requested in ticket #1480 | pierregm | 2010-05-16 | 2 | -288/+326 |
| | |||||
* | Fixed .var for arrays with 1 more valid value than ddofs | pierregm | 2010-04-27 | 2 | -2/+15 |
| | |||||
* | * added test_take_masked_indices | pierregm | 2010-03-22 | 1 | -0/+30 |
| | |||||
* | * fixed mvoid.__repr__ | pierregm | 2010-03-18 | 3 | -359/+454 |
| | | | | | | | | | * fixed mvoid.__str__ for Python 2.4 (bug #1373) * add support to 'fill_value' and 'hardmask' in arange/empty/identity/zeros/ones (#1391) * intercept invalid values in `power` and derived * added empty_like/ones_like/zeros_like to the numpy.ma namespace * Allow indices as masked arrays in numpy.ma.take (#1418) * test_core : temporarily disable warnings when using numpy ufuncs on MaskedArray | ||||
* | BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state after | Charles Harris | 2010-02-21 | 1 | -39/+48 |
| | | | | running np.test(). | ||||
* | ENH: ma: use domains also in _DomainedBinaryOperation.__call__ (previously ↵ | Pauli Virtanen | 2010-02-21 | 1 | -0/+4 |
| | | | | they were used only in __array_wrap__, which wouldn't be called from __div__ et al. which call the domained operations directly) | ||||
* | 3K: ENH: ma: fix str vs bytes and int issues in ma tests | Pauli Virtanen | 2010-02-21 | 3 | -8/+18 |
| | |||||
* | BUG: ma: fix inoperative error state set/restore | Pauli Virtanen | 2010-02-21 | 1 | -5/+0 |
| | |||||
* | BUG: ma: _check_fill_value shouldn't rely on implicit array() string casting | Pauli Virtanen | 2010-02-21 | 2 | -13/+14 |
| | | | | | | | Since array([12345678.9, 'a']) == array(['12345678', 'a'], dtype='|S8') ie., automatic string conversion uses only the size of the minimal data type, not the size of the string representation, code should not rely on array() casting items implicitly to object arrays. | ||||
* | 3K: ma: implement __rtruediv__, __rfloordiv__, __rpow__ for masked arrays | Pauli Virtanen | 2010-02-21 | 1 | -0/+12 |
| | |||||
* | 3K: ma: solve some bytes vs. str issues in tests | Pauli Virtanen | 2010-02-21 | 2 | -18/+28 |
| | |||||
* | 3K: ENH: ma: implement data-preserving __ifloordiv__ and __itruediv__ | Pauli Virtanen | 2010-02-21 | 1 | -0/+30 |
| | |||||
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 5 | -399/+399 |
| | | | | | | | | | module. The fix should be good for Python >= 2.4 and used the following sed script: s/\<failUnless\>/assertTrue/g s/\<failIf\>/assertFalse/g s/\<failUnlessEqual\>/assertEqual/g s/\<failUnlessRaises\>/assertRaises/g | ||||
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 4 | -9/+23 |
| | | | | Instead, manually import reduce where necessary. | ||||
* | more docstring updates from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -0/+4 |
| | |||||
* | Fix #1367 (round 2) | pierregm | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Fix #1367 | pierregm | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | * allow fill_value to be np.void | pierregm | 2010-02-08 | 1 | -4/+1 |
| | |||||
* | * Make sure _fill_value is never None for structured masked arrays | pierregm | 2010-02-08 | 2 | -6/+38 |
| | |||||
* | * Force the fill_value of a structured masked array to be defined (bug #1332) | pierregm | 2010-02-07 | 2 | -0/+10 |
| | |||||
* | * fixed the docstring of MaskedArray.sort | pierregm | 2010-01-21 | 1 | -52/+24 |
| | |||||
* | * fix methods using axis when the mask is nomask (from 1.4.x r8041) | pierregm | 2010-01-12 | 2 | -6/+33 |
| | |||||
* | * Switch the order of optional parameters in ma.argsort for compatibiity w/ ↵ | pierregm | 2010-01-06 | 2 | -3/+6 |
| | | | | np.argsort (bug #1349) | ||||
* | * make sure mvoid.tolist returns standard Python objects | pierregm | 2009-12-19 | 2 | -1/+24 |
| | |||||
* | * Force _fill_value to a 0d array (so that field values can be propagated, ↵ | pierregm | 2009-12-18 | 2 | -21/+45 |
| | | | | | | bug #1332) * Make .fill_value return a scalar (int, float, void...) and not a 0d array | ||||
* | * fix .tolist() for mvoid objects (bug #1330) | pierregm | 2009-12-18 | 2 | -2/+23 |
| | |||||
* | * Add support for `fill_value` to mvoid | pierregm | 2009-12-18 | 2 | -60/+115 |
| | | | | | * Simplify mvoid._get_data * Simplify MaskedArray.tolist and add support for individually masked fields (bug #1330) | ||||
* | * added log2 | pierregm | 2009-12-17 | 2 | -78/+207 |
| | | | | | | * removed the global np.seterr * prevented warnings to be emitted with ma.ufuncs * introduced mvoid to help the iteration/item access of masked structured arrays | ||||
* | BUG: numpy.ma set fpu exception error state to ignore all at import time. | David Cournapeau | 2009-12-08 | 1 | -4/+0 |
| | |||||
* | Cleanup r7978 (add err_msg support to assert_mask_equal | mdroe | 2009-12-07 | 1 | -2/+2 |
| | |||||
* | * Bugfix #1173 and #1174 (Michael D.) | pierregm | 2009-12-07 | 2 | -1/+2 |
| | |||||
* | 3K: fix ma/test_mrecords.py so that it does not fail in test setup on Py3K | Pauli Virtanen | 2009-12-06 | 1 | -3/+11 |
| | |||||
* | * fixed a pb when using sum/prod on an array with dtype np.object | pierregm | 2009-11-16 | 3 | -927/+953 |
| | |||||
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 2 | -32/+224 |
| | |||||
* | Merge deprecate_with_doc into deprecate(message="..."). | Stefan van der Walt | 2009-10-25 | 1 | -4/+4 |
| | |||||
* | #1256: Forgot rest of patch to support Unicode elements in masked arrays. | mdroe | 2009-10-19 | 1 | -0/+2 |
| | |||||
* | Fix #1256: repr of masked array crashes with Unicode elements | mdroe | 2009-10-14 | 2 | -6/+11 |
| | |||||
* | ENH: move inspect copy into newly created compat module. | David Cournapeau | 2009-10-13 | 1 | -1/+1 |
| |