summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix typos in percentile (#8900)Baurzhan Muftakhidinov2017-04-062-4/+4
* Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris2017-04-011-0/+2
|\
| * DOC: expand_dims and squeeze are inversesEric Wieser2017-03-061-0/+2
* | MAINT: Rename _validate_axis, and document itEric Wieser2017-03-281-2/+2
* | MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-283-33/+33
* | MAINT: Reuse _validate_axis in np.gradientEric Wieser2017-03-282-16/+5
* | DOC: Spell out note for `dstack`Søren Fuglede Jørgensen2017-03-261-1/+2
* | Merge pull request #8388 from gfyoung/real-imag-scalarseberg2017-03-262-12/+66
|\ \
| * | API: Return scalars for scalar inputs to np.real/imaggfyoung2017-03-252-12/+66
* | | 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-256-71/+70
* | | Merge pull request #8813 from eric-wieser/maint-flatten-dtypeCharles Harris2017-03-232-5/+7
|\ \ \
| * | | MAINT: Rename function to prevent name-shadowingEric Wieser2017-03-231-3/+4
| * | | DOC: There's a name for {False, True}, and it's "bool"Eric Wieser2017-03-231-2/+3
* | | | Merge pull request #8807 from eric-wieser/poly1d-fixes-fixes-fixesCharles Harris2017-03-212-3/+16
|\ \ \ \
| * | | | TST: Prove that poly1d coeffs are immutableEric Wieser2017-03-212-3/+16
* | | | | Merge pull request #8788 from eric-wieser/poly1d-fixes-fixesCharles Harris2017-03-211-1/+11
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | BUG: Prevent modification of coefficientsEric Wieser2017-03-211-1/+1
| * | | BUG: Fix regression in scipy that relied on quirky behaviourEric Wieser2017-03-211-0/+10
* | | | DOC: Include np. prefix in meshgrid examplesEgor Klenin2017-03-211-5/+5
* | | | Merge pull request #8762 from eric-wieser/poly1d-fixesCharles Harris2017-03-142-29/+54
|\ \ \ \ | |/ / /
| * | | DEP: Deprecate copying random properties in __init__Eric Wieser2017-03-091-2/+9
| * | | MAINT: Remove weird __setattr__ logic emulating propertiesEric Wieser2017-03-091-27/+32
| * | | BUG: Prevent crash in poly1d.__eq__Eric Wieser2017-03-092-0/+13
* | | | Merge pull request #8750 from warut-vijit/masterEric Wieser2017-03-082-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix np.average with object array weightsDuke Vijitbenjaronk2017-03-072-1/+8
| | |/ | |/|
* | | BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-071-0/+12
|/ /
* | DOC: Fixed small mistakes in numpy.copy documentation.Michael Seifert2017-02-261-68/+68
* | Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-257-17/+17
|\ \
| * | MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-247-17/+17
* | | Merge pull request #8688 from madphysicist/patch-1Charles Harris2017-02-241-1/+8
|\ \ \
| * | | DOC: Added note to np.diffJoseph Fox-Rabinovitz2017-02-241-1/+8
| |/ /
* | | MAINT: Fix use of Python 2.6 deprecated escape sequences.Charles Harris2017-02-241-2/+2
|/ /
* | Merge pull request #8646 from joshloyal/enh-inplace-nan_to_numEric Wieser2017-02-242-2/+19
|\ \
| * | ENH: Allow for an in-place nan_to_num conversion. Fixes #8634Joshua Loyal2017-02-202-2/+19
* | | Merge pull request #8677 from eric-wieser/use-izip_longestJulian Taylor2017-02-231-13/+9
|\ \ \
| * | | MAINT: We can now rely on itertools.izip_longest existingEric Wieser2017-02-231-13/+9
* | | | Merge pull request #8668 from flying-sheep/patch-1Eric Wieser2017-02-221-2/+9
|\ \ \ \
| * | | | DOC: Added “See Also” section for c_Philipp A2017-02-221-2/+5
| * | | | DOC: Added more common example for np.c_Philipp A2017-02-221-0/+4
| |/ / /
* | | | ENH: gradient support for unevenly spaced dataAlessandro Pietro Bardelli2017-02-222-126/+398
|/ / /
* | | MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-201-2/+2
* | | MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-202-15/+7
* | | Merge pull request #8638 from juliantaylor/packbits-fixCharles Harris2017-02-191-0/+9
|\ \ \ | |/ / |/| |
| * | BUG: fix wrong odd determination in packbitsJulian Taylor2017-02-191-0/+9
* | | Merge pull request #8633 from MSeifert04/boolean_arrays_in_ix__funcEric Wieser2017-02-191-1/+14
|\ \ \