summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23763 from seberg/nep50-fixes-part2Charles Harris2023-05-161-0/+7
|\
| * 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-151-0/+7
* | 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-151-1/+1
* | | 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
* | | 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 #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-2711-299/+121
|\ \ \ \
| * | | | DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-262-236/+30
| * | | | MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-2611-63/+91
* | | | | 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
| * | | | MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-122-4/+4
| * | | | API: Add `numpy.types` module and fill it with DType classesSebastian Berg2023-04-124-43/+89
| * | | | MAINT: Refactor type naming C codeSebastian Berg2023-04-122-110/+117
* | | | | DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-251-47/+0
| |_|_|/ |/| | |
* | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-204-7/+39
| |_|/ |/| |
* | | DOC: warn against using zero-filling loop with a previously allocated arrayNathan Goldbaum2023-04-192-0/+6
* | | MAINT: housecleaning for traversal loop setup and implementationsNathan Goldbaum2023-04-195-89/+96
* | | MAINT: support traversal loops without initializing the descriptorNathan Goldbaum2023-04-191-1/+2
* | | MNT: respond to review commentsNathan Goldbaum2023-04-192-15/+11
* | | MAINT: refactor zero-filling to use a traversal loopNathan Goldbaum2023-04-185-58/+121
* | | ENH: Refactor special zero-filling to be managed by the DTypeNathan Goldbaum2023-04-186-48/+77
* | | BUG: lib: Tiny fix for the loadtxt tokenizer when PyMem_Malloc() fails.warren2023-04-141-0/+2
|/ /
* | Merge pull request #23498 from ngoldbaum/buffer-error-fixCharles Harris2023-03-311-3/+11
|\ \
| * | MAINT: revert change to legacy pathNathan Goldbaum2023-03-301-1/+1
| * | MAINT: fix compiling on MUSLNathan Goldbaum2023-03-301-3/+2
| * | MAINT: improve error when a dtype doesn't support the buffer interfaceNathan Goldbaum2023-03-301-3/+12