summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/array_coercion.c
Commit message (Expand)AuthorAgeFilesLines
* DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-251-47/+0
* ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-3/+6
* DOC: Fix and expand docs based on Nathan's reviewSebastian Berg2023-02-031-1/+1
* MAINT: Make AdaptDescrToArray work with legacy descr OR dtype+descrSebastian Berg2023-02-031-17/+36
* MAINT: Use dtype+descr converter for private array params discoverySebastian Berg2023-02-031-98/+13
* MAINT: allow unsized NEP 42 user-defined dtypesNathan Goldbaum2022-12-091-2/+8
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-6/+6
* MAINT: (array-coercion) Silence invalid read warning in some gcc versionsSebastian Berg2022-11-171-2/+2
* DEP: Finalize ragged array creation deprecationSebastian Berg2022-07-171-89/+3
* ENH: Check floating point error flags for all castsSebastian Berg2022-06-131-6/+23
* MAINT: Simplify element setting and use it for fillingSebastian Berg2022-06-121-37/+75
* PERF: Fast path for dtype lookup of float and long (#21527)Pieter Eendebak2022-06-091-12/+17
* MAINT,ENH: Rewrite scalar math logicSebastian Berg2022-04-241-0/+10
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-2/+2
* MAINT: Rename `allow_copy` to `never_copy` in never-copy machinerySebastian Berg2021-11-121-7/+7
* Merge branch 'main' into never_copyRalf Gommers2021-11-121-0/+1
|\
| * Fixups based on review comments.Sebastian Berg2021-09-291-1/+1
| * BUG: fix a PyArray_DiscoverDTypeAndShape_Recursive leakHugo Defois2021-09-291-0/+1
* | do_copy -> allow_copyGagandeep Singh2021-11-101-7/+7
* | Updated docsGagandeep Singh2021-11-101-0/+1
* | Fixed warning and updated docsGagandeep Singh2021-11-101-0/+1
* | Prohibited calling ``__array__`` method in never copy modeGagandeep Singh2021-11-101-6/+7
* | Addressed reviews and increased code coverageGagandeep Singh2021-11-041-1/+0
* | resolved conflictsGagandeep Singh2021-11-021-4/+5
|\ \ | |/
| * DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-2/+2
| * STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-4/+4
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+3
* | resolved conflictsczgdp18072021-08-061-9/+8
|\ \ | |/
| * MAINT: Rename `NPY_DT_call_*` to `NPY_DT_CALL_*`Sebastian Berg2021-08-021-6/+6
| * MAINT: Refactor DType slots into an opaque, allocated structSebastian Berg2021-07-291-9/+8
* | Added some notes for future commitsczgdp18072021-06-081-0/+1
|/
* Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-191-2/+3
|\
| * TST: Add test for rational pathsSebastian Berg2021-05-161-1/+1
| * MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-3/+4
* | DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-121-2/+6
|/
* MAINT: Remove incorrect inlineKevin Sheppard2021-04-201-2/+2
* BUG: Fix small valgrind-found issues (#18651)Sebastian Berg2021-03-191-0/+1
* MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-5/+8
* ENH: keyboard interrupt for large array creationiamsoto2021-01-081-0/+5
* Merge pull request #17973 from seberg/require-sequence-array-coercionCharles Harris2020-12-181-0/+47
|\
| * DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-101-0/+47
* | BUG: Ignore fewer errors during array-coercionSebastian Berg2020-11-241-2/+16
|/
* BUG: Raise promotion error if a DType was provided in array coercion (gh-17706)Sebastian Berg2020-11-091-7/+14
* MAINT: Mark dead code as intentional for clang.Charles Harris2020-10-211-1/+1
* BUG: Accept legacy user-dtypes if not isinstance(dtype.type, np.generic)Sebastian Berg2020-10-071-13/+23
* BUG: Fix memory leak in array-coercion error pathsSebastian Berg2020-10-011-2/+2
* Merge pull request #17137 from seberg/restructure-dtype-promotionMatti Picus2020-09-221-60/+13
|\
| * MAINT: Always define `default_descr()` and simplify codeSebastian Berg2020-09-021-9/+3
| * MAINT: Move dtype instance to DType class castSebastian Berg2020-09-021-51/+10
* | BUG: Fix dimension discovery of within array ragged casesSebastian Berg2020-09-021-1/+1
|/