summaryrefslogtreecommitdiff
path: root/numpy/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge pull request #9070 from ahaldane/silence_join_byEric Wieser2-6/+49
2017-05-09BUG: Preserve field order in join_by, avoids FutureWarningAllan Haldane2-6/+49
2017-05-09ENH: Spelling fixesVille Skyttä8-9/+9
2017-05-07DOC: fix docstring for np.isinStephan Hoyer1-0/+1
2017-05-07ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2-40/+60
2017-05-05BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser1-3/+3
2017-05-05BUG: np.r_['r',...] crashes on scalarsEric Wieser2-1/+6
2017-05-05BUG: np.r_['rc'] is treated as np.r_['r'], not an errorEric Wieser2-1/+3
2017-05-05TST: Add some tests for passing r and c to r_Eric Wieser1-0/+13
2017-05-05MAINT: Use enumerate instead of range(len(...))Eric Wieser1-15/+14
2017-05-05BUG: Remove mutable state from AxisConcatenatorEric Wieser2-29/+37
2017-05-05MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser1-1/+3
2017-05-05ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht3-7/+145
2017-04-30ENH: add __pos__ to NDArrayOperatorsMixinStephan Hoyer2-3/+4
2017-04-30Merge pull request #8885 from juliantaylor/tracemallocCharles Harris1-1/+2
2017-04-28Merge pull request #9013 from eric-wieser/fix-nanfuncsCharles Harris2-15/+31
2017-04-29BUG: Fix incorrect behavior of nanfunctions on object arraysEric Wieser2-8/+28
2017-04-28ENH: add support for python3.6 memory tracingJulian Taylor1-1/+2
2017-04-27Merge pull request #8996 from eric-wieser/fix-ufunclikeMarten van Kerkwijk2-27/+84
2017-04-27Merge pull request #8988 from eric-wieser/document-2522Charles Harris1-0/+17
2017-04-27MAINT: Remove weird create-a-copy danceEric Wieser1-6/+2
2017-04-27MAINT: Set the __name__ of generated methodsEric Wieser1-30/+37
2017-04-27ENH: NDArrayOperatorsMixin calls ufuncs directly, like ndarrayStephan Hoyer2-40/+36
2017-04-27BUG: Fix ArrayLike(NDArrayOperatorsMixin) operations with object()Stephan Hoyer2-12/+31
2017-04-27ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer3-0/+358
2017-04-26BUG: Return scalars from ufunclike objectsEric Wieser2-17/+35
2017-04-26DEP: Deprecate calling the `out` argument `y`Eric Wieser2-20/+59
2017-04-25DOC: Explain the behavior of diff on unsigned typesEric Wieser1-0/+17
2017-04-23DOC: Correct shape of edges in np.histogram2d (#8980)Importance of Being Ernest1-2/+2
2017-04-14Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris1-2/+3
2017-04-11Merge pull request #8643 from eric-wieser/fix-8642Eric Wieser2-1/+18
2017-04-06BUG: Fix double-wrapping of object scalarsEric Wieser2-1/+18
2017-04-06DOC: Fix typos in percentile (#8900)Baurzhan Muftakhidinov2-4/+4
2017-04-01Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris1-0/+2
2017-03-28MAINT: Rename _validate_axis, and document itEric Wieser1-2/+2
2017-03-28MAINT: Use _validate_axis inside _ureduceEric Wieser3-33/+33
2017-03-28MAINT: Reuse _validate_axis in np.gradientEric Wieser2-16/+5
2017-03-26DOC: Spell out note for `dstack`Søren Fuglede Jørgensen1-1/+2
2017-03-26Merge pull request #8388 from gfyoung/real-imag-scalarseberg2-12/+66
2017-03-26Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser1-8/+7
2017-03-25API: Return scalars for scalar inputs to np.real/imaggfyoung2-12/+66
2017-03-25MAINT: Replace unicode() with u prefixEric Wieser2-5/+2
2017-03-25MAINT: Stop using sixu instead of a u prefixEric Wieser1-2/+1
2017-03-25MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser3-35/+33
2017-03-25MAINT: Remove asbytes where a b prefix would sufficeEric Wieser6-71/+70
2017-03-24ENH: Allow bincount(..., minlength=0).Antony Lee1-8/+7
2017-03-23Merge pull request #8813 from eric-wieser/maint-flatten-dtypeCharles Harris2-5/+7
2017-03-23MAINT: Rename function to prevent name-shadowingEric Wieser1-3/+4
2017-03-23DOC: There's a name for {False, True}, and it's "bool"Eric Wieser1-2/+3
2017-03-21Merge pull request #8807 from eric-wieser/poly1d-fixes-fixes-fixesCharles Harris2-3/+16