summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Begin 1.22.x developmentv1.22.0.dev0Charles Harris2021-05-220-0/+0
* Merge pull request #19068 from charris/update-mailmapCharles Harris2021-05-221-260/+381
|\
| * MAINT: Update mailmapCharles Harris2021-05-221-260/+381
* | 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
* | Merge pull request #19063 from ismaelJimenez/fix-gh-19056Charles Harris2021-05-221-1/+1
|\ \ | |/ |/|
| * fix gh-19056Ismael Jimenez2021-05-221-1/+1
|/
* Merge pull request #18766 from ganesh-k13/enh_simd_signed_divisionMatti Picus2021-05-215-105/+161
|\
| * 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 #19055 from charris/add-1.18.5-notesCharles Harris2021-05-203-0/+50
|\ \ | |/ |/|
| * DOC: Forward port missing 1.18.5 release note.Charles Harris2021-05-203-0/+50
* | 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-202-0/+12
|\ \ \ \
| * | | | DOC: Add release note about clang floating point error flag changeSebastian Berg2021-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-193-7/+67
* | | | Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-1925-452/+999
|\ \ \ \ | |_|/ / |/| | |
| * | | TST: Add more tests to cover abstract code paths (hopefully)Sebastian Berg2021-05-161-3/+14