Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #18067 from rlamy/remove-tp_hash-hack | Matti Picus | 2020-12-24 | 2 | -11/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Remove obsolete workaround to set ndarray.__hash__ = None | Ronan Lamy | 2020-12-24 | 2 | -11/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osx | Charles Harris | 2020-12-23 | 4 | -91/+89 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BLD, MAINT: add platform info to the final optimization report | Sayed Adel | 2020-12-20 | 1 | -10/+12 | |
| * | | | | | | | BLD, BUG: Fix detecting aarch64 on macOS | Sayed Adel | 2020-12-20 | 4 | -81/+77 | |
* | | | | | | | | Merge pull request #18052 from seberg/concat-with-string-dtype | Charles Harris | 2020-12-23 | 4 | -40/+116 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | BUG: Fix concatenation when the output is "S" or "U" | Sebastian Berg | 2020-12-21 | 4 | -40/+116 | |
* | | | | | | | | Merge pull request #18012 from Qiyu8/einsum-sum | Matti Picus | 2020-12-23 | 1 | -429/+81 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | simplify the index related code. | Qiyu8 | 2020-12-23 | 1 | -3/+3 | |
| * | | | | | | | | passing pointer not the address. | Qiyu8 | 2020-12-23 | 1 | -14/+14 | |
| * | | | | | | | | add missing opt 3 flag. | Qiyu8 | 2020-12-18 | 1 | -1/+1 | |
| * | | | | | | | | add NPY_GCC_OPT_3 option. | Qiyu8 | 2020-12-17 | 1 | -3/+3 | |
| * | | | | | | | | Optimize the performance of einsum's submodule sum. | Qiyu8 | 2020-12-17 | 1 | -426/+78 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #17958 from Qiyu8/countnz | Matti Picus | 2020-12-23 | 13 | -8/+268 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add docstrings to indicate which intrinsics are tested. | Qiyu8 | 2020-12-23 | 1 | -0/+11 | |
| * | | | | | | | | Merge branch 'master' of github.com:numpy/numpy into countnz | Qiyu8 | 2020-12-23 | 46 | -413/+1444 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #18057 from rgommers/setup-oldpy | Charles Harris | 2020-12-22 | 1 | -5/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BLD: ensure we give the right error message for old Python versions | Ralf Gommers | 2020-12-22 | 1 | -5/+10 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #17790 from seiko2plus/npyv_new_intrinsic_pk1 | Matti Picus | 2020-12-22 | 21 | -5/+598 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ENH, SIMD: Add new NPYV intrinsics pack(1) | Sayed Adel | 2020-12-22 | 21 | -5/+598 | |
* | | | | | | | | | Merge pull request #17843 from BvB93/precision-plugin | Ralf Gommers | 2020-12-22 | 18 | -368/+696 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | REL: Added a release note | Bas van Beek | 2020-12-22 | 1 | -0/+22 | |
| * | | | | | | | | | Update mypy_plugin.py | Bas van Beek | 2020-12-22 | 1 | -1/+1 | |
| * | | | | | | | | | DOC: Add a comment about truncating and sub-string matching | Bas van Beek | 2020-12-22 | 1 | -0/+3 | |
| * | | | | | | | | | ENH: Add unit support to the `datetime64`/`timedelta64` character codes | Bas van Beek | 2020-12-22 | 1 | -6/+66 | |
| * | | | | | | | | | MAINT: Import `mypy` via a try/except approach | Bas van Beek | 2020-12-22 | 1 | -15/+23 | |
| * | | | | | | | | | MAINT,TST: Fixed a failure due platform-dependent precisions | Bas van Beek | 2020-12-22 | 1 | -4/+4 | |
| * | | | | | | | | | TST: Add `numpy.typing.mypy_plugin` to the list of public modules | Bas van Beek | 2020-12-22 | 2 | -0/+3 | |
| * | | | | | | | | | DOC: Add a docstring to the mypy plugin entry-point | Bas van Beek | 2020-12-22 | 1 | -0/+1 | |
| * | | | | | | | | | DOC,STY: Fixed a few typos and the likes | Bas van Beek | 2020-12-22 | 1 | -5/+5 | |
| * | | | | | | | | | ENH: Take the precision of `np.int_` into account arithmetic operations | Bas van Beek | 2020-12-22 | 4 | -48/+50 | |
| * | | | | | | | | | ENH: Use `intp` as return type for all appropiate functions | Bas van Beek | 2020-12-22 | 4 | -28/+29 | |
| * | | | | | | | | | ENH: Centralize all `DTypeLike` string aliases in `numpy.typing` | Bas van Beek | 2020-12-22 | 3 | -246/+282 | |
| * | | | | | | | | | ENH: Added a mypy plugin for handling platform-specific `np.number` precisions | Bas van Beek | 2020-12-22 | 7 | -37/+229 | |
* | | | | | | | | | | Merge pull request #18050 from BvB93/array-like2 | Charles Harris | 2020-12-22 | 2 | -7/+96 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | MAINT: Add aliases for commonly used `ArrayLike` objects | Bas van Beek | 2020-12-21 | 2 | -7/+96 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #18048 from farisachugthai/patch-1 | Charles Harris | 2020-12-22 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: Update TESTS.rst.txt | Faris A Chugthai | 2020-12-21 | 1 | -5/+5 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | DOC: Update examples in stack docstrings (#18054) | daaawx | 2020-12-22 | 1 | -21/+21 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #18045 from numpy/dependabot/pip/pytest-6.2.1 | Charles Harris | 2020-12-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Bump pytest from 6.2.0 to 6.2.1dependabot/pip/pytest-6.2.1 | dependabot-preview[bot] | 2020-12-21 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #18046 from mattip/use_sdist | Charles Harris | 2020-12-21 | 1 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: add back sdist test run | mattip | 2020-12-21 | 1 | -0/+15 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #18047 from mattip/pin-sphinx | Matti Picus | 2020-12-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | BLD,DOC: pin sphinx to 3.3.1 | mattip | 2020-12-21 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
| | * | | | | | | remove one inner loops in order to save more cycles. | Qiyu8 | 2020-12-22 | 1 | -26/+24 | |
| | * | | | | | | Merge branch 'master' of github.com:numpy/numpy into countnz | Qiyu8 | 2020-12-21 | 37 | -1198/+1844 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #17985 from seiko2plus/ditch_simd_arithmetic | Charles Harris | 2020-12-19 | 10 | -986/+1226 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Small style fixes. | Charles Harris | 2020-12-19 | 1 | -1/+1 | |
| * | | | | | | | | ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic) | Sayed Adel | 2020-12-14 | 10 | -967/+1192 |