Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | BUG: Allow unmodified use of isclose, allclose, etc. with timedelta | Sebastian Berg | 2021-02-04 | 5 | -5/+36 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #18334 from mattip/disable-pypy-win64 | Charles Harris | 2021-02-05 | 2 | -20/+8 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | TST: use setup-python action for pypy, disable win64 pypy | mattip | 2021-02-05 | 2 | -20/+8 | |
* | | | | | Merge pull request #18333 from rgommers/fix-ghactions-trigger | Matti Picus | 2021-02-05 | 1 | -1/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | CI: fix when GitHub Actions builds trigger, and allow ci skips | Ralf Gommers | 2021-02-04 | 1 | -1/+10 | |
| |/ / / | ||||||
* | | | | Merge pull request #18331 from isuruf/macosx-arm64 | Matti Picus | 2021-02-05 | 1 | -51/+62 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove unused ARCHITECTURES variable | Isuru Fernando | 2021-02-04 | 1 | -1/+0 | |
| * | | | Use platform name in openblas_support and add macosx-arm64 support | Isuru Fernando | 2021-02-04 | 1 | -51/+63 | |
|/ / / | ||||||
* | | | BUG: don't mutate list of fake libraries while iterating over it (#18295) | Nicholas McKibben | 2021-02-04 | 2 | -2/+77 | |
* | | | Merge pull request #18282 from numpy/treddy_issue_18273 | Charles Harris | 2021-02-03 | 3 | -4/+19 | |
|\ \ \ | ||||||
| * | | | MAINT: PR 18282 revisionstreddy_issue_18273 | Tyler Reddy | 2021-02-01 | 2 | -10/+4 | |
| * | | | MAINT: gracefully shuffle memoryviews | Tyler Reddy | 2021-02-01 | 3 | -0/+21 | |
* | | | | Merge pull request #18315 from mattip/fast-build | Sebastian Berg | 2021-02-03 | 1 | -30/+30 | |
|\ \ \ \ | ||||||
| * | | | | BLD: rearrange Azure build jobs | mattip | 2021-02-03 | 1 | -30/+30 | |
|/ / / / | ||||||
* | | | | Merge pull request #18313 from abhayaman669/readme-logo-fix | Matti Picus | 2021-02-03 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | using logo from branding/logo/primary | Abhay Raghuvanshi | 2021-02-03 | 1 | -1/+1 | |
* | | | | | Merge pull request #18307 from sleeplessinseattledev/bug18256 | Tyler Reddy | 2021-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Corrected numpy.power example. | Mary | 2021-02-02 | 1 | -1/+1 | |
* | | | | | | Merge pull request #18200 from Qiyu8/intrin-sum | Matti Picus | 2021-02-03 | 9 | -28/+214 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use more accurate words. | Qiyu8 | 2021-01-27 | 6 | -6/+6 | |
| * | | | | | | improve sumup intriniscs. | Qiyu8 | 2021-01-25 | 8 | -102/+115 | |
| * | | | | | | fix npyv_storea_u64 undefined error. | Qiyu8 | 2021-01-22 | 2 | -3/+3 | |
| * | | | | | | correct the input paramater of f32. | Qiyu8 | 2021-01-22 | 2 | -5/+5 | |
| * | | | | | | treat u8/u16 as overflow protection. | Qiyu8 | 2021-01-22 | 9 | -52/+110 | |
| * | | | | | | Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sum | Qiyu8 | 2021-01-21 | 22 | -332/+406 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | add neon sum_u8/u16/u64 | Qiyu8 | 2021-01-21 | 1 | -1/+1 | |
| | * | | | | | | Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sum | Qiyu8 | 2021-01-20 | 7 | -4/+115 | |
| | |\ \ \ \ \ \ | ||||||
| * | | | | | | | | Optimize the avx512 sum_u8/sum_u16. | Qiyu8 | 2021-01-21 | 1 | -24/+28 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Add new intrinsics sum_u8/u16/u64. | Qiyu8 | 2021-01-20 | 7 | -4/+115 | |
* | | | | | | | | Merge pull request #18302 from BvB93/missing-attr | Charles Harris | 2021-02-02 | 15 | -16/+70 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Add previously missing objects to `np.rec.__all__` | Bas van Beek | 2021-02-01 | 2 | -3/+6 | |
| * | | | | | | | | MAINT: Add `as_ctypes_type` to `np.ctypeslib.__all__` | Bas van Beek | 2021-02-01 | 1 | -1/+2 | |
| * | | | | | | | | MAINT: Add previously-missing placeholder annotations | Bas van Beek | 2021-02-01 | 4 | -0/+8 | |
| * | | | | | | | | MAINT: Add missing `__all__` annotations | Bas van Beek | 2021-02-01 | 12 | -12/+54 | |
* | | | | | | | | | Merge pull request #18264 from mckib2/c-extern-npyrandom | Charles Harris | 2021-02-02 | 2 | -1/+18 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | BUG: cffi parser ignores __cplusplus guards | mckib2 | 2021-01-30 | 1 | -1/+10 | |
| * | | | | | | | | FIX: random: C linkage for random distributions | Nicholas McKibben | 2021-01-30 | 1 | -0/+8 | |
* | | | | | | | | | Merge pull request #18161 from alexhenrie/static_kwlist | Sebastian Berg | 2021-02-02 | 5 | -15/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | MAINT: Make keyword arrays static | Alex Henrie | 2021-01-13 | 5 | -15/+15 | |
* | | | | | | | | | | Merge pull request #18303 from lpsinger/PyArray_RegisterDataType-typo | Sebastian Berg | 2021-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | MAINT: Fix typo in PyArray_RegisterDataType error | Leo Singer | 2021-02-02 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #18301 from abhayaman669/fix-exception-raise | Sebastian Berg | 2021-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fixed exception cause in cov_template.py | Abhay Raghuvanshi | 2021-02-02 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #18293 from charris/fix-unicode-alias-error | Matti Picus | 2021-02-02 | 2 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BUG: Fix typo in ``numpy.__init__.py`` | Charles Harris | 2021-02-01 | 2 | -10/+10 | |
* | | | | | | | | | | Merge pull request #18284 from BvB93/aliases | Charles Harris | 2021-02-01 | 3 | -7/+21 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ENH: Add annotations for the remaining `np.generic` aliases | Bas van Beek | 2021-02-01 | 3 | -7/+21 | |
* | | | | | | | | | | | Merge pull request #18285 from BvB93/typing-extensions | Charles Harris | 2021-02-01 | 4 | -12/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | MAINT: Import `SupportsIndex` from typing-extensions | Bas van Beek | 2021-02-01 | 3 | -10/+3 | |
| * | | | | | | | | | | | DOC: Removed an outdated comment | Bas van Beek | 2021-02-01 | 1 | -1/+0 |