summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/abstractdtypes.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-3/+3
* Cleanup: Fix designator order not matching declaration orderjuztamau52022-11-071-9/+9
* BUG: Fix broken weak promotion (including legacy ones) and make it more robustSebastian Berg2022-06-151-1/+25
* ENH: Try to be more forgiving in abstract dtype promotionSebastian Berg2022-06-151-3/+44
* MAINT,ENH: Rewrite scalar math logicSebastian Berg2022-04-241-0/+3
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-3/+3
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* MAINT: Refactor DType slots into an opaque, allocated structSebastian Berg2021-07-291-21/+32
* DOC: Fix mistakes found by TylerSebastian Berg2021-05-121-1/+1
* MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-25/+143
* MAINT: Remove weakref from mapping (for now) and renameSebastian Berg2020-07-081-1/+1
* Replace AdaptFlexibleDType with object and delete some datetime thing relatedSebastian Berg2020-07-081-1/+1
* BUG: Make static declaration safe (may be an issue on msvc mostly)Sebastian Berg2020-07-081-18/+17
* update some comments, remove outdated old code pathSebastian Berg2020-07-081-1/+0
* Fixups/comments for compiler warningsSebastian Berg2020-07-081-1/+1
* Fixup for scalar kind, and ensure OBJECT is special for assignmentSebastian Berg2020-07-081-2/+2
* WIP: Seems pretty good, but needs cleaning up...Sebastian Berg2020-07-081-22/+0
* Further fixes, make max-dims reached more logical and enter obj arraysSebastian Berg2020-07-081-2/+7
* First version mainly workingSebastian Berg2020-07-081-3/+2
* Use new mechanism for np.asarray, and hopefully get void right, harSebastian Berg2020-07-081-0/+188