summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23505 from cbrt64/fix-2256Matti Picus2023-05-171-6/+13
|\
| * MAINT: Use fwrite chunking generally on Windows 64 and size_t as typeSebastian Berg2023-05-161-6/+9
| * BUG: Use 2GiB chunking code for fwrite() on mingw32/64Edward E2023-03-311-3/+7
* | Merge pull request #23763 from seberg/nep50-fixes-part2Charles Harris2023-05-162-3/+42
|\ \
| * | MAINT: Fix typo in commentSebastian Berg2023-05-151-1/+1
| * | MAINT: Address Marten's reviewSebastian Berg2023-05-151-4/+4
| * | BUG: Fix weak scalar logic for large ints in ufuncsSebastian Berg2023-05-152-3/+42
* | | Merge pull request #23659 from seberg/issue-23029Charles Harris2023-05-161-1/+84
|\ \ \
| * | | MAINT: Seems it should be -1 direction for matching a prefixSebastian Berg2023-04-251-2/+2
| * | | BUG: Add missing decref's of replaced error.Sebastian Berg2023-04-251-0/+3
| * | | ENH: Restore TypeError cleanup in array function dispatchingSebastian Berg2023-04-251-1/+81
* | | | MAINT: fix signed/unsigned int comparison warningsNathan Goldbaum2023-05-152-2/+2
* | | | Merge pull request #23665 from r-devulap/update-simd-sortCharles Harris2023-05-151-0/+0
|\ \ \ \
| * | | | ENH: Speed up 64-bit qsort by 1.6xRaghuveer Devulapalli2023-05-141-0/+0
| | |/ / | |/| |
* | | | Merge pull request #23750 from ngoldbaum/replace-copyswapnSebastian Berg2023-05-151-15/+91
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: do not use copyswapn in array sorting internalsNathan Goldbaum2023-05-121-15/+91
* | | | Merge pull request #23746 from mattip/scalar-strCharles Harris2023-05-131-1/+37
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: typo, lintingmattip2023-05-111-1/+1
| * | | add fast path for str(scalar_int)mattip2023-05-101-1/+37
* | | | Merge pull request #23620 from seberg/correct-zerofill-structuredCharles Harris2023-05-106-92/+202
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Rename `traverse_func_get` and type for clarity as per reviewSebastian Berg2023-05-101-6/+6
| * | | MAINT: Add a proper implementation for structured zerofillSebastian Berg2023-04-206-92/+202
* | | | Merge pull request #23713 from seberg/uint-int-comparisonsCharles Harris2023-05-063-10/+76
|\ \ \ \
| * | | | ENH: Make signed/unsigned integer comparisons exactSebastian Berg2023-05-043-10/+76
* | | | | Bug: Fix compilation of halffloat with gcc 13.1Sayed Adel2023-05-042-1/+2
* | | | | Merge pull request #23435 from r-devulap/spr-simd-sortMatti Picus2023-05-042-4/+12
|\ \ \ \ \
| * | | | | ENH: Use x86-simd-sort to disptch avx512_qsort<_Float16>Raghuveer Devulapalli2023-04-051-4/+12
| * | | | | MAINT: Update x86-simd-sort to latest commitRaghuveer Devulapalli2023-04-051-0/+0
* | | | | | Merge pull request #23699 from ngoldbaum/repeat-remove-array-increfSebastian Berg2023-05-031-12/+98
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: apply specialization optimizationNathan Goldbaum2023-05-021-23/+83
| * | | | | MAINT: refactor to use chunked castsNathan Goldbaum2023-05-021-8/+9
| * | | | | MAINT: refactor PyArray_Repeat to avoid PyArray_INCREFNathan Goldbaum2023-05-021-2/+27
* | | | | | Merge pull request #22137 from Micky774/enable_simdMatti Picus2023-05-032-51/+96
|\ \ \ \ \ \
| * | | | | | ENH: add NPY_ENABLE_CPU_FEATURES to allow limiting set of enabled featuresMeekail Zain2023-04-082-51/+96
* | | | | | | BUG: Correct sin/cos float64 range check functionsChris Sidebottom2023-05-021-2/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-284-22/+112
|\ \ \ \ \ \
| * | | | | | fixes from reviewmattip2023-04-272-24/+21
| * | | | | | MAINT: expand PyArray_AssignZero to handle object dtypemattip2023-03-303-38/+24
| * | | | | | BUG: work around shortcoming in PyArray_AssignZero for object dtypemattip2023-03-301-2/+15
| * | | | | | BUG: only check PyErr_Occurred if Python C-API is neededmattip2023-03-301-4/+8
| * | | | | | BUG: if dtype is object, do outbuf[:] = 0 rather than memsetmattip2023-03-301-1/+13
| * | | | | | Update numpy/core/src/multiarray/einsum_sumprod.c.src The Dog Lulu2023-03-291-25/+17
| * | | | | | PR_fixes_1iamsoto2023-03-292-52/+31
| * | | | | | WIP: Adding Object dtype to einsumiamsoto2023-03-291-5/+112
* | | | | | | Merge pull request #23666 from seberg/subarray-cleanupMatti Picus2023-04-2712-306/+122
|\ \ \ \ \ \ \
| * | | | | | | DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-262-236/+30
| * | | | | | | MAINT: Fixup handling of subarray dtype in ufunc.resolve_dtypesSebastian Berg2023-04-261-6/+0
| * | | | | | | MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-2612-64/+92
* | | | | | | | Merge pull request #23358 from seberg/dtype-class-in-typesMatti Picus2023-04-276-153/+206
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Apply suggestions from code reviewSebastian Berg2023-04-271-2/+2