summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20304 from charris/prepare-1.21.4-release-2v1.21.4Charles Harris2021-11-042-5/+8
|\
| * REL: Prepare for NumPy 1.21.4 release (2)Charles Harris2021-11-042-5/+8
|/
* Merge pull request #20302 from BvB93/arrayterator2Charles Harris2021-11-041-1/+1
|\
| * TST: Fix a `Arrayterator` typing test failureBas van Beek2021-11-041-1/+1
|/
* Merge pull request #20300 from charris/prepare-1.21.4-releaseCharles Harris2021-11-043-34/+56
|\
| * REL: Prepare for the NumPy 1.21.4 release.Charles Harris2021-11-043-34/+56
|/
* 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
| |/
* | Merge pull request #20278 from BvB93/shadowCharles Harris2021-11-021-44/+45
|\ \ | |/ |/|
| * 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
|/
* REL: prepare 1.21.x for further developmentCharles Harris2021-10-203-1/+47
* Merge pull request #20141 from charris/prepare-for-1.21.3-releasev1.21.3Charles Harris2021-10-192-29/+56
|\
| * REL: Prepare for 1.21.3 release.Charles Harris2021-10-192-29/+56
|/
* Merge pull request #20106 from charris/backport-20088Charles Harris2021-10-122-20/+49
|\
| * 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
| |/
* | Merge pull request #20080 from charris/backport-20049Charles Harris2021-10-093-2/+28
|\ \ | |/ |/|
| * BUG: Correct incorrect advance in PCG with emulated int128Kevin Sheppard2021-10-093-2/+28
|/
* Merge pull request #19994 from charris/backport-19974Charles Harris2021-09-281-0/+19
|\
| * BUG: np.tan(np.inf) test failureDeveloper-Ecosystem-Engineering2021-09-281-0/+19
|/
* Merge pull request #19958 from charris/backport-19856Charles Harris2021-09-261-7/+10
|\
| * 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
* | Merge pull request #19745 from BvB93/astypeCharles Harris2021-08-243-47/+143
|\ \ | |/ |/|
| * 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
|/
* REL: prepare 1.21.x for further developmentCharles Harris2021-08-153-1/+47
* Merge pull request #19677 from charris/prepare-1.21.2-releasev1.21.2Charles Harris2021-08-153-33/+84
|\