summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22693 from mattip/backport-mesonRalf Gommers2022-11-301-1/+1
|\
| * MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-301-1/+1
* | API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-303-14/+9
|/
* Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-274-6/+10
|\
| * MAINT: avoid gcc warning that signed and unsigned types are being comparedStefan van der Walt2022-11-251-1/+1
| * BLD: fix missing `Python.h` includesRalf Gommers2022-11-253-5/+9
* | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-2527-71/+71
|/
* Merge pull request #22653 from ngoldbaum/ensure-canonical-checkSebastian Berg2022-11-231-0/+6
|\
| * [MAINT] check user-defined dtype has an ensure_canonical implementationNathan Goldbaum2022-11-221-0/+6
* | Rename symbols in textreading/ that may clash when statically linked.Peter Hawkins2022-11-228-52/+52
|/
* ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-212-61/+84
* Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-211-11/+32
|\
| * ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-11/+32
* | Merge pull request #22605 from seberg/silence-update-shape-warningCharles Harris2022-11-171-2/+2
|\ \
| * | MAINT: (array-coercion) Silence invalid read warning in some gcc versionsSebastian Berg2022-11-171-2/+2
* | | Merge pull request #22601 from seberg/issue-22599Charles Harris2022-11-161-9/+9
|\ \ \ | |/ / |/| |
| * | MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`Sebastian Berg2022-11-161-9/+9
* | | Merge pull request #22548 from juztamau5/cleanup-orderSebastian Berg2022-11-1610-28/+29
|\ \ \
| * | | Cleanup: Fix designator order not matching declaration orderjuztamau52022-11-0710-28/+29
* | | | BLD: fix issue with header includes in dlpack.cRalf Gommers2022-11-121-5/+3
| |/ / |/| |
* | | Merge pull request #22566 from seberg/ObjectType-fixupCharles Harris2022-11-103-12/+53
|\ \ \
| * | | MAINT: Ensure that datetime dot, correlate, and vdot cannot happenSebastian Berg2022-11-091-3/+9
| * | | BUG: Fix use and errorchecking of ObjectType useSebastian Berg2022-11-092-9/+44
* | | | Merge pull request #22552 from juztamau5/fix-temp-addressSebastian Berg2022-11-091-6/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Fix taking address of temporary arrayjuztamau52022-11-091-6/+12
| |/ /
* | | BUG: Decrement ref count in gentype_reduce when allocated memory not usedAayush Agrawal2022-11-081-0/+5
* | | Merge pull request #22550 from juztamau5/fix-enum-boolSebastian Berg2022-11-082-2/+2
|\ \ \
| * | | Fix conversion from bool to enumjuztamau52022-11-072-2/+2
| |/ /
* | | API: Always use BufferError when dlpack export failsSebastian Berg2022-11-071-14/+17
|/ /
* | MAINT: Ensure raw dlpack deleter works when called without the GIL (#22510)albanD2022-11-021-0/+14
* | Merge pull request #22458 from seberg/nditer-allow-all-allocatedCharles Harris2022-10-231-16/+0
|\ \
| * | ENH: Allow all allocated operands in nditer/NpyIterSebastian Berg2022-10-201-16/+0
* | | Merge pull request #16507 from seberg/nditer-writemask-reduce-maintMatti Picus2022-10-201-58/+38
|\ \ \ | |/ / |/| |
| * | BUG: Do not allow nditer to reduce the maskSebastian Berg2022-06-091-58/+38
* | | DOC,TST: Improve overflow error message and adjust testSebastian Berg2022-10-121-1/+1
* | | ENH: Get correct integer conversion into ufuncsSebastian Berg2022-10-121-1/+1
* | | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-112-10/+140
|\ \ \
| * | | DOC: Extend out-of-bound python integer deprecation warningSebastian Berg2022-10-061-1/+4
| * | | DEP: Deprecate out-of-bound Python integer conversionsSebastian Berg2022-10-052-10/+137
* | | | ENH: allow explicit `like=None` in all array creation functions (#22379)Jordy Williams2022-10-112-26/+26
* | | | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-076-6/+6
* | | | Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-071-2/+11
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-2/+11
| | |/ | |/|
* | | Merge pull request #22327 from seberg/issue22262Charles Harris2022-09-221-1/+2
|\ \ \
| * | | BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elementsSebastian Berg2022-09-221-1/+2
| |/ /
* | | MAINT: core: Fix a typo in a datetime error message.warren2022-09-211-1/+1
|/ /
* | Adding missing Py_DECREF call on iterSicheng Zeng2022-09-161-0/+1
* | DOC: Update concatenate exception message.Ross Barnowski2022-09-121-1/+1
* | BUG: Fix incorrect refcounting in new `asarray` pathSebastian Berg2022-09-091-1/+1
* | Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-071-2/+21
|\ \