summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-292-1/+32
* BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
* BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-112-35/+38
* BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-102-2/+151
* BUG: Fix promotion of half and stringSebastian Berg2021-01-062-4/+21
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-053-11/+18
* MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-2/+2
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-2/+2
* BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-234-40/+116
* Merge pull request #18035 from charris/backport-18030Charles Harris2020-12-192-2/+15
|\
| * BUG: make a variable volatile to work around clang compiler bug (#18030)Raghuveer Devulapalli2020-12-192-2/+15
* | DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-183-3/+146
|/
* Merge pull request #18015 from charris/backport-17817Charles Harris2020-12-173-4/+48
|\
| * BUG: Ignore fewer errors during array-coercionSebastian Berg2020-12-173-4/+48
* | TST: Ensure `like=` tests are not sensitive to execution orderSebastian Berg2020-12-171-37/+35
|/
* DOC: Add where to all, any, mean, var, and std method docstringsSebastian Berg2020-12-031-5/+5
* ENH: Micro-optimize where=True path for mean, var, any, and allSebastian Berg2020-12-031-2/+8
* STY: fix C coding stylemattip2020-12-021-1/+1
* BLD: adapt to pypy37mattip2020-12-021-1/+1
* BUG: Fix readonly related scalar buffer exportsSebastian Berg2020-11-293-8/+49
* TST: Do not leak reference/object in error-test pathSebastian Berg2020-11-291-2/+3
* BUG: Fix incorrect brackets leading to error leak in mapping.cSebastian Berg2020-11-291-1/+2
* Merge pull request #17857 from charris/prepare-1.20-branchCharles Harris2020-11-273-4/+6
|\
| * MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-263-4/+6
* | Merge pull request #17655 from pitmanst/zos.buildRalf Gommers2020-11-261-0/+9
|\ \ | |/ |/|
| * BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-271-0/+9
* | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-2610-207/+253
* | BUG: Fix incorrect function prototypes.Charles Harris2020-11-263-14/+14
* | Merge pull request #16161 from anirudh2290/ufunc_divide_errorCharles Harris2020-11-255-17/+266
|\ \
| * | ENH, MAINT: Add support for nan corner case and add testsAnirudh Subramanian2020-06-052-41/+73
| * | MAINT: Address review comments from SebastianAnirudh Subramanian2020-06-052-26/+77
| * | MAINT: set invalid flag in fmod and cleanup divmodAnirudh Subramanian2020-06-051-9/+40
| * | TST: Add additional tests for divmod, remainder and fmodAnirudh Subramanian2020-06-051-4/+26
| * | ENH: divmod(inf, inf) should raise invalid error on all platformsAnirudh Subramanian2020-06-051-1/+3
| * | BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-055-10/+121
* | | Merge pull request #17401 from seberg/restructure-castingCharles Harris2020-11-2521-699/+4029
|\ \ \
| * | | CI: Activate new castingimpl on no-openblas azure jobSebastian Berg2020-11-241-1/+1
| * | | Last touch-ups (test and tiny fixes)Sebastian Berg2020-11-243-14/+30
| * | | Address Matti's comments from yesterdaySebastian Berg2020-11-246-180/+191
| * | | TST: Fixup tests for VoidSebastian Berg2020-11-241-1/+6
| * | | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-2421-698/+3996
* | | | Merge pull request #17833 from seberg/void-pickleCharles Harris2020-11-244-15/+54
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Give a deprecation warning when unpickling an object scalarSebastian Berg2020-11-243-1/+24
| * | | BUG: Fix pickling of scalars with NPY_LISTPICKLESebastian Berg2020-11-193-15/+31
* | | | BUG: Fix subarray dtype used with too large count in fromfileSebastian Berg2020-11-232-9/+40
* | | | Merge pull request #17828 from seberg/incorrect-size-in-masked-transferCharles Harris2020-11-222-1/+13
|\ \ \ \
| * | | | BUG: Fix incorrectly passed size in masked processingSebastian Berg2020-11-222-1/+13
* | | | | Merge pull request #15852 from sgasse/add_where_to_meanCharles Harris2020-11-223-49/+274
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: Add where argument to several functionsSimon Gasse2020-07-183-49/+274