summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/array_method.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Merge public and private dtype API as much as possibleSebastian Berg2023-02-141-186/+1
* ENH: add indexed lower loops and connect them to ufuncsmattip2023-01-301-1/+3
* 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
* MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-201-28/+25
* MAINT: Rename arraymethod reduction identity getterSebastian Berg2023-01-201-11/+10
* DOC,MAINT: Address "simple" review comments by MartenSebastian Berg2023-01-201-5/+5
* ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-201-0/+30
* ENH: Check floating point error flags for all castsSebastian Berg2022-06-131-1/+19
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-1/+8
* MAINT: Mark strides as `const` for the `get_loop` functionSebastian Berg2022-01-291-2/+2
* ENH: Add Wrapping array-method to wrap existing ufunc loopSebastian Berg2022-01-291-0/+57
* MAINT: Use intp output param viewable casts/methods (#20176)Sebastian Berg2021-12-201-1/+2
* Merge pull request #18905 from seberg/ufunc-refactor-2021Matti Picus2021-10-191-0/+11
|\
| * MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-111-0/+11
* | ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-181-0/+5
|/
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-10/+10
* MAINT: Move masked strided/inner-loop code to its "final" place (#19370)Sebastian Berg2021-06-291-0/+11
* MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-7/+11
* MAINT: Implement new casting loops based on NEP 42 and 43Sebastian Berg2021-01-081-0/+15
* Address Matti's comments from yesterdaySebastian Berg2020-11-241-25/+30
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+145