summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | MAINT: Tidy up error message for accumulate and reduceatEric Wieser2019-04-141-25/+27
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #13322 from eric-wieser/cyclic-importCharles Harris2019-04-134-447/+469
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-134-447/+469
* | | | | | | | | | | | Merge pull request #13324 from eric-wieser/move-asarrayCharles Harris2019-04-134-311/+328
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-134-311/+328
* | | | | | | | | | | | Merge pull request #13323 from seberg/ufunc-at-large-iterationEric Wieser2019-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-131-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #13321 from eric-wieser/move-exceptionsEric Wieser2019-04-135-27/+28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-135-27/+28
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #13320 from mattip/cleanupCharles Harris2019-04-132-43/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | BUILD: remove unused filemattip2019-04-132-43/+0
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #11829 from eric-wieser/f2py-dedentCharles Harris2019-04-123-43/+42
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-103-43/+42
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #13311 from eric-wieser/memmap-emptyTyler Reddy2019-04-122-1/+11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | BUG: Fix bad error message in np.memmapEric Wieser2019-04-112-1/+11
| |/ / / / / / /
* | | | | | | | Merge pull request #13314 from rgommers/fix-people-pageMatti Picus2019-04-121-5/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: remove misplaced section at bottom of governance people pageRalf Gommers2019-04-121-5/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #13310 from jarrodmillman/project_urlsRalf Gommers2019-04-121-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add project_urls to setupJarrod Millman2019-04-111-0/+5
* | | | | | | | | Merge pull request #13313 from eric-wieser/fix-typoRalf Gommers2019-04-121-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: fix typo in 'self'Eric Wieser2019-04-111-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #13301 from eric-wieser/remove-descr-againTyler Reddy2019-04-112-2/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | TST: fix up test_structured_paddedTyler Reddy2019-04-111-1/+1
| * | | | | | | | BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-112-2/+12
| |/ / / / / / /
* | | | | | | | Merge pull request #13309 from rgommers/fix-nameTyler Reddy2019-04-112-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: list Quansight (company) rather than Quansight Labs (program/division)Ralf Gommers2019-04-112-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #13289 from rgommers/institutional-partnerCharles Harris2019-04-111-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DOC: update people under BIDS Institutional Partner entry.Ralf Gommers2019-04-111-1/+1
| * | | | | | | DOC: add Quansight Labs as an Institutional PartnerRalf Gommers2019-04-111-1/+3
|/ / / / / / /
* | | | | | | Merge pull request #13060 from bran206/masterCharles Harris2019-04-101-5/+31
|\ \ \ \ \ \ \
| * | | | | | | BUG: Use C call to sysctlbyname for AVX detection on MacOSBran2019-04-051-6/+14
| * | | | | | | AVX detection fails on MacOS if $PATH doesn't contain /usr/sbin #7801Bran2019-03-141-15/+15
| * | | | | | | AVX detection fails on MacOS if $PATH doesn't contain /usr/sbin #7801Bran2019-03-041-1/+1
| * | | | | | | AVX detection fails on MacOS if /home/bran/.local/bin:/usr/local/sbin:/usr/lo...Bran2019-03-041-13/+19
| * | | | | | | AVX detection fails on MacOS if $PATH doesn't contain /usr/sbin #7801 -- fixBran2019-02-271-5/+17
* | | | | | | | Merge pull request #13291 from rgommers/fix-warningCharles Harris2019-04-101-5/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: fix unused variable warning in npy_math_complex.c.srcRalf Gommers2019-04-091-5/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #13161 from zerothi/linalg-cblasMatti Picus2019-04-101-20/+40
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | BLD: streamlined CBLAS linkage tries, default to try libraries *as-is*Nick Papior2019-04-101-20/+40
* | | | | | | | Merge pull request #13219 from kikocorreoso/nan_to_num-enhancementAllan Haldane2019-04-093-9/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | update testskikocorreoso2019-04-091-9/+7
| * | | | | | | | fix test namekikocorreoso2019-04-091-1/+1
| * | | | | | | | fix (``code``s) sphinx parse warningkikocorreoso2019-04-031-1/+1
| * | | | | | | | Update release noteskikocorreoso2019-04-031-0/+6
| * | | | | | | | address comments on #9355kikocorreoso2019-03-302-9/+79
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #13292 from mattip/numpydocRalf Gommers2019-04-091-0/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | DOC: update numpydoc to latest mastermattip2019-04-091-0/+0
|/ / / / / / /
* | | | | | | Merge pull request #13202 from mtmoncur/rotated-companion-matrixCharles Harris2019-04-086-6/+12
|\ \ \ \ \ \ \
| * | | | | | | ENH: rotate companion matrix for all polynomial basesTyler Moncur2019-04-086-7/+13
| * | | | | | | ENH: use rotated companion matrix to reduce errorTyler Moncur2019-04-081-1/+1
|/ / / / / / /