summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #18067 from rlamy/remove-tp_hash-hackMatti Picus2020-12-242-11/+0
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Remove obsolete workaround to set ndarray.__hash__ = NoneRonan Lamy2020-12-242-11/+0
|/ / / / / / /
* | | | | | | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osxCharles Harris2020-12-234-91/+89
|\ \ \ \ \ \ \
| * | | | | | | BLD, MAINT: add platform info to the final optimization reportSayed Adel2020-12-201-10/+12
| * | | | | | | BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-204-81/+77
* | | | | | | | Merge pull request #18052 from seberg/concat-with-string-dtypeCharles Harris2020-12-234-40/+116
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-214-40/+116
* | | | | | | | Merge pull request #18012 from Qiyu8/einsum-sumMatti Picus2020-12-231-429/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | simplify the index related code.Qiyu82020-12-231-3/+3
| * | | | | | | | passing pointer not the address.Qiyu82020-12-231-14/+14
| * | | | | | | | add missing opt 3 flag.Qiyu82020-12-181-1/+1
| * | | | | | | | add NPY_GCC_OPT_3 option.Qiyu82020-12-171-3/+3
| * | | | | | | | Optimize the performance of einsum's submodule sum.Qiyu82020-12-171-426/+78
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #17958 from Qiyu8/countnzMatti Picus2020-12-2313-8/+268
|\ \ \ \ \ \ \ \
| * | | | | | | | Add docstrings to indicate which intrinsics are tested.Qiyu82020-12-231-0/+11
| * | | | | | | | Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-2346-413/+1444
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #18057 from rgommers/setup-oldpyCharles Harris2020-12-221-5/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BLD: ensure we give the right error message for old Python versionsRalf Gommers2020-12-221-5/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #17790 from seiko2plus/npyv_new_intrinsic_pk1Matti Picus2020-12-2221-5/+598
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | ENH, SIMD: Add new NPYV intrinsics pack(1)Sayed Adel2020-12-2221-5/+598
* | | | | | | | | Merge pull request #17843 from BvB93/precision-pluginRalf Gommers2020-12-2218-368/+696
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | REL: Added a release noteBas van Beek2020-12-221-0/+22
| * | | | | | | | | Update mypy_plugin.pyBas van Beek2020-12-221-1/+1
| * | | | | | | | | DOC: Add a comment about truncating and sub-string matchingBas van Beek2020-12-221-0/+3
| * | | | | | | | | ENH: Add unit support to the `datetime64`/`timedelta64` character codesBas van Beek2020-12-221-6/+66
| * | | | | | | | | MAINT: Import `mypy` via a try/except approachBas van Beek2020-12-221-15/+23
| * | | | | | | | | MAINT,TST: Fixed a failure due platform-dependent precisionsBas van Beek2020-12-221-4/+4
| * | | | | | | | | TST: Add `numpy.typing.mypy_plugin` to the list of public modulesBas van Beek2020-12-222-0/+3
| * | | | | | | | | DOC: Add a docstring to the mypy plugin entry-pointBas van Beek2020-12-221-0/+1
| * | | | | | | | | DOC,STY: Fixed a few typos and the likesBas van Beek2020-12-221-5/+5
| * | | | | | | | | ENH: Take the precision of `np.int_` into account arithmetic operationsBas van Beek2020-12-224-48/+50
| * | | | | | | | | ENH: Use `intp` as return type for all appropiate functionsBas van Beek2020-12-224-28/+29
| * | | | | | | | | ENH: Centralize all `DTypeLike` string aliases in `numpy.typing`Bas van Beek2020-12-223-246/+282
| * | | | | | | | | ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-227-37/+229
* | | | | | | | | | Merge pull request #18050 from BvB93/array-like2Charles Harris2020-12-222-7/+96
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MAINT: Add aliases for commonly used `ArrayLike` objectsBas van Beek2020-12-212-7/+96
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #18048 from farisachugthai/patch-1Charles Harris2020-12-221-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Update TESTS.rst.txtFaris A Chugthai2020-12-211-5/+5
| |/ / / / / / / /
* | | | | | | | | DOC: Update examples in stack docstrings (#18054)daaawx2020-12-221-21/+21
|/ / / / / / / /
* | | | | | | | Merge pull request #18045 from numpy/dependabot/pip/pytest-6.2.1Charles Harris2020-12-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Bump pytest from 6.2.0 to 6.2.1dependabot/pip/pytest-6.2.1dependabot-preview[bot]2020-12-211-1/+1
* | | | | | | | | Merge pull request #18046 from mattip/use_sdistCharles Harris2020-12-211-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: add back sdist test runmattip2020-12-211-0/+15
| |/ / / / / / / /
* | | | | | | | | Merge pull request #18047 from mattip/pin-sphinxMatti Picus2020-12-211-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | BLD,DOC: pin sphinx to 3.3.1mattip2020-12-211-1/+1
|/ / / / / / / /
| | * | | | | | remove one inner loops in order to save more cycles.Qiyu82020-12-221-26/+24
| | * | | | | | Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-2137-1198/+1844
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #17985 from seiko2plus/ditch_simd_arithmeticCharles Harris2020-12-1910-986/+1226
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Small style fixes.Charles Harris2020-12-191-1/+1
| * | | | | | | | ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic)Sayed Adel2020-12-1410-967/+1192