summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Help boost::python libraries at least not crashSebastian Berg2021-12-171-0/+18
* Merge pull request #20598 from charris/backport-20583Charles Harris2021-12-164-10/+17
|\
| * BUG: Fix issues (mainly) found using pytest-leaks (#20583)Sebastian Berg2021-12-164-10/+17
* | Merge pull request #20600 from charris/backport-20590Charles Harris2021-12-164-0/+7
|\ \
| * | BUG: Fix leaks found using pytest-leaksSebastian Berg2021-12-164-0/+7
| |/
* | Merge pull request #20601 from charris/backport-20593Charles Harris2021-12-161-1/+2
|\ \
| * | MAINT: Check for buffer interface support rather than try/exceptSebastian Berg2021-12-161-1/+2
| |/
* | Merge pull request #20576 from charris/backport-20563Charles Harris2021-12-134-16/+28
|\ \
| * | BUG: Fix small issues found using valgrindSebastian Berg2021-12-134-16/+28
| |/
* | Fix sorting of int8/int16serge-sans-paille2021-12-131-40/+42
|/
* BUG: Always check for mutated signatures in the legacy resolverSebastian Berg2021-12-081-11/+13
* REV: Revert adding a default ufunc promoterSebastian Berg2021-12-081-55/+13
* PERF: Fix performance bug in dispatching cacheSebastian Berg2021-12-072-13/+18
* BUG: Fixup rare reducelike cast causing rejection of a valid loopSebastian Berg2021-12-071-2/+32
* MAINT: Remove now unnecessary/bogus reduce special pathSebastian Berg2021-12-071-29/+0
* FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-073-6/+42
* Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-072-20/+20
* MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-073-83/+291
* BUG: Fix reduce promotion with out argumentSebastian Berg2021-12-071-3/+18
* MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-214-16/+18
* BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabledSayed Adel2021-11-191-5/+13
* Merge pull request #20367 from HowJMay/simd-truncMatti Picus2021-11-166-2/+75
|\
| * ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-166-2/+75
* | Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-1511-46/+196
|\ \ | |/ |/|
| * BUG: Fix refcounting issue and missed scalar special case for never-copy logicSebastian Berg2021-11-121-7/+11
| * MAINT: Rename `allow_copy` to `never_copy` in never-copy machinerySebastian Berg2021-11-124-13/+13
| * MAINT,BUG: Refactor __array__ and never-copy to move check laterSebastian Berg2021-11-122-15/+50
| * MAINT: Remove private CopyMode enum to private headerSebastian Berg2021-11-121-0/+6
| * STY: Small style fixups for never-copy changesSebastian Berg2021-11-124-21/+17
| * Merge branch 'main' into never_copyRalf Gommers2021-11-1224-135/+855
| |\
| * | Reverted dead code removalGagandeep Singh2021-11-101-1/+10
| * | Addressed reviewsGagandeep Singh2021-11-101-10/+10
| * | Merge branch 'never_copy' of https://github.com/czgdp1807/numpy into never_copyGagandeep Singh2021-11-103-7/+6
| |\ \
| | * | Apply suggestions from code reviewGagandeep Singh2021-11-103-7/+6
| * | | do_copy -> allow_copyGagandeep Singh2021-11-104-12/+12
| |/ /
| * | Updated docsGagandeep Singh2021-11-102-0/+2
| * | Fixed warning and updated docsGagandeep Singh2021-11-102-1/+2
| * | Prohibited calling ``__array__`` method in never copy modeGagandeep Singh2021-11-106-13/+23
| * | Removed dead codeGagandeep Singh2021-11-101-11/+1
| * | Intentional RuntimeErrorGagandeep Singh2021-11-091-9/+11
| * | Addressed reviews and increased code coverageGagandeep Singh2021-11-093-7/+7
| * | Addressed reviews and increased code coverageGagandeep Singh2021-11-044-6/+20
| * | Fixed type checkGagandeep Singh2021-11-021-1/+1
| * | Addressed reviewsGagandeep Singh2021-11-025-31/+18
| * | resolved conflictsGagandeep Singh2021-11-02186-1729/+4358
| |\ \
| * \ \ resolved conflictsczgdp18072021-09-0317-63/+203
| |\ \ \
| * | | | Made _CopyMode privateczgdp18072021-08-182-7/+7
| * | | | Shifted to CopyMode to np.array_apiczgdp18072021-08-072-4/+8
| * | | | resolved conflictsczgdp18072021-08-0661-1677/+3921
| |\ \ \ \
| * \ \ \ \ Merge branch 'main' into never_copyczgdp18072021-06-152-44/+14
| |\ \ \ \ \