summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: link frompyfunc and vectorizeendolith2016-04-042-0/+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
* | Merge pull request #7507 from charris/remove-nose-importNathaniel J. Smith2016-04-041-12/+25
|\ \
| * | 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-043-1/+76
|\ \ | |/ |/|
| * FIX ufunc called on memmap return a ndarrayLoïc Estève2016-04-043-1/+76
* | 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
* | | Merge pull request #7438 from anntzer/multidim-rollseberg2016-04-023-22/+86
|\ \ \ | |/ / |/| |
| * | ENH: Allow rolling multiple axes at the same time.Antony Lee2016-04-023-22/+86
|/ /
* | Merge pull request #7489 from anntzer/faster-real-if-closeCharles Harris2016-03-311-1/+1
|\ \ | |/ |/|
| * Faster real_if_close.Antony Lee2016-03-301-1/+1
|/
* Merge pull request #7481 from simongibbons/orderconverter_fixJaime2016-03-292-0/+11
|\
| * BUG: Fix segfault in PyArray_OrderConverterSimon Gibbons2016-03-292-0/+11
|/
* Merge pull request #7468 from jaimefrio/inplace_reduction_memmoveseberg2016-03-281-28/+38
|\
| * BUG: more on inplace reductions, fixes #615Jaime Fernandez2016-03-271-28/+38
* | Merge pull request #7477 from charris/more-mailmap-updatesNathaniel J. Smith2016-03-281-0/+6
|\ \
| * | MAINT: Yet more .mailmap updates for recent contributors.Charles Harris2016-03-281-0/+6
|/ /
* | Merge pull request #7472 from charris/update-mailmapNathaniel J. Smith2016-03-281-1/+3
|\ \
| * | MAINT: Update .mailmap.Charles Harris2016-03-271-1/+3
|/ /
* | Merge pull request #7469 from charris/update-mailmapCharles Harris2016-03-271-0/+12
|\ \ | |/ |/|
| * MAINT: Update git .mailmapCharles Harris2016-03-271-0/+12
* | Merge pull request #7466 from jaimefrio/inplace_reduceat_segfaultseberg2016-03-272-2/+37
|\ \
| * | 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-264-16/+252
|\ \ \
| * | | ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-244-16/+252
* | | | 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-233-0/+121
|\ \ \ \ \
| * | | | | 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-223-0/+109
| | |_|/ / | |/| | |
* | | | | 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
| |/ / /
* | | | Merge pull request #7448 from MSeifert04/small_doc_fix_numpy_arrayNathaniel J. Smith2016-03-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | 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 #7446 from marshallward/masterNathaniel J. Smith2016-03-221-1/+1
|\ \ \ \
| * | | | DOC: ndarray typo fixMarshall Ward2016-03-221-1/+1
|/ / / /