summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 5.3.2 to 5.3.3dependabot/pip/pytest-5.3.3dependabot-preview[bot]2020-01-201-1/+1
* Merge pull request #15279 from mattip/openblasTyler Reddy2020-01-199-41/+48
|\
| * BLD: use 0.3.8dev build of OpenBLASmattip2020-01-194-5/+5
| * MAINT: try to avoid spurious warnings in einsummattip2020-01-173-0/+11
| * BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-176-12/+24
| * BUILD: use standard build of OpenBLAS for aarch64, ppc64lemattip2020-01-171-26/+10
* | Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-2012-37/+787
|\ \
| * | GEN: regenerate lapack_litePauli Virtanen2020-01-148-25/+716
| * | MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-144-12/+71
* | | MAINT: Remove unneccessary call to NpyIter_IterationNeedsAPI (#15348)Eric Wieser2020-01-191-2/+0
|\ \ \
| * | | MAINT: Remove unneccessary call to NpyIter_IterationNeedsAPIAlex Henrie2020-01-191-2/+0
* | | | DOC: Updating f2py docs to python 3 and fixing some typos (#15303)Melissa Weber Mendonça2020-01-1918-188/+256
* | | | Merge pull request #15350 from kzinovjev/patch-1Ralf Gommers2020-01-191-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Fix mistype in histogramdd docstringKirill Zinovjev2020-01-191-2/+2
|/ / /
* | | ENH: add identity kwarg to frompyfunc (#8255)mattharrigan2020-01-164-8/+48
* | | Merge pull request #15011 from hmaarrfk/compat_cleanup_35Sebastian Berg2020-01-161-118/+51
|\ \ \
| * | | MAINT: cleanup compat.py3k.pyMark Harfouche2020-01-031-118/+51
* | | | Merge pull request #15217 from eric-wieser/deprecate-shape-0Sebastian Berg2020-01-162-6/+40
|\ \ \ \
| * | | | DEP: records: Deprecate treating shape=0 as shape=NoneEric Wieser2020-01-012-6/+40
* | | | | Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-167-86/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-167-86/+46
* | | | | Merge pull request #15336 from seberg/fastclip-deprecationMatti Picus2020-01-163-9/+32
|\ \ \ \ \
| * | | | | MAINT: Remove duplicate deprecation of fastclipSebastian Berg2020-01-151-8/+9
| * | | | | DEP: Deprecate `->f->fastclip` at registration timeSebastian Berg2020-01-152-1/+23
|/ / / / /
* | | | | Merge pull request #14942 from seberg/clean-fasttakeMatti Picus2020-01-167-301/+295
|\ \ \ \ \
| * | | | | DEP: Actually deprecate fasttake and fastclipmaskSebastian Berg2020-01-153-6/+45
| * | | | | MAINT,API: Do not use fastputmask dtype slot and always NULL itSebastian Berg2020-01-074-78/+76
| * | | | | MAINT,API: Do not use fasttake slot of ArrFuncs and null itSebastian Berg2020-01-074-226/+183
* | | | | | Merge pull request #15305 from sethtroisi/sys_version_testsMatti Picus2020-01-1631-553/+246
|\ \ \ \ \ \
| * | | | | | MAINT: Remove sys.version checks in testsSeth Troisi2020-01-1531-553/+246
* | | | | | | Merge pull request #15286 from haojin2/patch-1Matti Picus2020-01-161-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update doc for np.fullHao Jin2020-01-071-1/+5
* | | | | | | Merge pull request #15307 from sethtroisi/sys_version_preMatti Picus2020-01-1610-190/+88
|\ \ \ \ \ \ \
| * | | | | | | MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-1210-190/+88
* | | | | | | | MAINT: Ragged cleanup (#15085)Matti Picus2020-01-153-12/+14
* | | | | | | | Merge pull request #15333 from eric-wieser/use-PyDict_GetItemWithErrorMatti Picus2020-01-166-40/+166
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Add some missing C error handlingEric Wieser2020-01-156-40/+166
* | | | | | | | | Merge pull request #15319 from Kai-Striega/correct_array_nameEric Wieser2020-01-151-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: fix NameError in clip nan propogation testskai-striega2020-01-121-3/+5
* | | | | | | | | | Merge pull request #15329 from mattip/issue-15202aCharles Harris2020-01-143-22/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | TST: move _no_tracing to testing._privatemattip2020-01-153-22/+24
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #15328 from mattip/pypy2Matti Picus2020-01-152-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | TST: move pypy CI to ubuntu 18.04mattip2020-01-152-2/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #15262 from eric-wieser/use-PyDict_GetItemWithErrorMatti Picus2020-01-1515-90/+307
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-1415-90/+307
* | | | | | | | | | Merge pull request #15324 from bwignall/typoCharles Harris2020-01-1434-50/+50
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: fix typosBrian Wignall2020-01-1434-50/+50
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15275 from WarrenWeckesser/gh-15108Matti Picus2020-01-142-12/+27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: travis-ci: Update CI scripts.Warren Weckesser2020-01-132-12/+27
* | | | | | | | | Merge pull request #15124 from Bharat123rox/clipMatti Picus2020-01-141-1/+2
|\ \ \ \ \ \ \ \ \