summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19066 from BvB93/nanmedianCharles Harris2021-05-222-23/+47
|\
| * MAINT: Directly grab `nan` from the input arrayBas van Beek2021-05-221-5/+7
| * TST: Update the `np.nanmedian` tests for all-nan arraysBas van Beek2021-05-221-16/+34
| * BUG: Fixed an issue wherein `_nanmedian_small` would fail for `timedelta64`-b...Bas van Beek2021-05-221-2/+4
| * BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong ...Bas van Beek2021-05-221-1/+3
* | fix gh-19056Ismael Jimenez2021-05-221-1/+1
|/
* SIMD: Fix computing the fast int32 division parametersSayed Adel2021-05-211-12/+12
* MAINT, SIMD: Several fixes to integer divisionSayed Adel2021-05-201-63/+61
* SIMD: Separate signed and unsigned loopsGanesh Kathiresan2021-05-201-76/+105
* SIMD: Refined signed and unsigned floor divideGanesh Kathiresan2021-05-201-40/+68
* DOC: Added floor divide docGanesh Kathiresan2021-05-201-0/+13
* SIMD: Added floor divide logic for signedGanesh Kathiresan2021-05-201-26/+81
* SIMD: Added dispatch code for signedGanesh Kathiresan2021-05-201-19/+40
* SIMD: Add dispatch to generate_umathGanesh Kathiresan2021-05-201-1/+1
* SIMD: Add signed to dispatchGanesh Kathiresan2021-05-201-4/+2
* SIMD: Removed umath codeGanesh Kathiresan2021-05-201-86/+0
* Merge pull request #19046 from seiko2plus/issue_19045Charles Harris2021-05-206-49/+128
|\
| * BUG, SIMD: Fix unexpected result of uint8 division on X86Sayed Adel2021-05-194-18/+21
| * TST, SIMD: Improve test cases of integer divisionSayed Adel2021-05-192-31/+107
* | Merge pull request #19029 from BvB93/internalCharles Harris2021-05-204-14/+50
|\ \
| * | DEP: Remove annotations for 4 deprecated methodsBas van Beek2021-05-183-9/+7
| * | DOC: Clarify a comment related to `int_ptr_t`Bas van Beek2021-05-181-2/+4
| * | TST: Add typing tests for `np.core._internal._ctypes`Bas van Beek2021-05-181-0/+17
| * | ENH: Improve the annotations of `np.core._internal`Bas van Beek2021-05-182-14/+33
* | | Merge pull request #19052 from BvB93/ufuncCharles Harris2021-05-209-161/+673
|\ \ \
| * | | DOC: Add the `axis` and `axes` keywords to gufunc signaturesBas van Beek2021-05-201-3/+5
| * | | DOC: Clarify which keyword arguments are available to `ufunc.outer`Bas van Beek2021-05-201-1/+2
| * | | TST: Update the `ufunc` typing testsBas van Beek2021-05-203-3/+106
| * | | ENH: Improve the `np.ufunc` annotationsBas van Beek2021-05-203-127/+532
| * | | MAINT: Added a missing object to `npt.__all__`Bas van Beek2021-05-201-1/+1
| * | | STY: Alias `typing.Literal` as `L`Bas van Beek2021-05-201-26/+26
| * | | BLD: Add `.pyi` data files to the `numpy.typing` sub-packageBas van Beek2021-05-201-0/+1
* | | | Merge pull request #19049 from seberg/clang-fperr-bugCharles Harris2021-05-201-0/+6
|\ \ \ \
| * | | | API,BLD: Always force `-ffp-exception-behavior=strict` on clangSebastian Berg2021-05-191-0/+6
* | | | | Merge pull request #19048 from r-devulap/avx512_skx_bugMatti Picus2021-05-201-1/+2
|\ \ \ \ \
| * | | | | Split lineRaghuveer Devulapalli2021-05-201-1/+2
| * | | | | BUG: Fix duplicate variable names in compiler check for AVX512_SKXRaghuveer Devulapalli2021-05-191-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #19047 from seiko2plus/issue_19017Sayed Adel2021-05-202-5/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG, SIMD: Fix NumPy build on ppc64le(IBM/Power) for old versions of GCC(<=6)Sayed Adel2021-05-192-5/+15
| |/ / /
* | | | DEP: Deprecate error clearing for special method in array-coercion (#19001)Sebastian Berg2021-05-192-7/+59
* | | | Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-1922-436/+998
|\ \ \ \ | |_|/ / |/| | |
| * | | TST: Add more tests to cover abstract code paths (hopefully)Sebastian Berg2021-05-161-3/+14
| * | | TST: Add test for rational pathsSebastian Berg2021-05-163-4/+22
| * | | TST: Add complex-complex promotions to test parametrizationSebastian Berg2021-05-141-0/+10
| * | | Apply suggestions from code reviewSebastian Berg2021-05-142-3/+3
| * | | BUG: Fortify against longdouble cast lossSebastian Berg2021-05-121-2/+4
| * | | TST: Fixup tests and make sure complex is also the valueSebastian Berg2021-05-121-3/+21
| * | | MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`Sebastian Berg2021-05-122-17/+2
| * | | DOC,TST: Fix documentation and add testsSebastian Berg2021-05-121-0/+35
| * | | DOC: Fix mistakes found by TylerSebastian Berg2021-05-123-3/+3