summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-09-241-0/+8
* Merge pull request #9742 from charris/backport-pad-fixesCharles Harris2017-09-221-0/+11
|\
| * BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-221-0/+7
| * BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-09-221-0/+4
* | Merge pull request #9736 from eric-wieser/gradient-fixCharles Harris2017-09-211-1/+8
|\ \ | |/ |/|
| * BUG: Only allow 1d distance arraysEric Wieser2017-07-131-0/+4
| * BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-131-1/+4
* | Merge pull request #9390 from eric-wieser/poly1d-fixes-fixes-fixes-fixesCharles Harris2017-07-111-9/+9
|\ \
| * | BUG: Return the coefficients array directlyEric Wieser2017-07-081-9/+9
* | | BUG: have as_strided() keep custom dtypesAntoine Pitrou2017-05-241-0/+8
* | | DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-171-1/+22
| |/ |/|
* | Merge pull request #9070 from ahaldane/silence_join_byEric Wieser2017-05-101-1/+14
|\ \
| * | BUG: Preserve field order in join_by, avoids FutureWarningAllan Haldane2017-05-091-1/+14
* | | ENH: Spelling fixesVille Skyttä2017-05-092-3/+3
|/ /
* | ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2017-05-071-37/+55
* | BUG: np.r_['r',...] crashes on scalarsEric Wieser2017-05-051-0/+5
* | BUG: np.r_['rc'] is treated as np.r_['r'], not an errorEric Wieser2017-05-051-0/+2
* | TST: Add some tests for passing r and c to r_Eric Wieser2017-05-051-0/+13
* | BUG: Remove mutable state from AxisConcatenatorEric Wieser2017-05-051-0/+11
* | ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+41
* | ENH: add __pos__ to NDArrayOperatorsMixinStephan Hoyer2017-04-301-1/+1
* | Merge pull request #9013 from eric-wieser/fix-nanfuncsCharles Harris2017-04-281-0/+12
|\ \
| * | BUG: Fix incorrect behavior of nanfunctions on object arraysEric Wieser2017-04-291-0/+12
* | | Merge pull request #8996 from eric-wieser/fix-ufunclikeMarten van Kerkwijk2017-04-271-1/+33
|\ \ \ | |/ / |/| |
| * | BUG: Return scalars from ufunclike objectsEric Wieser2017-04-261-0/+25
| * | DEP: Deprecate calling the `out` argument `y`Eric Wieser2017-04-261-1/+8
* | | ENH: NDArrayOperatorsMixin calls ufuncs directly, like ndarrayStephan Hoyer2017-04-271-10/+7
* | | BUG: Fix ArrayLike(NDArrayOperatorsMixin) operations with object()Stephan Hoyer2017-04-271-6/+20
* | | ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-271-0/+189
|/ /
* | Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris2017-04-141-2/+3
|\ \
| * | BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classesMatthias C. M. Troffaes2016-09-081-2/+3
* | | Merge pull request #8643 from eric-wieser/fix-8642Eric Wieser2017-04-111-0/+15
|\ \ \
| * | | BUG: Fix double-wrapping of object scalarsEric Wieser2017-04-061-0/+15
* | | | MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-282-16/+19
* | | | MAINT: Reuse _validate_axis in np.gradientEric Wieser2017-03-281-3/+3
* | | | Merge pull request #8388 from gfyoung/real-imag-scalarseberg2017-03-261-0/+40
|\ \ \ \
| * | | | API: Return scalars for scalar inputs to np.real/imaggfyoung2017-03-251-0/+40
* | | | | Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser2017-03-261-8/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: Allow bincount(..., minlength=0).Antony Lee2017-03-241-8/+7
* | | | | MAINT: Replace unicode() with u prefixEric Wieser2017-03-252-5/+2
* | | | | MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-2/+1
* | | | | MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-253-35/+33
* | | | | MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-253-48/+47
* | | | | Merge pull request #8807 from eric-wieser/poly1d-fixes-fixes-fixesCharles Harris2017-03-211-0/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | TST: Prove that poly1d coeffs are immutableEric Wieser2017-03-211-0/+14
* | | | | Merge pull request #8762 from eric-wieser/poly1d-fixesCharles Harris2017-03-141-0/+9
|\ \ \ \ \ | |/ / / /
| * | | | BUG: Prevent crash in poly1d.__eq__Eric Wieser2017-03-091-0/+9
* | | | | Merge pull request #8750 from warut-vijit/masterEric Wieser2017-03-081-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix np.average with object array weightsDuke Vijitbenjaronk2017-03-071-0/+7
* | | | | BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-071-0/+12
|/ / / /