summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* TST: Make test compatible with new promotion or mark for no-warningsSebastian Berg2022-06-153-24/+34
* API: Expose `get_promotion_state` and `set_promotion_state`Sebastian Berg2022-06-155-3/+62
* MAINT: Fortify methods (in-place division) against promotion changesSebastian Berg2022-06-151-3/+5
* MAINT: Allow subclasses of pyscalars and do not warn if out castingSebastian Berg2022-06-152-3/+18
* WIP: Add warning context manager and fix min_scalar for new promotionSebastian Berg2022-06-155-8/+89
* WIP: Restore dual behaviourSebastian Berg2022-06-156-42/+246
* WIP: Implement weak scalar logicSebastian Berg2022-06-157-189/+171
* BUG: Decref `loadtxt` converters when doneSebastian Berg2022-06-141-2/+12
* BUG: Fix DECREF when `__array_priority__` is None (or similar)Sebastian Berg2022-06-141-1/+1
* Merge pull request #21755 from seberg/fix-pyint-result-typeCharles Harris2022-06-142-1/+15
|\
| * BUG: Do not skip value-based promotion path for large Python integersSebastian Berg2022-06-142-1/+15
* | MAINT: Simplify FE_INVALID redefine logic slightly and copy to cppSebastian Berg2022-06-142-48/+54
* | ENH: Add support for platforms with missing fenv flagsHood Chatham2022-06-141-12/+54
|/
* Merge pull request #21748 from pradghos/s390x_numpy_fixSayed Adel2022-06-141-2/+7
|\
| * addressed review commentsPradipta Ghosh2022-06-131-4/+4
| * Fix for npyv_orc_b8 and npyv_xnor_b8 for s390x(z13)Pradipta Ghosh2022-06-131-2/+7
* | Merge pull request #21437 from seberg/fpe-in-castMatti Picus2022-06-1426-237/+823
|\ \
| * | TST: Remove FPE `fill` special case after rebaseSebastian Berg2022-06-131-10/+5
| * | TST: Add final set of cast (and FPE in cast) test to ufuncsSebastian Berg2022-06-131-1/+23
| * | TST: Enable inteer array assignment test and add flat testSebastian Berg2022-06-131-1/+7
| * | BUG: Avoid `NpyIter_EnableExternalLoop` as it resets the bufferSebastian Berg2022-06-131-3/+5
| * | TST: Improve test coverage for complex FPE cast errorsSebastian Berg2022-06-131-0/+6
| * | TST: Add type check to not trigger an invalid FPE within PyPySebastian Berg2022-06-131-2/+4
| * | BUG: Add volatile to float -> datetime casts to work around compiler deficien...Sebastian Berg2022-06-131-4/+12
| * | BUG: Fix needs_api for avanced assignments without subspace and remove unnece...Sebastian Berg2022-06-132-5/+5
| * | TST: Fixup test name and check for ppc64leSebastian Berg2022-06-131-2/+6
| * | TST: Fix the weird boolean+advanced indexing testSebastian Berg2022-06-131-3/+2
| * | BUG: Fix invalid access due to `iter` already being cleaned upSebastian Berg2022-06-131-2/+2
| * | ENH: Add floating point error handling to advanced indexingSebastian Berg2022-06-135-77/+142
| * | fixupsSebastian Berg2022-06-132-5/+5
| * | WIP: Threads things into nditer for ufuncs and advanced indexingSebastian Berg2022-06-136-54/+102
| * | WIP,TST: Add exhaustive test for FPEs in castsSebastian Berg2022-06-131-0/+135
| * | ENH: Add overflow check to float setitemSebastian Berg2022-06-133-13/+60
| * | TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-135-26/+32
| * | BUG: Avoid FPE for float NaN to datetime/timedelta castsSebastian Berg2022-06-131-4/+14
| * | ENH: Check floating point error flags for all castsSebastian Berg2022-06-1314-100/+331
| |/
* | MAINT: Remove FPE helper code that is unnecessary on C99/C++11Sebastian Berg2022-06-131-219/+4
* | ENH: issue overflow warning when using `abs` on `np.int8(-128)` (#21648)Meekail Zain2022-06-132-5/+27
* | Merge pull request #21731 from seberg/array-function-fixup-excCharles Harris2022-06-132-1/+61
|\ \ | |/ |/|
| * ENH: Ensure dispatcher TypeErrors report original nameSebastian Berg2022-06-102-1/+61
* | DOC: update logarithm docs as per theory. (#21587)Bhavuk kalra2022-06-131-3/+15
* | Merge pull request #20924 from seberg/cleanup-scalar-fillMatti Picus2022-06-138-230/+141
|\ \
| * | DOC: Add example assigning an array using fill and tweak release noteSebastian Berg2022-06-121-0/+18
| * | MAINT: Simplify element setting and use it for fillingSebastian Berg2022-06-127-230/+123
| |/
* | Merge pull request #21735 from hoodmane/mainSebastian Berg2022-06-121-4/+3
|\ \
| * | ENH: cross compilation: use sysconfig to determine if x86_64 linuxHood Chatham2022-06-121-4/+3
| |/
* | Merge pull request #21734 from hoodmane/check-x86-before-asmMatti Picus2022-06-121-1/+3
|\ \
| * | ENH: Check that we are targeting x86 or x64 before using bsr asm instructionHood Chatham2022-06-111-1/+3
| |/
* | Merge pull request #20913 from seiko2plus/zsystem_supMatti Picus2022-06-1231-261/+919
|\ \
| * | ENH, SIMD: dispatch SIMD comparison for vx vxeSayed Adel2022-06-041-2/+3