summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest-cov from 2.10.1 to 2.11.1dependabot/pip/pytest-cov-2.11.1dependabot-preview[bot]2021-01-251-1/+1
* Merge pull request #18221 from Carreau/doc-fixes-chooseMatti Picus2021-01-251-17/+17
|\
| * DOC: Misc single to double backticks fixes.Matthias Bussonnier2021-01-241-17/+17
|/
* Merge pull request #18217 from charris/fix-complexwarning-in-testSebastian Berg2021-01-241-0/+1
|\
| * MAINT: Ignore ComplexWarning in ``test_iter_copy_casts``Charles Harris2021-01-241-0/+1
* | Merge pull request #18211 from rgommers/fix-shuffle-objectCharles Harris2021-01-244-9/+54
|\ \
| * | Remove duplicate axis checkRalf Gommers2021-01-231-4/+0
| * | BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-234-8/+39
| * | MAINT: warn when shuffling unrecognized objectsRalf Gommers2021-01-232-5/+23
* | | Merge pull request #18204 from BvB93/tst_mypyCharles Harris2021-01-242-44/+46
|\ \ \ | |_|/ |/| |
| * | MAINT: Do not split at the first `:` character if the path contains a windows...Bas van Beek2021-01-221-2/+10
| * | TST: Enable the `show_absolute_path` option in mypy.iniBas van Beek2021-01-222-4/+2
| * | TST: Alias `OUTPUT_MYPY` so that it appears in the local namespaceBas van Beek2021-01-221-6/+13
| * | MAINT: Manually assign the full path rather than using `os.path.abspath`Bas van Beek2021-01-221-1/+2
| * | TST: Run mypy once and cache the resultsBas van Beek2021-01-211-45/+33
* | | Merge pull request #18208 from mattip/skipCharles Harris2021-01-241-1/+4
|\ \ \
| * | | fix from reviewmattip2021-01-241-2/+5
| * | | TST: raise memory limit for testmattip2021-01-221-1/+1
* | | | STY: unify imports in __init__.py (#18187)Amarnath19042021-01-241-3/+3
* | | | Merge pull request #18205 from charris/update-pavementRalf Gommers2021-01-241-28/+20
|\ \ \ \
| * | | | MAINT: Update pavement.py to work with versioneer.Charles Harris2021-01-211-28/+20
| | |/ / | |/| |
* | | | Merge pull request #18214 from Carreau/docstring-array-fullMatti Picus2021-01-241-1/+1
|\ \ \ \
| * | | | DOC: Double backticks for inline code example.Matthias Bussonnier2021-01-231-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #18213 from Carreau/array-a-quotesMatti Picus2021-01-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Formatting consistency.Matthias Bussonnier2021-01-231-1/+1
|/ / /
* | | Merge pull request #18210 from madphysicist/patch-2Charles Harris2021-01-221-1/+1
|\ \ \ | |_|/ |/| |
| * | DOC: typo in post-loop returnJoseph Fox-Rabinovitz2021-01-221-1/+1
|/ /
* | ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-217-95/+282
|/
* Merge pull request #18194 from Qiyu8/einsum-twooperandsCharles Harris2021-01-201-245/+75
|\
| * Optimize the sub function two-operands by using SIMD.Qiyu82021-01-191-245/+75
* | Merge pull request #18197 from seberg/array-protocol-errorsCharles Harris2021-01-202-7/+24
|\ \
| * | BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
|/ /
* | Merge pull request #18084 from rgommers/nep-sponsorshipCharles Harris2021-01-201-0/+255
|\ \
| * | MAINT: address review comments on sponsorship NEPRalf Gommers2021-01-111-32/+33
| * | DOC: address review comments on sponsorship NEPRalf Gommers2021-01-081-8/+21
| * | NEP: NumPy sponsorship guidelines (NEP 46)Ralf Gommers2020-12-281-0/+241
* | | Merge pull request #18196 from mattip/openblas-af2b0d0Matti Picus2021-01-201-1/+1
|\ \ \
| * | | BLD: update OpenBLAS to af2b0d02mattip2021-01-201-1/+1
| | |/ | |/|
* | | Merge pull request #18184 from pearu/17797Charles Harris2021-01-196-11/+58
|\ \ \
| * | | Applied reviewers comments: add identPearu Peterson2021-01-191-9/+10
| * | | Apply reviewer comments.Pearu Peterson2021-01-192-6/+4
| * | | Apply reviewers comments.Pearu Peterson2021-01-192-12/+12
| * | | retrigger checksPearu Peterson2021-01-180-0/+0
| * | | Add test for gh17797.Pearu Peterson2021-01-184-6/+47
| * | | BUG: f2py specific __user__ modules should not be used in Fortran sources to ...Pearu Peterson2021-01-181-3/+6
| * | | BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don...Pearu Peterson2021-01-181-2/+6
| * | | BUG: Fix detecting Fortran 90+ source format.Pearu Peterson2021-01-181-1/+1
| |/ /
* | | Merge pull request #18174 from BvB93/covariantCharles Harris2021-01-195-160/+169
|\ \ \
| * | | DOC: Added a missing `Union` importBas van Beek2021-01-191-1/+1
| * | | TST: Added a tests for `number` invariancyBas van Beek2021-01-191-0/+6