summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-045-5/+36
| | |_|/ / | |/| | |
* | | | | Merge pull request #18334 from mattip/disable-pypy-win64Charles Harris2021-02-052-20/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: use setup-python action for pypy, disable win64 pypymattip2021-02-052-20/+8
* | | | | Merge pull request #18333 from rgommers/fix-ghactions-triggerMatti Picus2021-02-051-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CI: fix when GitHub Actions builds trigger, and allow ci skipsRalf Gommers2021-02-041-1/+10
| |/ / /
* | | | Merge pull request #18331 from isuruf/macosx-arm64Matti Picus2021-02-051-51/+62
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused ARCHITECTURES variableIsuru Fernando2021-02-041-1/+0
| * | | Use platform name in openblas_support and add macosx-arm64 supportIsuru Fernando2021-02-041-51/+63
|/ / /
* | | BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-042-2/+77
* | | Merge pull request #18282 from numpy/treddy_issue_18273Charles Harris2021-02-033-4/+19
|\ \ \
| * | | MAINT: PR 18282 revisionstreddy_issue_18273Tyler Reddy2021-02-012-10/+4
| * | | MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-013-0/+21
* | | | Merge pull request #18315 from mattip/fast-buildSebastian Berg2021-02-031-30/+30
|\ \ \ \
| * | | | BLD: rearrange Azure build jobsmattip2021-02-031-30/+30
|/ / / /
* | | | Merge pull request #18313 from abhayaman669/readme-logo-fixMatti Picus2021-02-031-1/+1
|\ \ \ \
| * | | | using logo from branding/logo/primaryAbhay Raghuvanshi2021-02-031-1/+1
* | | | | Merge pull request #18307 from sleeplessinseattledev/bug18256Tyler Reddy2021-02-021-1/+1
|\ \ \ \ \
| * | | | | DOC: Corrected numpy.power example.Mary2021-02-021-1/+1
* | | | | | Merge pull request #18200 from Qiyu8/intrin-sumMatti Picus2021-02-039-28/+214
|\ \ \ \ \ \
| * | | | | | use more accurate words.Qiyu82021-01-276-6/+6
| * | | | | | improve sumup intriniscs.Qiyu82021-01-258-102/+115
| * | | | | | fix npyv_storea_u64 undefined error.Qiyu82021-01-222-3/+3
| * | | | | | correct the input paramater of f32.Qiyu82021-01-222-5/+5
| * | | | | | treat u8/u16 as overflow protection.Qiyu82021-01-229-52/+110
| * | | | | | Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sumQiyu82021-01-2122-332/+406
| |\ \ \ \ \ \
| | * | | | | | add neon sum_u8/u16/u64Qiyu82021-01-211-1/+1
| | * | | | | | Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sumQiyu82021-01-207-4/+115
| | |\ \ \ \ \ \
| * | | | | | | | Optimize the avx512 sum_u8/sum_u16.Qiyu82021-01-211-24/+28
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-207-4/+115
* | | | | | | | Merge pull request #18302 from BvB93/missing-attrCharles Harris2021-02-0215-16/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Add previously missing objects to `np.rec.__all__`Bas van Beek2021-02-012-3/+6
| * | | | | | | | MAINT: Add `as_ctypes_type` to `np.ctypeslib.__all__`Bas van Beek2021-02-011-1/+2
| * | | | | | | | MAINT: Add previously-missing placeholder annotationsBas van Beek2021-02-014-0/+8
| * | | | | | | | MAINT: Add missing `__all__` annotationsBas van Beek2021-02-0112-12/+54
* | | | | | | | | Merge pull request #18264 from mckib2/c-extern-npyrandomCharles Harris2021-02-022-1/+18
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | BUG: cffi parser ignores __cplusplus guardsmckib22021-01-301-1/+10
| * | | | | | | | FIX: random: C linkage for random distributionsNicholas McKibben2021-01-301-0/+8
* | | | | | | | | Merge pull request #18161 from alexhenrie/static_kwlistSebastian Berg2021-02-025-15/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Make keyword arrays staticAlex Henrie2021-01-135-15/+15
* | | | | | | | | | Merge pull request #18303 from lpsinger/PyArray_RegisterDataType-typoSebastian Berg2021-02-021-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINT: Fix typo in PyArray_RegisterDataType errorLeo Singer2021-02-021-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #18301 from abhayaman669/fix-exception-raiseSebastian Berg2021-02-021-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Fixed exception cause in cov_template.pyAbhay Raghuvanshi2021-02-021-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #18293 from charris/fix-unicode-alias-errorMatti Picus2021-02-022-10/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-012-10/+10
* | | | | | | | | | Merge pull request #18284 from BvB93/aliasesCharles Harris2021-02-013-7/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ENH: Add annotations for the remaining `np.generic` aliasesBas van Beek2021-02-013-7/+21
* | | | | | | | | | | Merge pull request #18285 from BvB93/typing-extensionsCharles Harris2021-02-014-12/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Import `SupportsIndex` from typing-extensionsBas van Beek2021-02-013-10/+3
| * | | | | | | | | | | DOC: Removed an outdated commentBas van Beek2021-02-011-1/+0