summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* API: Define `<`, `<=`, `>`, `>=` for masked arraysSebastian Berg2022-06-212-1/+65
* MAINT: Fix computation of numpy.array_api.linalg.vector_norm (#21084)Aaron Meurer2022-06-151-8/+31
* Fix a potential variable misuse bugJingxuan He2022-06-151-1/+1
* MAINT: use f-string format in test_abc.py (#21763)Vardhaman2022-06-151-12/+12
* MAINT: remove some names from main numpy namespace (#21403)Ross Barnowski2022-06-152-3/+12
* TST: Clean up an opened temporary file descriptor in loadtxt testsSebastian Berg2022-06-141-0/+5
* 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
* | Merge pull request #21732 from hoodmane/fenv-missing-flagsSebastian Berg2022-06-142-0/+48
|\ \
| * | 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
* | | MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-146-52/+167
|/ /
* | Merge pull request #21567 from bsipocz/doctest_enable_in_pytesttesterCharles Harris2022-06-141-3/+1
|\ \
| * | BUG: Adding the default pytest doctest runner instead of the ValueError to th...Brigitta Sipőcz2022-05-211-3/+1
* | | Merge pull request #21749 from seiko2plus/issue_21747Matti Picus2022-06-141-1/+1
|\ \ \ | |_|/ |/| |
| * | BUG, SIMD: Fix detecting NEON/ASIMD on aarch64Sayed Adel2022-06-141-1/+1
* | | 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-1427-239/+832
|\ \ \
| * | | 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-134-14/+65
| * | | TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-136-27/+36
| * | | 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-133-7/+31
* | | 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 #21733 from hoodmane/fix-pointer-size-for-cross-buildMatti Picus2022-06-131-1/+9
|\ \ \
| * | | Update comment according to seberg's reviewHood Chatham2022-06-121-1/+3
| * | | Fix lintHood Chatham2022-06-121-1/+1
| * | | Handle windowsHood Chatham2022-06-121-1/+6