summaryrefslogtreecommitdiff
path: root/numpy/core
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 #20599 from charris/backport-20587Charles Harris2021-12-161-0/+54
|\ \
| * | MAINT: Add `np.rec.array` overloads for `None` and file-like objectsBas van Beek2021-12-161-0/+54
| |/
* | 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-082-56/+20
* 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-072-2/+52
* 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-074-6/+47
* Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-073-20/+26
* MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-076-90/+307
* BUG: Fix reduce promotion with out argumentSebastian Berg2021-12-072-3/+41
* BUG: Restore support for i686 and PowerPC (OS X)Evan Miller2021-11-271-4/+10
* MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-214-16/+18
* MAINT: Fix longdouble precision check.Charles Harris2021-11-211-1/+1
* 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-167-8/+85
|\
| * ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-167-8/+85
* | Merge pull request #20274 from h-vetinari/fix_15179Charles Harris2021-11-151-19/+14
|\ \
| * | TST: parametrize glibc-version check in test_umath.pyH. Vetinari2021-11-021-5/+4
| * | TST: skip coverage of large elements in sincos_float32 for ancient glibcH. Vetinari2021-11-021-2/+4
| * | TST: use existence of glibc-version to clean up a testH. Vetinari2021-11-021-12/+5
| * | TST: turn glibc_older_than_2.17 into boolean instead of xfailH. Vetinari2021-11-021-4/+5
* | | Merge pull request #20327 from seberg/rename-interpolationCharles Harris2021-11-151-0/+20
|\ \ \
| * | | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-151-1/+1
| * | | TST: Add deprecation testcase for quantile interpolation renameSebastian Berg2021-11-121-0/+20
* | | | Merge pull request #20373 from charris/prepare-for-1.22-branchCharles Harris2021-11-152-2/+4
|\ \ \ \
| * | | | MAINT: Prepare for branching maintenace/1.22.xCharles Harris2021-11-152-2/+4
| | |_|/ | |/| |
* | | | Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-1515-52/+448
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix refcounting issue and missed scalar special case for never-copy logicSebastian Berg2021-11-122-7/+14
| * | | DOC: Slightly extend to docs to note that we assume no-copy buffer protocolSebastian Berg2021-11-121-1/+6
| * | | 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-122-6/+6
| * | | STY: Small style fixups for never-copy changesSebastian Berg2021-11-125-24/+20
| * | | Merge branch 'main' into never_copyRalf Gommers2021-11-1237-161/+1062
| |\ \ \ | | |/ /
| * | | 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
| |/ / /