summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: improve standard_t example in numpy.random.François Le Lay2021-02-082-28/+60
* Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-088-37/+256
|\
| * ENH: Add support for extended-precision `np.number` arithmeticBas van Beek2021-02-052-19/+45
| * TST: Add tests for the extended-precision pluginBas van Beek2021-02-052-2/+73
| * ENH: Add a plugin for exposing platform-specific extended-precision `np.number`sBas van Beek2021-02-053-8/+76
| * ENH: Add support for all potential extended-precision `np.number`sBas van Beek2021-02-052-4/+56
| * STY: Remove the string-encasing of certain annotationsBas van Beek2021-02-051-4/+6
* | ENH: Share memory of read-only intent(in) arrays. Closes #16347Pearu Peterson2021-02-072-2/+15
* | [MAINT] Fix regression in using --capi-api flag and callbacksPearu Peterson2021-02-071-1/+1
* | Merge pull request #18350 from pearu/pearu/18335Charles Harris2021-02-062-0/+41
|\ \
| * | BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-072-0/+41
| |/
* | Merge pull request #18348 from rgommers/depr-srcdirsCharles Harris2021-02-061-0/+6
|\ \
| * | DEP: doc-deprecate BLAS_SRC/LAPACK_SRCRalf Gommers2021-02-061-0/+6
* | | Merge pull request #18289 from seberg/npyiter-bufferdataMatti Picus2021-02-065-141/+256
|\ \ \ | |/ / |/| |
| * | TST: Split out failure test and ensure it requires cleanupSebastian Berg2021-02-031-3/+6
| * | TST: Split out unraisable test, add comment and skip on pypySebastian Berg2021-02-031-10/+15
| * | TST: Clear out final (nil) pointersSebastian Berg2021-02-031-3/+3
| * | TST,MAINT: Avoid subprocess for the debugprint testSebastian Berg2021-02-031-21/+19
| * | BUG: Add further tests and fix existing npyiter cleanup bugsSebastian Berg2021-02-032-6/+47
| * | TST: Add test for the nditer debug_printSebastian Berg2021-02-031-0/+85
| * | MAINT: Add variable length field at end of struct.Sebastian Berg2021-02-021-1/+2
| * | MAINT: Do not use `stransfer` to indicate NPY_OP_ITFLAG_USINGBUFFERSebastian Berg2021-02-011-16/+11
| * | MAINT: Move transferdata into buffer-wise structSebastian Berg2021-02-013-121/+108
* | | Merge pull request #18332 from seberg/issue-18325Charles Harris2021-02-062-2/+36
|\ \ \
| * | | BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-042-2/+36
| | |/ | |/|
* | | Merge pull request #18342 from zolboo1024/trapz_docMatti Picus2021-02-061-4/+7
|\ \ \
| * | | Specified the return type for trapz to include the possibility of ndarray bei...zolboo10242021-02-051-4/+7
* | | | Merge pull request #18323 from BvB93/comparison4Charles Harris2021-02-056-17/+571
|\ \ \ \
| * | | | TST: Provide a more useful exception message if the `pass` tests failBas van Beek2021-02-051-1/+2
| * | | | TST: Add typing tests for `ndarray.__floordivide__`Bas van Beek2021-02-053-0/+239
| * | | | MAINT: Clarify that `timdelta64 / bool` raisesBas van Beek2021-02-051-0/+2
| * | | | ENH: Add annotations for 16 ufunc-based `ndarray` magic methodsBas van Beek2021-02-051-16/+328
| | |/ / | |/| |
* | | | BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-045-5/+36
|/ / /
* | | 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 #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-2119-330/+399
| |\ \ \ \
| | * | | | 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