summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | replace __builtin_s390_vflls with npyv_doublee as beforePradipta Ghosh2023-01-241-2/+2
| * | | BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE)Pradipta Ghosh2023-01-241-1/+2
* | | | BUG: Fix `integer / float` scalar promotionSebastian Berg2023-01-241-16/+9
|/ / /
* | | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-235-82/+128
* | | MAINT: Rename `initial` to `legacy_initial` in ArrayMethodSebastian Berg2023-01-202-3/+5
* | | DOC: Adept code comments for clarity based on code reviewSebastian Berg2023-01-203-11/+16
* | | MAINT: Prepend scaled float test statics with `sfloat_`Sebastian Berg2023-01-201-14/+14
* | | MAINT: Address review comments by NathanSebastian Berg2023-01-202-11/+12
* | | MAINT: Rename PyUFunc_GetIDentity to PyUFunc_GetDefaultIdentitySebastian Berg2023-01-203-5/+6
* | | TST: Add test for wrapped ufuncs and reductions via ScaledFloatSebastian Berg2023-01-201-3/+88
* | | MAINT: Address many of Marten's commentsSebastian Berg2023-01-204-13/+17
* | | MAINT: Remove unneeded labelSebastian Berg2023-01-201-1/+0
* | | API: Bumpy experimental dtype api versionSebastian Berg2023-01-202-2/+2
* | | BUG: Fixup copying the wrong size in the cached path mostlySebastian Berg2023-01-202-8/+8
* | | MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-206-145/+190
* | | MAINT: Fixup names, and add workaround lost in rebaseSebastian Berg2023-01-201-6/+21
* | | MAINT: Rename arraymethod reduction identity getterSebastian Berg2023-01-204-43/+47
* | | DOC,MAINT: Address "simple" review comments by MartenSebastian Berg2023-01-203-25/+29
* | | BUG: Fixup the default array-method, got the refcounting wrong...Sebastian Berg2023-01-201-5/+7
* | | ENH: Support identity-function in experimental DType APISebastian Berg2023-01-202-0/+34
* | | ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-205-91/+179
* | | BUG: Impelement `ArrayFunctionDispatcher.__get__`Sebastian Berg2023-01-181-1/+16
* | | Merge pull request #23020 from seberg/faster-array-functionCharles Harris2023-01-173-235/+402
|\ \ \
| * | | BUG: Fix refcounting issues in C-side `like=` implementationSebastian Berg2023-01-171-10/+15
| * | | MAINT: Move some others functions to use fastcallSebastian Berg2023-01-171-23/+30
| * | | MAINT: Move concatenate to fastcall protocolSebastian Berg2023-01-171-6/+12
| * | | ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-173-208/+357
* | | | BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)Khem Raj2023-01-172-3/+13
|/ / /
* | | BLD, SIMD: Pad asm to avoid C99 complains on CLANGSayed Adel2023-01-161-3/+3
* | | Merge pull request #22998 from seberg/dep-positive-finalizeCharles Harris2023-01-111-39/+2
|\ \ \
| * | | DEP: Finalize `+arr` returning a copy e.g. for string arraysSebastian Berg2023-01-111-39/+2
* | | | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
|/ / /
* | | ENH: allow NEP 42 dtypes to work with np.char (#22863)Nathan Goldbaum2023-01-102-4/+41
* | | Merge pull request #22980 from charris/fix-clang-suggestionsRalf Gommers2023-01-101-2/+2
|\ \ \
| * | | MAINT: Fix some noisy clang suggestions.Charles Harris2023-01-091-2/+2
* | | | DOC: remove extraneous backtick from warning (#22981)Eddie Darling2023-01-091-1/+1
|/ / /
* | | Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-081-0/+5
* | | Merge pull request #22939 from seberg/arm64-symbol-export-helpMatti Picus2023-01-071-1/+8
|\ \ \
| * | | MAINT: Move export for scipy arm64 helper into main moduleSebastian Berg2023-01-051-1/+8
* | | | BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clangSayed Adel2023-01-061-2/+27
|/ / /
* | | ENH: Create string dtype instances from the abstract dtype (#22923)Nathan Goldbaum2023-01-051-1/+48
|/ /
* | Merge pull request #22889 from mattip/speedup-ufunc.at-mainSebastian Berg2023-01-033-216/+350
|\ \
| * | MAINT: test broadcasting; test, fix output casting (from review)mattip2023-01-031-4/+7
| * | MAINT: remove overly-cautious check (from review)mattip2023-01-031-16/+10
| * | MAINT: add missing test cases (from review)mattip2023-01-031-3/+13
| * | MAINT: remove dead code path (from review)mattip2023-01-031-6/+0
| * | MAINT: enable fast_path in more cases (from review)mattip2023-01-032-18/+8
| * | Revert "MAINT: elide the generic_wrapped_legacy_loop wrapper out of the hot l...mattip2023-01-022-24/+8
| * | use 4 for float, 2 for double in fast-path countmattip2022-12-291-1/+2
| * | use better semantics for calling PyArray_DiscardWritebackIfCopymattip2022-12-291-1/+1