| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -6/+1 |
* | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 1 | -0/+1 |
* | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 1 | -1/+5 |
* | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 2 | -2/+2 |
* | DOC: add numpy prefix | mattip | 2019-10-15 | 1 | -14/+14 |
* | TST: add test to check that (semi-)public API modules can be imported | Ralf Gommers | 2019-09-19 | 1 | -14/+0 |
* | DOC: lib: Add more explanation of the weighted average calculation. | Warren Weckesser | 2019-08-26 | 1 | -2/+5 |
* | Merge pull request #14290 from eric-wieser/fix-if-fields | Charles Harris | 2019-08-22 | 1 | -1/+1 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' into fix-if-fields | Eric Wieser | 2019-08-19 | 10 | -870/+930 |
| |\ |
|
| * | | BUG: Fix detection of structured arrays in mrecords | Eric Wieser | 2019-08-19 | 1 | -1/+1 |
* | | | DEP: Deprecate load/dump functions in favour of pickle methods | kritisingh1 | 2019-08-19 | 1 | -89/+2 |
| |/
|/| |
|
* | | Merge pull request #14039 from sameshl/remove_depr_rank_func | Sebastian Berg | 2019-07-31 | 1 | -18/+1 |
|\ \ |
|
| * | | DEP: Remove np.rank which has been deprecated for more than 5 years | Samesh | 2019-07-31 | 1 | -18/+1 |
* | | | Merge pull request #14145 from eric-wieser/fix-14140 | Sebastian Berg | 2019-07-30 | 2 | -1/+7 |
|\ \ \ |
|
| * | | | BUG: Remove the broken clip wrapper | Eric Wieser | 2019-07-28 | 2 | -1/+7 |
* | | | | MAINT: Use equality instead of identity check with literal | Harmon | 2019-07-25 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarr... | Matti Picus | 2019-07-11 | 1 | -2/+9 |
|\ \ \ |
|
| * | | | DOC: Don't override MaskedArray.view documentation with the one from ndarray.... | MSeifert04 | 2019-07-08 | 1 | -2/+9 |
* | | | | DOC: Remove explicit .next method calls with built-in next | MSeifert04 | 2019-07-07 | 1 | -6/+4 |
|/ / / |
|
* | | | MAINT: Remove unnecessary parenthesis in numpy.ma.core | MSeifert04 | 2019-07-06 | 1 | -13/+13 |
* | | | DOC: Fix typo in "make_mask" documentation | MSeifert04 | 2019-07-02 | 1 | -1/+1 |
* | | | Merge pull request #13883 from MSeifert04/replace-integers-with-booleans | Charles Harris | 2019-07-02 | 4 | -17/+17 |
|\ \ \ |
|
| * | | | MAINT: Replace integers in places where booleans are expected | MSeifert04 | 2019-07-01 | 4 | -17/+17 |
* | | | | DOC: Add missing parameter description for keepdims in MaskedArray | MSeifert04 | 2019-07-01 | 1 | -0/+12 |
|/ / / |
|
* | | | Deprecate collapsing shape-1 dtype fields to scalars. | Antony Lee | 2019-05-24 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #10308 from eric-wieser/mask-attr-is-view | Matti Picus | 2019-05-12 | 3 | -10/+19 |
|\ \ |
|
| * | | API: Make MaskedArray.mask return a view, rather than the underlying mask | Eric Wieser | 2019-05-11 | 3 | -10/+19 |
* | | | ENH: Radix sort | Hameer Abbasi | 2019-05-11 | 1 | -7/+7 |
* | | | BUG: ma.tostring should respect the order parameter | Peter Bell | 2019-05-07 | 2 | -1/+5 |
|/ / |
|
* | | DOC: fix some more See Also issues | Ralf Gommers | 2019-04-14 | 1 | -6/+6 |
* | | DOC: fix docstring for floor_divide (#13242) | Assem | 2019-04-02 | 1 | -1/+1 |
* | | DEV: cleanup imports and some assignments (from LGTM) | mattip | 2019-03-17 | 4 | -12/+7 |
* | | DOC: fixes from review | mattip | 2019-02-28 | 1 | -5/+22 |
* | | DOC: Simplify .real and .imag docstrings for MaskedArray | Eric Wieser | 2019-02-27 | 1 | -22/+4 |
* | | MAINT: First pass at merging docstrings | Alex Watt | 2019-02-24 | 1 | -56/+26 |
* | | MAINT: respond to PR feedback | Alex Watt | 2019-02-24 | 1 | -9/+9 |
* | | MAINT: Convert property to @property | Alex Watt | 2019-02-24 | 3 | -41/+48 |
* | | MAINT: Move pickle import to numpy.compat | Charles Harris | 2019-02-21 | 4 | -4/+4 |
* | | ENH: remove "Invalid value" warnings from median, percentile | mattip | 2019-01-06 | 1 | -65/+42 |
* | | Merge pull request #11721 from eric-wieser/fix-9647 | Charles Harris | 2018-12-16 | 1 | -2/+2 |
|\ \ |
|
| * | | BUG: Make `arr.ctypes.data` hold onto a reference to the underlying array | Eric Wieser | 2018-10-30 | 1 | -2/+2 |
* | | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 2 | -588/+680 |
| |/
|/| |
|
* | | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 5 | -10/+4 |
* | | BUG: IndexError for empty list on structured MaskedArray. | Marten van Kerkwijk | 2018-11-30 | 2 | -3/+8 |
* | | BUG: multifield-view of MaskedArray gets bad fill_value | Allan Haldane | 2018-11-19 | 2 | -6/+19 |
|/ |
|
* | TST: Add masked array tests for '==' and '!='. | Charles Harris | 2018-10-24 | 1 | -5/+145 |
* | BUG: Fix fill value in masked array '==' and '!=' ops. | Charles Harris | 2018-10-24 | 1 | -5/+18 |
* | BUG: Fix MaskedArray fill_value type conversion. | Charles Harris | 2018-10-20 | 2 | -6/+30 |
* | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 4 | -46/+49 |
* | MAINT: Eliminate the private `numerictypes._typestr` | Eric Wieser | 2018-09-20 | 1 | -19/+0 |