summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19188 from seberg/accept-nep35Charles Harris2021-06-071-5/+1
|\
| * NEP: Accept NEP 35 as finalSebastian Berg2021-06-071-5/+1
* | Merge pull request #19174 from seberg/avoid-flexible-logic-in-can-castCharles Harris2021-06-074-99/+189
|\ \
| * | MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal levelSebastian Berg2021-06-054-99/+189
| |/
* | Merge pull request #19016 from ReallyNiceGuy/mainSebastian Berg2021-06-073-3/+21
|\ \
| * | BUG: Update coordinates on PyArray_ITER_GOTO1DMarco Aurelio da Costa2021-05-203-3/+21
* | | API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-045-92/+33
| |/ |/|
* | Merge pull request #19062 from BvB93/ctypes-pluginCharles Harris2021-05-281-8/+3
|\ \
| * | ENH: Add a mypy plugin for inferring the precision of `np.ctypeslib.c_intp`Bas van Beek2021-05-211-8/+3
* | | Update _add_newdocs.pyHimanshu2021-05-271-1/+1
* | | Merge pull request #19093 from paxcodes/add_returns_section_for_frombufferRalf Gommers2021-05-261-0/+4
|\ \ \
| * | | DOC: add a "Returns" section for `np.frombuffer`Pax2021-05-251-0/+4
* | | | MAINT: removed unused imports listed in LGTMdefault-3032021-05-251-1/+1
* | | | MAINT: removed unused imports listed in LGTMdefault-3032021-05-243-3/+1
|/ / /
* | | MAINT: Update cversions.Charles Harris2021-05-223-0/+5
* | | fix gh-19056Ismael Jimenez2021-05-221-1/+1
|/ /
* | SIMD: Fix computing the fast int32 division parametersSayed Adel2021-05-211-12/+12
* | MAINT, SIMD: Several fixes to integer divisionSayed Adel2021-05-201-63/+61
* | SIMD: Separate signed and unsigned loopsGanesh Kathiresan2021-05-201-76/+105
* | SIMD: Refined signed and unsigned floor divideGanesh Kathiresan2021-05-201-40/+68
* | DOC: Added floor divide docGanesh Kathiresan2021-05-201-0/+13
* | SIMD: Added floor divide logic for signedGanesh Kathiresan2021-05-201-26/+81
* | SIMD: Added dispatch code for signedGanesh Kathiresan2021-05-201-19/+40
* | SIMD: Add dispatch to generate_umathGanesh Kathiresan2021-05-201-1/+1
* | SIMD: Add signed to dispatchGanesh Kathiresan2021-05-201-4/+2
* | SIMD: Removed umath codeGanesh Kathiresan2021-05-201-86/+0
* | Merge pull request #19046 from seiko2plus/issue_19045Charles Harris2021-05-206-49/+128
|\ \
| * | BUG, SIMD: Fix unexpected result of uint8 division on X86Sayed Adel2021-05-194-18/+21
| * | TST, SIMD: Improve test cases of integer divisionSayed Adel2021-05-192-31/+107
* | | Merge pull request #19029 from BvB93/internalCharles Harris2021-05-201-13/+30
|\ \ \
| * | | DEP: Remove annotations for 4 deprecated methodsBas van Beek2021-05-181-4/+0
| * | | DOC: Clarify a comment related to `int_ptr_t`Bas van Beek2021-05-181-2/+4
| * | | ENH: Improve the annotations of `np.core._internal`Bas van Beek2021-05-181-13/+32
* | | | Merge pull request #19052 from BvB93/ufuncCharles Harris2021-05-202-4/+7
|\ \ \ \
| * | | | DOC: Add the `axis` and `axes` keywords to gufunc signaturesBas van Beek2021-05-201-3/+5
| * | | | DOC: Clarify which keyword arguments are available to `ufunc.outer`Bas van Beek2021-05-201-1/+2
* | | | | Merge pull request #19048 from r-devulap/avx512_skx_bugMatti Picus2021-05-201-1/+2
|\ \ \ \ \
| * | | | | Split lineRaghuveer Devulapalli2021-05-201-1/+2
| * | | | | BUG: Fix duplicate variable names in compiler check for AVX512_SKXRaghuveer Devulapalli2021-05-191-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #19047 from seiko2plus/issue_19017Sayed Adel2021-05-202-5/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG, SIMD: Fix NumPy build on ppc64le(IBM/Power) for old versions of GCC(<=6)Sayed Adel2021-05-192-5/+15
| |/ / /
* | | | DEP: Deprecate error clearing for special method in array-coercion (#19001)Sebastian Berg2021-05-192-7/+59
* | | | Merge pull request #18676 from seberg/new-promotion-partial-weak-scalarsCharles Harris2021-05-1922-436/+998
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Add more tests to cover abstract code paths (hopefully)Sebastian Berg2021-05-161-3/+14
| * | | TST: Add test for rational pathsSebastian Berg2021-05-163-4/+22
| * | | TST: Add complex-complex promotions to test parametrizationSebastian Berg2021-05-141-0/+10
| * | | Apply suggestions from code reviewSebastian Berg2021-05-142-3/+3
| * | | BUG: Fortify against longdouble cast lossSebastian Berg2021-05-121-2/+4
| * | | TST: Fixup tests and make sure complex is also the valueSebastian Berg2021-05-121-3/+21
| * | | MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`Sebastian Berg2021-05-122-17/+2