summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #23248 from seberg/fast-take-no-refcntMatti Picus2023-02-201-26/+55
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Move/simplify fast-take dest incrememntSebastian Berg2023-02-201-6/+3
| * | | ENH: Avoid use of item XINCREF and DECREF in fasttakeSebastian Berg2023-02-201-23/+55
* | | | Merge pull request #23154 from seberg/astype-refCharles Harris2023-02-2010-134/+231
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix and expand docs based on Nathan's reviewSebastian Berg2023-02-032-1/+22
| * | | MAINT: And fix final cast warning for missing DTypeMeta cast.Sebastian Berg2023-02-031-1/+1
| * | | MAINT: Remove now (currently) unnecessary castSebastian Berg2023-02-031-1/+1
| * | | MAINT: Add missing includes to descriptor.h (for the extractor API)Sebastian Berg2023-02-032-0/+2
| * | | ENH: Use new converter API for `arr.astype()` allowing DType classesSebastian Berg2023-02-031-4/+11
| * | | MAINT: Make AdaptDescrToArray work with legacy descr OR dtype+descrSebastian Berg2023-02-036-24/+44
| * | | MAINT: Use dtype+descr converter for private array params discoverySebastian Berg2023-02-033-105/+15
| * | | ENH: Create new DType class aware converters for `dtype=`Sebastian Berg2023-02-032-0/+137
* | | | MAINT: "comment out" unreachable subarray clear data cloneSebastian Berg2023-02-201-2/+10
* | | | DOC: Modify comments about untested functionsSebastian Berg2023-02-201-9/+4
* | | | TST: Add test and comment about path that seems uncoverableSebastian Berg2023-02-191-1/+6
* | | | Apply suggestions from code reviewSebastian Berg2023-02-193-8/+8
* | | | DOC: Expand comment for `get_clear_loop` and sprinkle dealloc+nullingSebastian Berg2023-02-193-6/+16
* | | | DOC: Add code comment about why flags are not used in refcount.cSebastian Berg2023-02-191-4/+6
* | | | MAINT: Address review commentsSebastian Berg2023-02-195-27/+37
* | | | BUG: Readd accidentally remove function return typeSebastian Berg2023-02-192-1/+1
* | | | MAINT: Make buffer clearing explicitly stored in the iteratorSebastian Berg2023-02-196-35/+57
* | | | Fixups, but npyiter is blocking me as it actually uses the "clear" logic onceSebastian Berg2023-02-199-77/+157
* | | | WIP: Further fixups and full implementation for structured dtypesSebastian Berg2023-02-194-177/+299
* | | | WIP: Move traversal and simplify signatureSebastian Berg2023-02-197-259/+357
* | | | MAINT: Reorganize array dealloc and nditer buffer cleanupSebastian Berg2023-02-196-35/+72
* | | | MAINT: Refactor clear function to live on the DTypeSebastian Berg2023-02-196-136/+220
* | | | ENH: Add PyArray_ArrFunc compare support for NEP42 dtypespdmurray2023-02-171-7/+83
| |/ / |/| |
* | | Merge pull request #23141 from rgommers/reduce-azp-jobsSebastian Berg2023-02-151-1/+18
|\ \ \
| * | | TEST: remove very slow test, add it as a comment to the code snippet it testsmattip2023-02-151-1/+18
* | | | MAINT: Merge public and private dtype API as much as possibleSebastian Berg2023-02-147-248/+19
* | | | BUG: datetime64/timedelta64 comparisons return NotImplemented (#23201)jbrockmendel2023-02-131-0/+2
* | | | Merge pull request #23089 from seberg/numpy2-flagMatti Picus2023-02-122-0/+25
|\ \ \ \
| * | | | MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-101-9/+15
| * | | | API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-102-0/+19
* | | | | Fix typos found by copdespellDimitri Papadopoulos2023-02-112-2/+2
|/ / / /
* | | | Merge pull request #23136 from mattip/indexed-looposSebastian Berg2023-02-074-5/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: rework release note, changes from reviewmattip2023-02-051-2/+2
| * | | MAINT: update EXPERIMENTAL_DTYPE_API_VERSION toomattip2023-02-011-1/+1
| * | | ENH: add indexed lower loops and connect them to ufuncsmattip2023-01-303-4/+9
| |/ /
* | | Merge pull request #23143 from seberg/dtype-pickleCharles Harris2023-02-021-0/+6
|\ \ \
| * | | ENH: Allow trivial pickling of user DType (classes)Sebastian Berg2023-02-021-0/+6
| |/ /
* | | MAINT: Remove the python <3.9 guards for `__class_getitem__`BvB932023-02-023-46/+11
|/ /
* | Merge pull request #23111 from seberg/dlpack-boolMatti Picus2023-01-301-1/+9
|\ \
| * | MAINT: Allow export/import of bools in dlpackSebastian Berg2023-01-271-1/+9
* | | BUG: Fix crash when using complex double scalars with NEP 50Sebastian Berg2023-01-291-1/+2
|/ /
* | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-233-70/+122
* | MAINT: Rename `initial` to `legacy_initial` in ArrayMethodSebastian Berg2023-01-201-1/+1
* | DOC: Adept code comments for clarity based on code reviewSebastian Berg2023-01-201-3/+5
* | MAINT: Address review comments by NathanSebastian Berg2023-01-201-10/+11
* | MAINT: Address many of Marten's commentsSebastian Berg2023-01-201-3/+3