summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | TST: Do not use `dtypemeta.h` in tests, they should use "external" APISebastian Berg2023-02-191-3/+2
* | | | | 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
| |_|/ / |/| | |
* | | | Merge pull request #22051 from r-devulap/spr-supportMatti Picus2023-02-192-0/+10
|\ \ \ \
| * | | | BLD: Add compile and runtime checks for AVX512FP16Raghuveer Devulapalli2023-02-022-0/+10
* | | | | Merge pull request #23173 from peytondmurray/nep42-pyarray-arrfunc-compareSebastian Berg2023-02-181-7/+83
|\ \ \ \ \
| * | | | | ENH: Add PyArray_ArrFunc compare support for NEP42 dtypespdmurray2023-02-171-7/+83
| | |_|/ / | |/| | |
* | | | | MAINT: Add debug information to ufunc wrapping errorNathan Goldbaum2023-02-171-2/+3
|/ / / /
* | | | 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
* | | | | Merge pull request #22315 from r-devulap/avxsortMatti Picus2023-02-1512-922/+345
|\ \ \ \ \
| * | | | | Disable on CYGWINRaghuveer Devulapalli2023-02-071-4/+4
| * | | | | No need for add x86-simd-sort as global directorySayed Adel2023-02-072-3/+3
| * | | | | ENH, SIMD: removes #NPY_ENABLE_AVX512_QSORT and use #directives insteadSayed Adel2023-02-073-4/+15
| * | | | | ENH, SIMD: include npy_cpu_dipatch.h by npy_config.hSayed Adel2023-02-071-0/+1
| * | | | | ENH, SIMD: reimplement CPU dispatching of qsortSayed Adel2023-02-078-334/+151
| * | | | | ENH: Towards modern C++Sayed Adel2023-02-074-0/+182
| * | | | | Update to latest commit x86-simd-sortRaghuveer Devulapalli2023-01-311-0/+0
| * | | | | Adding x86-simd-sort as submoduleRaghuveer Devulapalli2023-01-305-2478/+0
| * | | | | BUG: Use log2 instead a builtinRaghuveer Devulapalli2023-01-301-1/+1
| * | | | | ENH: Use AVX-512 qsort for half precision floatRaghuveer Devulapalli2023-01-307-11/+253
| * | | | | MAINT: Use loadu intrinsic instead of set1_epi16Raghuveer Devulapalli2023-01-301-96/+74
| * | | | | ENH: Add AVX-512 based 16-bit dtype sortRaghuveer Devulapalli2023-01-303-9/+95
| * | | | | BUG: Do not use a global static const __m512 variableRaghuveer Devulapalli2023-01-301-1/+5
| * | | | | MAINT: Disable AVX-512 qsort on macOS and WIN32Raghuveer Devulapalli2023-01-301-2/+6
| * | | | | ENH: Use npyv_* for missing intrinsics in gcc-6Raghuveer Devulapalli2023-01-304-28/+29
| * | | | | MAINT: Force inline bitonic network functionsRaghuveer Devulapalli2023-01-303-37/+37
| * | | | | BUG: Ensure long/longlong is 8 bytes for 64-bit qsortRaghuveer Devulapalli2023-01-302-19/+29
| * | | | | Revert "ENH: Add AVX-512 based 16-bit dtype sort"Raghuveer Devulapalli2023-01-303-87/+0
| * | | | | BUG: Use longlong when NPY_SIZEOF_LONG is 4Raghuveer Devulapalli2023-01-302-0/+18
| * | | | | ENH: Add AVX-512 based 16-bit dtype sortRaghuveer Devulapalli2023-01-303-0/+87
| * | | | | ENH: Add AVX-512 based 64-bit dtype sortRaghuveer Devulapalli2023-01-304-838/+108
| * | | | | ENH: Add x86-simd-sort source filesRaghuveer Devulapalli2023-01-304-0/+2277
| | |/ / / | |/| | |
* | | | | MAINT: Merge public and private dtype API as much as possibleSebastian Berg2023-02-1410-251/+22
* | | | | 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-1113-21/+21
|/ / / / /