summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6660 from wackywendell/usepathCharles Harris2016-04-075-19/+174
|\
| * ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-065-19/+174
* | Merge pull request #7518 from nforro/issue-7517Charles Harris2016-04-071-2/+2
|\ \
| * | BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.Nikola Forró2016-04-061-2/+2
| |/
* | BUG: Add bytes to numpy.sctypes in Python 3.Antony Lee2016-04-072-5/+5
|/
* BUG: MaskedArray.count treats negative axes incorrectlyAllan Haldane2016-04-052-1/+12
* numpy.power(0, 0) should return 1Loïc Estève2016-04-052-4/+8
* Merge pull request #7505 from ahaldane/fixup_7382Charles Harris2016-04-041-1/+2
|\
| * MAIN: fix to #7382, make scl in np.average writeableAllan Haldane2016-04-041-1/+2
* | Merge pull request #7508 from endolith/vectorizeCharles Harris2016-04-042-0/+8
|\ \
| * | DOC: link frompyfunc and vectorizeendolith2016-04-042-0/+8
* | | Merge pull request #7504 from ahaldane/keepdims_doc_arrCharles Harris2016-04-041-8/+8
|\ \ \ | |/ / |/| |
| * | DOC: remove "arr" from keepdims docstringsAllan Haldane2016-04-041-8/+8
| |/
* | Merge pull request #5706 from ahaldane/ma_methods_argsseberg2016-04-043-354/+352
|\ \
| * | TST: Unit tests for new kwd args in MA methodsAllan Haldane2016-04-041-2/+90
| * | ENH: update MA average, medianAllan Haldane2016-04-041-88/+61
| * | ENH: add extra kwargs and update doc of many MA methodsAllan Haldane2016-04-041-264/+201
| |/
* | STY: PEP8, two blank lines between top level function definitions.Charles Harris2016-04-041-1/+22
* | MAINT: Remove nose.SkipTest import.Charles Harris2016-04-041-11/+3
* | Merge pull request #7406 from lesteve/memmap-ufunc-return-ndarrayahaldane2016-04-042-1/+69
|\ \ | |/ |/|
| * FIX ufunc called on memmap return a ndarrayLoïc Estève2016-04-042-1/+69
* | Merge pull request #7496 from ewmoore/int_array_powerJaime2016-04-032-3/+28
|\ \
| * | BUG: don't use pow for integer power ufunc loops.Eric Moore2016-03-312-3/+28
* | | ENH: Allow rolling multiple axes at the same time.Antony Lee2016-04-022-22/+82
|/ /
* | Faster real_if_close.Antony Lee2016-03-301-1/+1
|/
* BUG: Fix segfault in PyArray_OrderConverterSimon Gibbons2016-03-292-0/+11
* BUG: more on inplace reductions, fixes #615Jaime Fernandez2016-03-271-28/+38
* BUG: segfault inplace object reduceat, fixes #7465Jaime Fernandez2016-03-272-2/+37
* Merge pull request #7463 from seberg/array-too-largeJaime2016-03-264-25/+40
|\
| * MAINT: Rename size and sd to nbytes in NewFromDescr_intSebastian Berg2016-03-263-24/+22
| * BUG: fix array too big error for wide dtypes.Sebastian Berg2016-03-262-4/+21
* | Merge pull request #7421 from pwolfram/nancumsumprodStephan Hoyer2016-03-262-16/+245
|\ \
| * | ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-242-16/+245
* | | Merge pull request #7456 from jaimefrio/reshape_segfaultseberg2016-03-252-56/+52
|\ \ \
| * | | BUG: int overflow in reshape, fixes #7455, fixes #7293Jaime Fernandez2016-03-252-56/+52
* | | | Merge pull request #7439 from seberg/gh-7428Charles Harris2016-03-242-10/+58
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Do not try sequence repeat unless necessarySebastian Berg2016-03-202-10/+58
* | | | Merge pull request #7229 from ewmoore/__complex__seberg2016-03-232-0/+115
|\ \ \ \
| * | | | TST: also test cases that should fail in __complex__Eric Moore2016-03-231-0/+22
| * | | | BUG: Don't allow converions of S or U arrays in __complex__Eric Moore2016-03-222-12/+2
| * | | | ENH: implement __complex__Eric Moore2016-03-222-0/+103
| | |_|/ | |/| |
* | | | Merge pull request #7447 from ewmoore/scalar_neg_powerCharles Harris2016-03-222-2/+22
|\ \ \ \
| * | | | BUG: scalar integer negative powers gave wrong results.Eric Moore2016-03-222-2/+22
| |/ / /
* | | | DOC: array link to full and full_like instead of fillMichael Seifert2016-03-221-1/+1
|/ / /
* | | Merge pull request #7445 from jaimefrio/bincount_leakseberg2016-03-222-16/+29
|\ \ \
| * | | BUG: reference count leak in bincount, fixes #6805Jaime Fernandez2016-03-211-12/+10
| * | | TST: check reference counts of dtypes after calling bincountJaime Fernandez2016-03-211-4/+19
* | | | Merge pull request #7325 from gfyoung/wrapit_keywordNathaniel J. Smith2016-03-221-111/+43
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Improve compatibility to account for slightly different signaturesgfyoung2016-03-211-106/+35
| * | | BUG, MAINT: Use keyword args internally in fromnumeric.pygfyoung2016-03-201-37/+40