summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* STY: unify imports in __init__.py (#18187)Amarnath19042021-01-241-3/+3
* 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
* | DOC: Formatting consistency.Matthias Bussonnier2021-01-231-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
* | BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
* | 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
| * | 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
| * | MAINT: Adjusted the return-type of `number` ops to `Any`Bas van Beek2021-01-191-1/+1
| * | DOC,TST: Update the `NBitBase` exampleBas van Beek2021-01-192-4/+7
| * | MAINT: Changed the `NBitBase` variancy in `number` from co- to invariantBas van Beek2021-01-192-154/+154
* | | Merge pull request #18193 from jeertmans/docs/random/typoCharles Harris2021-01-191-1/+1
|\ \ \
| * | | Fixing typo in docstringEertmans2021-01-191-1/+1
| |/ /
* | | BUG: threads.h existence test requires GLIBC > 2.12. (#18180)Pearu Peterson2021-01-191-1/+6
|/ /
* | Merge pull request #18191 from pmav99/panos/fix_18190Charles Harris2021-01-191-2/+2
|\ \
| * | STY: Use explicit reexports for numpy.typing objectspmav992021-01-191-2/+2
| |/
* | MAINT: Simplify a unionBas van Beek2021-01-183-22/+21
* | STY: Cleaned up the `numpy.typing` importsBas van Beek2021-01-181-4/+13
* | MAINT: Renamed `_ArrayLike<X>` to `_ArrayLike<X>_co`Bas van Beek2021-01-182-23/+23
* | MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-186-115/+115
|/
* Merge pull request #18181 from pearu/pearu/17859Matti Picus2021-01-182-0/+33
|\
| * ENH: [f2py] Add external attribute support. Closes #17859Pearu Peterson2021-01-172-0/+33
* | Merge pull request #18169 from devnexen/arm_fbsd_updMatti Picus2021-01-181-1/+24
|\ \ | |/ |/|
| * ENH: cpu features detection implementation on FreeBSD ARMDavid Carlier2021-01-171-1/+24
* | TST: Clear the mypy cache before running any typing testsBas van Beek2021-01-151-0/+10
|/
* Merge pull request #18157 from alexhenrie/no_castable_outputSebastian Berg2021-01-141-1/+1
|\
| * BUG: Initialize value of no_castable_output used in ufunc_loop_matchesAlex Henrie2021-01-121-1/+1
* | Use sinus based formula for `chebpts1`Weh Andreas2021-01-141-2/+2
* | MAINT: Remove redundant null check before freeAlex Henrie2021-01-121-3/+1
|/
* Merge pull request #18152 from seberg/fix-string-object-promotionCharles Harris2021-01-112-35/+38
|\
| * BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-112-35/+38
* | Merge pull request #18136 from Iamsoto/add_keyboard_interrupts_for_array_crea...Sebastian Berg2021-01-111-0/+5
|\ \ | |/ |/|
| * ENH: keyboard interrupt for large array creationiamsoto2021-01-081-0/+5
* | Merge pull request #18104 from DWesl/change-tests-with-loops-to-parametrized-...Charles Harris2021-01-102-43/+42
|\ \
| * | TST: Change big parametrized loop to nested small parametrized loops.DWesl2021-01-032-28/+9
| * | TST: Turn some tests with loos into parametrized tests.DWesl2021-01-012-43/+61
* | | Merge pull request #18118 from seiko2plus/issue_18106Matti Picus2021-01-094-48/+72
|\ \ \
| * | | BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-052-47/+55