summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/dispatching.h
Commit message (Expand)AuthorAgeFilesLines
* WIP: Restore dual behaviourSebastian Berg2022-06-151-0/+1
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-0/+9
* FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-041-1/+2
* MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-031-0/+11
* MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-111-0/+4
* ENH: Add basic promoter capability to ufunc dispatchingSebastian Berg2021-08-021-0/+4
* TST: Add basic tests for custom DType (scaled float) ufuncsSebastian Berg2021-07-281-0/+3
* BUG,MAINT: New style DTypes should never use legacy promotionSebastian Berg2021-07-271-9/+5
* MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-0/+26