- a11aab3 BUG: fix pickling MaskedConstant by Robert Kende · 13 years ago
- e2ec1ea TST: pickling MaskedConstant by Robert Kende · 13 years ago
- a76f0ed PY3: Fix fromtextfile "ResourceWarning: unclosed file". by Charles Harris · 13 years ago
- 4c35609 ENH: add angle() function to ma by Eric Firing · 14 years ago
- a2bb1cc BUG: Fix improper usage of warning filters in the tests by Mark Wiebe · 14 years ago
- 008e5e9 TST: Add test for weight modification. by Charles Harris · 14 years ago
- eb042bf BUG: Handle weight correctly and don't modify the original. by Charles Harris · 14 years ago
- 3096486 MAINT: Make masked ma.polyfit match current polyfit. by Charles Harris · 14 years ago
- 00dff15 ENH: umath: Make sum, prod, any, or functions use the .reduce method directly by Mark Wiebe · 14 years ago
- 0375181 TST: ufunc: Tweak ma test to have a good output parameter, disable crashing NA test temporarily by Mark Wiebe · 14 years ago
- a6e869b BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rewrite by Mark Wiebe · 14 years ago
- 6269494 ENH: missingdata: Implemented boolean assignment, working with NA masks by Mark Wiebe · 14 years ago
- 9164657 ENH: datetime: Masked arrays now use NaT as default filler value. by Ben Walsh · 14 years ago
- 1dd8eb7 BUG: datetime: Various fixes for datetime arrays. by Ben Walsh · 14 years ago
- b5cdaee ENH: Fix some functions to use copyto instead of the deprecated putmask. by Charles Harris · 14 years ago
- 3d9db9b TST: ma: Feedback from Derek about Python 3 failures in ma tests by Mark Wiebe · 14 years ago
- a72132d ENH: ma: Fix up ma and its tests to work with default same_kind casting by Mark Wiebe · 14 years ago
- 8949fe2 ENH: Tighten up dtype parsing in general, to catch some more invalid datetime results by Mark Wiebe · 14 years ago
- 966038e STY: Replace assert by assert_ in tests. There remain 124 uses of by Charles Harris · 14 years ago
- fd26303 STY: Fix up some remaining old-style exceptions. I think that is the end of it. by Charles Harris · 14 years ago
- e1a9692 STY: Update exception styles, trickier ones. by Charles Harris · 14 years ago
- cfd7664 STY: Update exception style, easy ones. by Charles Harris · 14 years ago
- 2812406 STY: Replace remaining old style classes with classes subclassing object. by Charles Harris · 14 years ago
- 9b354f4 TST: Add test for ticket #1559. by Charles Harris · 14 years ago
- ceb9ded DEP: remove deprecated items from ma/core.py by rgommers · 14 years ago
- 44ae46c DEP: remove unique1d, setmember1d and intersect1d_nu. by rgommers · 14 years ago
- 46ce29d TST: fix two divide-by-zero test warnings. by rgommers · 14 years ago
- 4ca2465 DOC: merge more doc wiki edits. by rgommers · 14 years ago
- 779b01b WRN: iter: Fix half-float warnings, other small tweaks by Mark Wiebe · 15 years ago
- 87596cf ENH: ufunc: Make many more tests pass with the new ufunc code by Mark Wiebe · 15 years ago
- 3637741 ENH: core: Clean things up a bit by Mark Wiebe · 15 years ago
- 22d9609 ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyInto by Mark Wiebe · 15 years ago
- 165d98d ENH: core: Switch nonzero to use the iterator as an example, add count_nonzero function by Mark Wiebe · 15 years ago
- 1ee71d9 Added tests to test_eq_w_None (bug #1493) by pierregm · 15 years ago
- b0c9936 Revert "merging refs/remotes/origin/master into HEAD" by pierregm · 15 years ago
- 61d945b Add more tests to test_eq_w_None (bug #1493) by pierregm · 15 years ago
- 96afea0 * ma.core._print_templates: switched the keys 'short' and 'long' to 'short_std' and 'long_std' respectively (bug #1586) by pierregm · 15 years ago
- 6cfb3ff fix (flat)notmasked_/contiguous/edges/ by pierregm · 15 years ago
- 32c0806 by pierregm · 15 years ago
- 133bb76 ma.extras * fixed the documentation of (flat)notmasked_xxx by pierregm · 15 years ago
- 3ab71ce * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576) by pierregm · 15 years ago
- 9195c44 DEP: Remove ma.extras functions that were deprecated in 1.4.0. by rgommers · 15 years ago
- 8bb2823 ENH: Add ddof keyword to masked versions of cov and corrcoef. by Charles Harris · 15 years ago
- 0a95b13 Fixed __eq__/__ne__ for scalars by pierregm · 15 years ago
- 6ad92e5 * masked is now an instance of a new object, MaskedConstant, that inherits from MaskedArray but prints slightly differently (no mention of a fill_value, because 'masked' can't be filled...) by pierregm · 15 years ago
- ea2be6e * Added `apply_over_axes` as requested in ticket #1480 by pierregm · 15 years ago
- 1e659b5 Fixed .var for arrays with 1 more valid value than ddofs by pierregm · 15 years ago
- c0187e0 * added test_take_masked_indices by pierregm · 15 years ago
- 3b63fc8 * fixed mvoid.__repr__ by pierregm · 15 years ago
- caa3e30 BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state after by Charles Harris · 16 years ago
- 3ddc421 ENH: ma: use domains also in _DomainedBinaryOperation.__call__ (previously they were used only in __array_wrap__, which wouldn't be called from __div__ et al. which call the domained operations directly) by Pauli Virtanen · 16 years ago
- 2a7e659 3K: ENH: ma: fix str vs bytes and int issues in ma tests by Pauli Virtanen · 16 years ago
- eac637e BUG: ma: fix inoperative error state set/restore by Pauli Virtanen · 16 years ago
- 79430a4 BUG: ma: _check_fill_value shouldn't rely on implicit array() string casting by Pauli Virtanen · 16 years ago
- 47c891d 3K: ma: implement __rtruediv__, __rfloordiv__, __rpow__ for masked arrays by Pauli Virtanen · 16 years ago
- b1ab8f8 3K: ma: solve some bytes vs. str issues in tests by Pauli Virtanen · 16 years ago
- 4b4d5e6 3K: ENH: ma: implement data-preserving __ifloordiv__ and __itruediv__ by Pauli Virtanen · 16 years ago
- 051165f DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest by Charles Harris · 16 years ago
- 11b80e7 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce by Pauli Virtanen · 16 years ago
- e2bb094 more docstring updates from pydoc website (thanks to everyone who contributed!) by Jarrod Millman · 16 years ago
- 29efc30 Fix #1367 (round 2) by pierregm · 16 years ago
- f45d580 Fix #1367 by pierregm · 16 years ago
- 69c2a3b * allow fill_value to be np.void by pierregm · 16 years ago
- 53f1ee9 * Make sure _fill_value is never None for structured masked arrays by pierregm · 16 years ago
- 5bad51b * Force the fill_value of a structured masked array to be defined (bug #1332) by pierregm · 16 years ago
- 889d1e2 * fixed the docstring of MaskedArray.sort by pierregm · 16 years ago
- 5efba97 * fix methods using axis when the mask is nomask (from 1.4.x r8041) by pierregm · 16 years ago
- d24bb94 * Switch the order of optional parameters in ma.argsort for compatibiity w/ np.argsort (bug #1349) by pierregm · 16 years ago
- 55ab10c * make sure mvoid.tolist returns standard Python objects by pierregm · 16 years ago
- f8f753b * Force _fill_value to a 0d array (so that field values can be propagated, bug #1332) by pierregm · 16 years ago
- 2e28be8 * fix .tolist() for mvoid objects (bug #1330) by pierregm · 16 years ago
- bc2232b * Add support for `fill_value` to mvoid by pierregm · 16 years ago
- f6f1c82 * added log2 by pierregm · 16 years ago
- 28be4a6 BUG: numpy.ma set fpu exception error state to ignore all at import time. by David Cournapeau · 16 years ago
- dfebefb Cleanup r7978 (add err_msg support to assert_mask_equal by mdroe · 16 years ago
- 9fef443 * Bugfix #1173 and #1174 (Michael D.) by pierregm · 16 years ago
- c10e61e 3K: fix ma/test_mrecords.py so that it does not fail in test setup on Py3K by Pauli Virtanen · 16 years ago
- faafd31 * fixed a pb when using sum/prod on an array with dtype np.object by pierregm · 16 years ago
- f07c79d first set of checkins from the doc editor by Jarrod Millman · 16 years ago
- 55d07fb Merge deprecate_with_doc into deprecate(message="..."). by Stefan van der Walt · 16 years ago
- 49cd4ec #1256: Forgot rest of patch to support Unicode elements in masked arrays. by mdroe · 16 years ago
- bbe934c Fix #1256: repr of masked array crashes with Unicode elements by mdroe · 16 years ago
- daf38f3 ENH: move inspect copy into newly created compat module. by David Cournapeau · 16 years ago
- 7b481cb ENH: use our own inspect instead of upstream inspect to speed up numpy import times. by David Cournapeau · 16 years ago
- 8cad335 * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #1253) by pierregm · 16 years ago
- d8f0614 Docstring update: ma by Pauli Virtanen · 16 years ago
- 1521f66 Docstring updates, part 1 by Pauli Virtanen · 16 years ago
- 9af578f Fix remaining references to numpy.core.defmatrix by Pauli Virtanen · 16 years ago
- 2eae961 Move masked array test out of numpy.core. by David Cournapeau · 16 years ago
- 1c321de Move ma/matrix regressions out of numpy.core tests. by David Cournapeau · 16 years ago
- d4eb873 Optimize ma.masked_invalid (on a suggestion from E.Firing) by pierregm · 16 years ago
- bbe188e * Bugfix for ticket #1207 by pierregm · 16 years ago
- 0a78665 * fixed np.ma.average on integersw/ mask (bug #1188) by pierregm · 16 years ago
- d0bba52 * fixed _from_methods to run on ndarrays (bug #1187) by pierregm · 16 years ago
- 09636b1 * Fixed __eq__ and __ne__ on masked singleton by pierregm · 16 years ago
- 1319b2c Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) by Robert Cimrman · 16 years ago
- a44e143 core : fixed MaskedArray.__array_finalize__ when the mask is full of False (bugfix #1166) by pierregm · 16 years ago
- c1c0533 Enhancements to arraysetops (ticket #1133, by Neil Crighton) by Robert Cimrman · 16 years ago
- dfd3b74 * Bugfix #1129. Thanks to Reggie. by pierregm · 16 years ago
- 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago