summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12552 from lagru/pad-benchmarkCharles Harris2018-12-261-7/+35
|\
| * Bench: Adjust parameters and explain backgroundLars Grueter2018-12-201-17/+33
| * BENCH: Pin dtype to float64 for np.pad's benchmarksLars Grueter2018-12-151-3/+3
| * BENCH: Make the pad benchmark pagefault in setupMark Harfouche2018-12-151-7/+19
* | Merge pull request #12611 from mattip/align-longdoubleCharles Harris2018-12-263-5/+12
|\ \
| * | MAINT: improve commentsmattip2018-12-262-3/+4
| * | Merge pull request #1 from ahaldane/mattip_align-longdoubleMatti Picus2018-12-263-5/+7
| |\ \
| | * | BUG: non-uint-aligned arrays were counted as uint-alignedAllan Haldane2018-12-253-5/+7
| |/ /
| * | BUG: add case for longdouble alignment sizemattip2018-12-251-0/+3
| * | DEV: activate assert code in 32bit linux via -UNDEBUGmattip2018-12-251-2/+3
* | | MAINT: Use `*.format` for some strings (#12608)Abdur-Rahmaan Janhangeer2018-12-261-2/+2
* | | Merge pull request #11888 from mreineck/add_pocketfftCharles Harris2018-12-2512-2179/+2514
|\ \ \
| * | | add release notesMartin Reinecke2018-12-251-0/+10
| * | | replace fftpack with pocketfftMartin Reinecke2018-12-2511-2179/+2504
|/ / /
* | | Merge pull request #12612 from charris/update-travis-test-to-c99Charles Harris2018-12-251-2/+1
|\ \ \ | |/ / |/| |
| * | TST: Update `travis-test.sh` for C99Charles Harris2018-12-251-2/+1
* | | Merge pull request #12610 from charris/update-runtests-to-c99Charles Harris2018-12-251-1/+2
|\ \ \
| * | | TST: Update runtests.py to specify C99 for gcc.Charles Harris2018-12-251-1/+2
| |/ /
* | | Merge pull request #12602 from charris/fix-RELEASE_WALKTHROUGHCharles Harris2018-12-241-11/+17
|\ \ \
| * | | DOC: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2018-12-211-11/+17
| |/ /
* | | Merge pull request #12333 from tuelwer/masterMatti Picus2018-12-241-8/+20
|\ \ \ | |/ / |/| |
| * | Remove extra whitespaceTobias Uelwer2018-12-141-1/+1
| * | DOC: update description of the Dirichlet distributionTobias Uelwer2018-11-051-9/+21
* | | Merge pull request #12589 from charris/fix-changelog-py3kCharles Harris2018-12-211-2/+4
|\ \ \
| * | | MAINT: Update changelog.py for Python 3.Charles Harris2018-12-191-2/+4
* | | | Merge pull request #12317 from shoyer/array-function-cMarten van Kerkwijk2018-12-2018-157/+530
|\ \ \ \
| * | | | ENH: port __array_function__ overrides to CStephan Hoyer2018-12-1912-112/+455
| * | | | ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-199-95/+125
| |/ / /
* | | | Merge pull request #12592 from eric-wieser/dont-reinvent-subprocessMatti Picus2018-12-191-71/+16
|\ \ \ \
| * | | | BUG,TST: Remove the misguided `run_command` that wraps subprocess in a broken...Eric Wieser2018-12-181-71/+16
| |/ / /
* | | | Merge pull request #12575 from danielhrisca/masterMatti Picus2018-12-191-6/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Rename OrderedCounter to _OrderedCounterEric Wieser2018-12-181-2/+3
| * | | use OrderedCounter recipe from Python documentationdanielhrisca2018-12-181-9/+17
| * | | ENH: improve performance for core/records/find_duplicatedanielhrisca2018-12-171-6/+9
* | | | Merge pull request #12583 from mattip/test-f2py-commandCharles Harris2018-12-181-0/+5
|\ \ \ \
| * | | | DEV: add test for 'python -mnumpy.f2py'mattip2018-12-181-0/+5
* | | | | Merge pull request #12584 from iljah/patch-1Matti Picus2018-12-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clarify skiprows in loadtxtIlja2018-12-181-1/+1
|/ / / /
* | | | Merge pull request #12577 from juliantaylor/fix-f2pyCharles Harris2018-12-171-1/+1
|\ \ \ \
| * | | | BUG: fix f2py pep338 execution methodJulian Taylor2018-12-171-1/+1
* | | | | Merge pull request #12560 from mattip/matmul-doctestsCharles Harris2018-12-171-11/+11
|\ \ \ \ \
| * | | | | DOC: fix some doctest failuresmattip2018-12-161-11/+11
* | | | | | Merge pull request #12578 from tylerjereddy/shippable_maint_branchesCharles Harris2018-12-171-0/+1
|\ \ \ \ \ \
| * | | | | | TST: activate shippable maintenance branchesTyler Reddy2018-12-171-0/+1
|/ / / / / /
* | | | | | Merge pull request #12566 from asottile/segfault_ctypeslibCharles Harris2018-12-172-1/+14
|\ \ \ \ \ \
| * | | | | | BUG: fix segfault in ctypeslib with obj being collectedAnthony Sottile2018-12-162-1/+14
* | | | | | | Merge pull request #12572 from eric-wieser/fix-9647Charles Harris2018-12-176-26/+138
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-9647Eric Wieser2018-12-160-0/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit '7ce7382d5eacbc3da026289483a841184a609928' into fix-9647Eric Wieser2018-12-16233-5647/+8904
| |\ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Fix regression in _missing_ctypes.cast that is not tested in CIEric Wieser2018-12-161-1/+1