summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/methods.c
Commit message (Expand)AuthorAgeFilesLines
* DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-261-17/+16
* MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-261-1/+1
* DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-201-3/+1
* ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-1/+13
* ENH: Use new converter API for `arr.astype()` allowing DType classesSebastian Berg2023-02-031-4/+11
* MAINT: Remove the python <3.9 guards for `__class_getitem__`BvB932023-02-021-12/+2
* BUG: Fix deepcopy cleanup on errorSebastian Berg2022-12-071-53/+62
* TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)Bas van Beek2022-09-071-1/+1
* BUG: Avoid errors on NULL during deepcopy (#21996)Jon Cusick2022-07-171-10/+25
* ENH,MAINT: Add overflow handling for negative integers scalar multiplication ...Meekail Zain2022-07-171-3/+3
* MAINT: Reduce allocation size of empty (0 size) arrays to 1 byte (#21477)Matti Picus2022-05-171-3/+12
* BUG: Fix unpickling an empty ndarray with a none-zero dimension (#21067)Alexandre de Siqueira2022-02-161-1/+1
* MAINT: Further small return value validation fixesSebastian Berg2022-02-031-0/+4
* Merge pull request #20975 from mattip/nonullCharles Harris2022-02-021-0/+24
|\
| * BUG: fix over-enthusiastic copy-paste mistakesmattip2022-02-021-2/+2
| * MAINT: refactor NotNull in API functionsmattip2022-02-021-0/+24
* | ENH: review return values for PyArray_DescrNew (#20960)Matti Picus2022-02-021-0/+17
|/
* ENH: Let ndarray.__array_finalize__ be callable.Marten van Kerkwijk2022-01-081-2/+12
* Merge pull request #20594 from seberg/fixup-setstateMatti Picus2021-12-241-27/+37
|\
| * BUG: Fix setstate logic for empty arraysSebastian Berg2021-12-151-27/+37
* | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-2/+0
|/
* MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-181-1/+1
* STY: Small style fixups for never-copy changesSebastian Berg2021-11-121-3/+2
* Merge branch 'main' into never_copyRalf Gommers2021-11-121-14/+9
|\
| * Merge pull request #19083 from hameerabbasi/dlpackSebastian Berg2021-11-091-0/+9
| |\
| | * move dlpack functions to a new filemattip2021-11-021-235/+3
| | * BUG: Offset not properly stored/computed.Hameer Abbasi2021-11-021-9/+28
| | * MAINT: Robustify dlpack_capsule_deleter and add comments.Hameer Abbasi2021-11-021-8/+25
| | * BUG, TST: Device bugfix and test __dl_device__.Hameer Abbasi2021-11-021-13/+26
| | * BUG: Fix handling of C-contiguous and 1-element arrays.Hameer Abbasi2021-11-021-7/+12
| | * MAINT: Move around code so that there are no more unused warnings.Hameer Abbasi2021-11-021-0/+13
| | * ENH, TST: Add the from_dlpack method and test DLPack.Hameer Abbasi2021-11-021-7/+18
| | * ENH: Add the __dlpack__ and __dlpack_device__ methods to ndarray.Hameer Abbasi2021-11-021-0/+163
| * | MAINT: Remove Python <3.8 support from CSebastian Berg2021-11-071-14/+0
| |/
* | Addressed reviewsGagandeep Singh2021-11-101-10/+10
* | Addressed reviewsGagandeep Singh2021-11-021-2/+2
* | resolved conflictsGagandeep Singh2021-11-021-9/+81
|\ \ | |/
| * ENH: Configurable allocator (#17582)Matti Picus2021-10-251-4/+45
| * MAINT: Make `__class_getitem__` available to all python version and perform b...Bas van Beek2021-09-161-3/+25
| * ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-151-0/+7
| * STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-4/+6
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* | Made _CopyMode privateczgdp18072021-08-181-1/+1
* | Shifted to CopyMode to np.array_apiczgdp18072021-08-071-1/+2
* | resolved conflictsczgdp18072021-08-061-3/+6
|\ \ | |/
| * ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-071-3/+6
* | renaming completeczgdp18072021-06-091-3/+3
* | Apply suggestions from code reviewGagandeep Singh2021-06-091-2/+3
* | RuntimeError -> ValueErrorczgdp18072021-06-081-1/+1
* | Updated API ready for formal testingczgdp18072021-06-071-3/+3