summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/temp_elide.c
Commit message (Expand)AuthorAgeFilesLines
* BUG: Support using libunwind for backtrackRin Cat (鈴猫)2022-08-181-0/+5
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-2/+0
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+3
* MAINT: Do not claim input to binops is `self` (array object)Sebastian Berg2021-03-101-6/+7
* MAINT: Remove old PY_VERSION_HEX codeHugo2020-09-031-4/+0
* DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-211-1/+1
* MAINT: Fix miscellaneous sign-compare warnings.Charles Harris2018-01-231-2/+4
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+1
* MAINT: Use PyArray_CHKFLAGS in more places.Charles Harris2017-09-221-2/+2
* BUG: Make scalar function elision check writeable.Charles Harris2017-09-181-0/+2
* Merge pull request #9260 from juliantaylor/readonly-tempCharles Harris2017-06-171-0/+2
|\
| * BUG: don't elide into readonly and updateifcopy temporariesJulian Taylor2017-06-171-0/+2
* | MAINT: use PyArray_ISNUMBER to decide whether to elideJulian Taylor2017-05-151-2/+2
|/
* BUG: only elide basic dtypes in unary opsJulian Taylor2017-05-121-1/+1
* DOC: Fixed minor typos in temp_elide.cMortada Mehyar2017-02-271-10/+10
* BUG: missing comma disabled some header checksJulian Taylor2017-02-251-0/+1
* ENH: avoid temporary arrays in expressionsJulian Taylor2017-02-241-0/+391