summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/array_coercion.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make AdaptDescrToArray work with legacy descr OR dtype+descrSebastian Berg2023-02-031-1/+2
* MAINT: Use dtype+descr converter for private array params discoverySebastian Berg2023-02-031-6/+1
* MAINT,ENH: Rewrite scalar math logicSebastian Berg2022-04-241-0/+3
* MAINT: Rename `allow_copy` to `never_copy` in never-copy machinerySebastian Berg2021-11-121-1/+1
* do_copy -> allow_copyGagandeep Singh2021-11-101-1/+1
* Prohibited calling ``__array__`` method in never copy modeGagandeep Singh2021-11-101-1/+1
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* TST: Add test for rational pathsSebastian Berg2021-05-161-3/+0
* MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-0/+2
* Replace AdaptFlexibleDType with object and delete some datetime thing relatedSebastian Berg2020-07-081-0/+3
* Other smallre changes, some optimization related.Sebastian Berg2020-07-081-8/+5
* Some micro-optimization tries (should probably be largely reverted)Sebastian Berg2020-07-081-2/+6
* WIP: Seems pretty good, but needs cleaning up...Sebastian Berg2020-07-081-1/+5
* Use new mechanism for np.asarray, and hopefully get void right, harSebastian Berg2020-07-081-0/+4
* Close to the first working setupSebastian Berg2020-07-081-7/+20
* WIP: Further steps toward new coercion, start with making discovery python av...Sebastian Berg2020-07-081-0/+6
* WIP: Rework array coercionSebastian Berg2020-07-081-0/+27