summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-166-16/+35
* Merge pull request #13331 from rgommers/fix-docsMatti Picus2019-04-1512-224/+122
|\
| * DOC: fix doc build warnings in a cleaner way.Ralf Gommers2019-04-151-6/+12
| * DOC: fix 4 remaining doc build warnings.Ralf Gommers2019-04-142-33/+35
| * DOC: fix some more See Also issuesRalf Gommers2019-04-147-21/+15
| * DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-148-14/+14
| * DOC: fix issues with See Also sections of generic.Ralf Gommers2019-04-141-156/+52
* | Merge pull request #13312 from eric-wieser/genfromtxt-closeTyler Reddy2019-04-152-270/+284
|\ \
| * | TST: unit test for gh-13200Tyler Reddy2019-04-131-1/+14
| * | BUG: Close files if an error occurs in genfromtxtEric Wieser2019-04-121-269/+270
* | | Merge pull request #13335 from eric-wieser/document-ctypeslibMatti Picus2019-04-154-8/+13
|\ \ \
| * | | DOC: Add as_ctypes_type to the documentationEric Wieser2019-04-154-8/+13
* | | | Merge pull request #13316 from AnderUstarroz/added-antidiagonal-examplesMatti Picus2019-04-152-8/+40
|\ \ \ \
| * | | | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonalAnder Ustarroz2019-04-132-8/+40
* | | | | Merge pull request #13328 from eric-wieser/fix-weird-reduce-logicMatti Picus2019-04-151-25/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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