summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | DOC, TST: clean up matplotlib importsTyler Reddy2019-01-025-25/+2
| * | | | | DOC, TST: remove agg setting from docsTyler Reddy2019-01-024-10/+0
* | | | | | Merge pull request #12651 from seberg/simplenewfromdescrdocMatti Picus2019-01-021-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: SimpleNewFromDescr cannot be given NULL for descrSebastian Berg2019-01-021-3/+3
|/ / / / /
* | | | | ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-015-135/+194
* | | | | Merge pull request #12645 from jakirkham/fix_rel_note_pocketfft_typoRalf Gommers2019-01-011-1/+2
|\ \ \ \ \
| * | | | | DOC: Minor fix to pocketfft release note [ci skip]Hameer Abbasi2019-01-021-1/+2
|/ / / / /
* | | | | Merge pull request #12549 from tylerjereddy/cov_threshold_bmpRalf Gommers2019-01-011-18/+4
|\ \ \ \ \
| * | | | | TST: use SciPy codecov configTyler Reddy2018-12-301-18/+4
| |/ / / /
* | | | | Merge pull request #12641 from mattip/update.licenseRalf Gommers2019-01-012-2/+2
|\ \ \ \ \
| * | | | | DOC: update 2018 -> 2019mattip2019-01-012-2/+2
* | | | | | Merge pull request #12308 from tylerjereddy/timedelta64_floordivMatti Picus2019-01-015-3/+118
|\ \ \ \ \ \
| * | | | | | ENH: add mm->q floordivTyler Reddy2018-12-075-3/+118
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12639 from pv/fix-benchCharles Harris2019-01-011-1/+9
|\ \ \ \ \ \
| * | | | | | BENCH: don't fail at import time with old NumpyPauli Virtanen2019-01-011-1/+9
|/ / / / / /
* | | | | | Merge pull request #12551 from rgommers/append-warnMatti Picus2018-12-312-4/+52
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | TST: suppress test warnings for appending flag behavior better.Ralf Gommers2018-12-271-3/+8
| * | | | | MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-272-4/+47
* | | | | | Merge pull request #12618 from ahaldane/test_12byte_alignmentCharles Harris2018-12-271-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | MAINT: add test for 12-byte alignmentAllan Haldane2018-12-261-2/+2
* | | | | | Merge pull request #12601 from abdurrehman11/numpy-delete-docsAllan Haldane2018-12-271-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Refactored numpy.delete function docsAbdur Rehman2018-12-211-1/+1
* | | | | | BLD: Fix minimum Python version in setup.py (#12616)Juan Luis Cano Rodríguez2018-12-261-3/+1
* | | | | | Merge pull request #12617 from seberg/ufunc-cleanupCharles Harris2018-12-261-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: Add missing free in ufunc deallocSebastian Berg2018-12-261-0/+2
|/ / / / /
* | | | | 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