Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | MAINT: add __doc__ to minimum | Eric Wieser | 2017-05-06 | 1 | -32/+8 | |
| * | | | | | STY: Tabs to spaces | Eric Wieser | 2017-05-06 | 1 | -20/+20 | |
| * | | | | | DEP: inconsistent axis default for np.ma.maximum | Eric Wieser | 2017-05-06 | 4 | -17/+51 | |
| * | | | | | DEP: Deprecate single-argument np.ma.m(in|ax)imum | Eric Wieser | 2017-05-06 | 5 | -13/+31 | |
| * | | | | | DEP: Deprecate np.ma.MaskedArray.mini | Eric Wieser | 2017-05-06 | 2 | -1/+25 | |
* | | | | | | Merge pull request #9062 from longjon/deprecation-double-space | Eric Wieser | 2017-05-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | STY: two blank lines between classes per PEP8 | Jonathan L Long | 2017-05-05 | 1 | -0/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #9061 from longjon/userdef-conjugate | Eric Wieser | 2017-05-06 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate) | Jonathan L Long | 2017-05-05 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #9024 from zengi/patch-1 | Charles Harris | 2017-05-05 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Correction in default stop index value for negative stepping. | zengi | 2017-04-29 | 1 | -1/+1 | |
* | | | | | Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axis | Charles Harris | 2017-05-05 | 3 | -4/+90 | |
|\ \ \ \ \ | ||||||
| * | | | | | DEP: deprecate calling ma.argsort without an axis | Eric Wieser | 2017-05-05 | 3 | -4/+90 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #8911 from eric-wieser/fix-check_api_dict | Charles Harris | 2017-05-05 | 1 | -10/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | STY: Change string formatting line-wrapping | Eric Wieser | 2017-04-13 | 1 | -6/+5 | |
| * | | | | | MAINT: Improve error message format | Eric Wieser | 2017-04-13 | 1 | -4/+6 | |
| * | | | | | BUG: check_api_dict does not correctly handle tuple values | Eric Wieser | 2017-04-13 | 1 | -5/+8 | |
* | | | | | | Merge pull request #8816 from eric-wieser/fix-r_ | Charles Harris | 2017-05-05 | 4 | -93/+94 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | BUG: np.ma.mr_['r',...] does not return masked arrays | Eric Wieser | 2017-05-05 | 3 | -3/+17 | |
| * | | | | | BUG: np.r_['r',...] crashes on scalars | Eric Wieser | 2017-05-05 | 2 | -1/+6 | |
| * | | | | | BUG: np.r_['rc'] is treated as np.r_['r'], not an error | Eric Wieser | 2017-05-05 | 2 | -1/+3 | |
| * | | | | | TST: Add some tests for passing r and c to r_ | Eric Wieser | 2017-05-05 | 1 | -0/+13 | |
| * | | | | | MAINT: Use enumerate instead of range(len(...)) | Eric Wieser | 2017-05-05 | 1 | -15/+14 | |
| * | | | | | BUG: Remove mutable state from AxisConcatenator | Eric Wieser | 2017-05-05 | 2 | -29/+37 | |
| * | | | | | MAINT: Remove code duplicated from np.r_ in np.ma.mr_ | Eric Wieser | 2017-05-05 | 3 | -52/+12 | |
* | | | | | | Merge pull request #9027 from shoyer/ufunc-overrides-nep-update | Charles Harris | 2017-05-05 | 1 | -31/+134 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Improve wording in ufunc_override NEP. | Charles Harris | 2017-05-05 | 1 | -4/+5 | |
| * | | | | | | DOC: simply -> simplify | Stephan Hoyer | 2017-05-01 | 1 | -1/+1 | |
| * | | | | | | Further clarifications | Stephan Hoyer | 2017-04-30 | 1 | -23/+45 | |
| * | | | | | | DOC: fixups per charris's review | Stephan Hoyer | 2017-04-30 | 1 | -4/+4 | |
| * | | | | | | DOC: update binary-op/ufunc sections in ufunc-overides NEP | Stephan Hoyer | 2017-04-29 | 1 | -31/+111 | |
* | | | | | | | Merge pull request #9039 from eric-wieser/as-strided_docs | Charles Harris | 2017-05-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: actually produce docs for as_strided | Eric Wieser | 2017-05-03 | 1 | -0/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | ENH: Add isin, genereralizing in1d to ND arrays (#8423) | B R S Recht | 2017-05-05 | 8 | -10/+203 | |
* | | | | | | Merge pull request #8948 from juliantaylor/deprecate-NPY_CHAR | Charles Harris | 2017-05-03 | 10 | -12/+132 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Add date and numpy version to TestNPY_CHAR. | Charles Harris | 2017-05-03 | 1 | -0/+1 | |
| * | | | | | | DOC: add NPY_CHAR note to release notes | Julian Taylor | 2017-05-03 | 1 | -0/+3 | |
| * | | | | | | MAINT: add deprecation warnings for NPY_CHAR usage | Julian Taylor | 2017-05-03 | 4 | -1/+44 | |
| * | | | | | | MAINT: remove usage of NPY_CHAR from f2py | Julian Taylor | 2017-05-02 | 3 | -11/+29 | |
| * | | | | | | TST: add a char array input test | Julian Taylor | 2017-05-02 | 2 | -0/+55 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9038 from juliantaylor/no-rebuild-args | Charles Harris | 2017-05-01 | 3 | -5/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: check compiler flags to determine the need for a rebuild | Julian Taylor | 2017-05-02 | 3 | -5/+34 | |
* | | | | | | | Merge pull request #8989 from eric-wieser/object-repr | Charles Harris | 2017-05-01 | 3 | -0/+26 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: Release note and docstring | Eric Wieser | 2017-05-01 | 2 | -0/+8 | |
| * | | | | | | ENH: Print object arrays containing lists unambiguously | Eric Wieser | 2017-05-01 | 2 | -0/+18 | |
* | | | | | | | Merge pull request #8876 from eric-wieser/ufunc-refactor | Eric Wieser | 2017-05-01 | 1 | -116/+141 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Compute core_dim_ixs_size near where it is used | Eric Wieser | 2017-04-06 | 1 | -2/+4 | |
| * | | | | | | MAINT: Pull out large function from PyUFunc_GeneralizedFunction | Eric Wieser | 2017-04-06 | 1 | -105/+121 | |
| * | | | | | | BUG: Use the same default ufunc name in all places | Eric Wieser | 2017-04-06 | 1 | -9/+16 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8967 from shoyer/positive | Eric Wieser | 2017-05-01 | 13 | -5/+117 | |
|\ \ \ \ \ \ |