summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DEP: inconsistent axis default for np.ma.maximumEric Wieser2017-05-063-14/+47
* DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-064-13/+27
* DEP: Deprecate np.ma.MaskedArray.miniEric Wieser2017-05-061-0/+22
* Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axisCharles Harris2017-05-052-4/+87
|\
| * DEP: deprecate calling ma.argsort without an axisEric Wieser2017-05-052-4/+87
* | Merge pull request #8911 from eric-wieser/fix-check_api_dictCharles Harris2017-05-051-10/+14
|\ \
| * | STY: Change string formatting line-wrappingEric Wieser2017-04-131-6/+5
| * | MAINT: Improve error message formatEric Wieser2017-04-131-4/+6
| * | BUG: check_api_dict does not correctly handle tuple valuesEric Wieser2017-04-131-5/+8
* | | BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-053-3/+17
* | | BUG: np.r_['r',...] crashes on scalarsEric Wieser2017-05-052-1/+6
* | | BUG: np.r_['rc'] is treated as np.r_['r'], not an errorEric Wieser2017-05-052-1/+3
* | | TST: Add some tests for passing r and c to r_Eric Wieser2017-05-051-0/+13
* | | MAINT: Use enumerate instead of range(len(...))Eric Wieser2017-05-051-15/+14
* | | BUG: Remove mutable state from AxisConcatenatorEric Wieser2017-05-052-29/+37
* | | MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-053-52/+12
| |/ |/|
* | ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-056-10/+196
* | MAINT: Add date and numpy version to TestNPY_CHAR.Charles Harris2017-05-031-0/+1
* | MAINT: add deprecation warnings for NPY_CHAR usageJulian Taylor2017-05-034-1/+44
* | MAINT: remove usage of NPY_CHAR from f2pyJulian Taylor2017-05-023-11/+29
* | TST: add a char array input testJulian Taylor2017-05-022-0/+55
* | Merge pull request #9038 from juliantaylor/no-rebuild-argsCharles Harris2017-05-013-5/+34
|\ \
| * | BUG: check compiler flags to determine the need for a rebuildJulian Taylor2017-05-023-5/+34
* | | Merge pull request #8989 from eric-wieser/object-reprCharles Harris2017-05-012-0/+19
|\ \ \
| * | | DOC: Release note and docstringEric Wieser2017-05-011-0/+1
| * | | ENH: Print object arrays containing lists unambiguouslyEric Wieser2017-05-012-0/+18
* | | | Merge pull request #8876 from eric-wieser/ufunc-refactorEric Wieser2017-05-011-116/+141
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Compute core_dim_ixs_size near where it is usedEric Wieser2017-04-061-2/+4
| * | | MAINT: Pull out large function from PyUFunc_GeneralizedFunctionEric Wieser2017-04-061-105/+121
| * | | BUG: Use the same default ufunc name in all placesEric Wieser2017-04-061-9/+16
| | |/ | |/|
* | | Merge pull request #8967 from shoyer/positiveEric Wieser2017-05-0110-3/+109
|\ \ \
| * | | ENH: add __pos__ to NDArrayOperatorsMixinStephan Hoyer2017-04-302-3/+4
| * | | ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-308-0/+105
| | |/ | |/|
* | | Merge pull request #9014 from shoyer/array_ufunc-NoneCharles Harris2017-04-304-19/+75
|\ \ \ | |/ / |/| |
| * | ENH: disable ufuncs if any operand sets __array_ufunc__=NoneStephan Hoyer2017-04-304-19/+75
* | | Merge pull request #8885 from juliantaylor/tracemallocCharles Harris2017-04-304-1/+29
|\ \ \
| * | | ENH: add support for python3.6 memory tracingJulian Taylor2017-04-284-1/+29
* | | | Merge pull request #3861 from seberg/nditer-remove-emptyseberg2017-04-296-81/+160
|\ \ \ \
| * | | | BUG: Fix matrix multiply test gufunc for empty matricesSebastian Berg2017-04-292-0/+20
| * | | | MAINT: Remove python side empty array handling from linalgSebastian Berg2017-04-292-38/+140
| * | | | ENH: Allow removal of 0-sized axes from nditer and empty gufunc callsSebastian Berg2017-04-292-43/+0
* | | | | Merge pull request #9021 from charris/fix-inplace-operatorsCharles Harris2017-04-293-69/+124
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Make ndarray inplace operators forward calls when needed.Charles Harris2017-04-293-69/+124
| |/ / /
* | | | Merge pull request #9013 from eric-wieser/fix-nanfuncsCharles Harris2017-04-282-15/+31
|\ \ \ \
| * | | | BUG: Fix incorrect behavior of nanfunctions on object arraysEric Wieser2017-04-292-8/+28
| * | | | MAINT: Remove weird create-a-copy danceEric Wieser2017-04-271-6/+2
* | | | | Merge pull request #9015 from charris/polynomial-ufunc-optoutNathaniel J. Smith2017-04-282-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.Charles Harris2017-04-272-2/+10
* | | | | Merge pull request #8996 from eric-wieser/fix-ufunclikeMarten van Kerkwijk2017-04-272-27/+84
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: Return scalars from ufunclike objectsEric Wieser2017-04-262-17/+35