summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: Fix a `Arrayterator` typing test failureBas van Beek2021-11-041-1/+1
* Merge pull request #20293 from charris/backport-20270Charles Harris2021-11-031-0/+13
|\
| * BUG: Fix headers for unviersal2 buildsIsuru Fernando2021-11-031-0/+13
* | Merge pull request #20294 from charris/backport-20237Charles Harris2021-11-032-2/+14
|\ \
| * | BUG: `VOID_nonzero` could sometimes mutate alignment flagSebastian Berg2021-11-032-2/+14
| |/
* | Merge pull request #20295 from charris/backport-20179Charles Harris2021-11-031-12/+7
|\ \
| * | BUG: Do not use nonzero fastpath on unaligned arraysSebastian Berg2021-11-031-12/+7
| |/
* | Merge pull request #20296 from charris/backport-20155Charles Harris2021-11-031-7/+5
|\ \
| * | Patch to allow for 2 as a minor version (!)Matthew Brett2021-11-031-7/+5
| |/
* | Merge pull request #20297 from charris/backport-20153Charles Harris2021-11-032-53/+29
|\ \
| * | BUG, SIMD: Fix unsigned 8-bit integer divison by a scalarSayed Adel2021-11-031-1/+1
| * | TST, SIMD: Enhance the test case for SIMD integer division by adding several ...Sayed Adel2021-11-031-50/+25
| * | BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017Sayed Adel2021-11-031-2/+3
| |/
* | Merge pull request #20298 from charris/backport-20219Charles Harris2021-11-037-25/+116
|\ \
| * | fix up upSayed Adel2021-11-031-4/+4
| * | fix upSayed Adel2021-11-033-15/+15
| * | BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit modeSayed Adel2021-11-034-6/+97
| |/
* | BUG: Fix shadowed reference of `str` in the type stubsBas van Beek2021-11-021-14/+12
* | BUG: Fix shadowed reference of `dtype` in type stubs傅立业(Chris Fu)2021-11-021-30/+33
|/
* BUG: core: result_type(0, np.timedelta64(4)) would seg. fault.Charles Harris2021-10-122-20/+49
* Merge pull request #20082 from charris/backport-18775Charles Harris2021-10-091-1/+18
|\
| * Apply suggestions from code reviewSebastian Berg2021-10-091-2/+2
| * DOC: Ensure that we add documentation also as to the dict for typesSebastian Berg2021-10-091-1/+18
* | Merge pull request #20081 from charris/backport-19607Charles Harris2021-10-091-4/+33
|\ \
| * | Fix the implementation of DATETIME_compareAaron Meurer2021-10-091-12/+7
| * | Remove debug printAaron Meurer2021-10-091-1/+0
| * | BUG: Fix NaT handling in the PyArray_CompareFunc for datetime and timedeltaAaron Meurer2021-10-091-4/+39
| |/
* | BUG: Correct incorrect advance in PCG with emulated int128Kevin Sheppard2021-10-092-2/+23
|/
* BUG: np.tan(np.inf) test failureDeveloper-Ecosystem-Engineering2021-09-281-0/+19
* MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtimeBas van Beek2021-09-251-7/+10
* Merge pull request #19955 from charris/backport-19926Charles Harris2021-09-251-1/+83
|\
| * BUG: Resolve Divide by Zero on Apple silicon + test failures (#19926)Developer-Ecosystem-Engineering2021-09-251-1/+83
* | TST: Update the `ndarray`/`generic` typing testsBas van Beek2021-08-242-28/+37
* | ENH: Add dtype-support to 3 `generic`/`ndarray` methodsBas van Beek2021-08-241-19/+106
|/
* BLD: loaded extra flags when checking for libflameCarl Johnsen2021-08-141-0/+4
* BUG,DEP: Non-default UFunc signature/dtype usage should be deprecatedSebastian Berg2021-08-123-25/+40
* Merge pull request #19660 from charris/backport-19513Charles Harris2021-08-123-5/+13
|\
| * Update numpy/core/include/numpy/npy_cpu.hNiyas Sait2021-08-121-0/+1
| * adapt test_dragon4 to avoid using pow (**) to workaround issue in windows C R...Niyas Sait2021-08-121-1/+2
| * CPU Detection: Refactor to avoid separate pre-processor definition for WoANiyas Sait2021-08-121-5/+3
| * Philox: Use _umulh intrinsic for ARM64 targetNiyas Sait2021-08-121-1/+7
| * add support for windows on arm targetsNiyas Sait2021-08-122-1/+3
* | Merge pull request #19659 from charris/backport-19600Charles Harris2021-08-122-2/+7
|\ \
| * | BUG: Fix bad write in masked iterator output copy pathsSebastian Berg2021-08-122-2/+7
| |/
* | Merge pull request #19657 from charris/backport-19640Charles Harris2021-08-122-3/+22
|\ \
| * | BUG: Remove logical object ufuncs with bool outputSebastian Berg2021-08-122-3/+22
| |/
* | BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang.Sayed Adel2021-08-121-1/+6
|/
* first pass at adding nditer typing testsMatthieu Dartiailh2021-08-121-0/+19
* MAINT: add missing dunder methods to nditer type hintsMatthieu Dartiailh2021-08-121-0/+16
* TST: Hardcode the expected output of two `complex`-related testsBas van Beek2021-08-111-13/+27