summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.43.3 to 5.43.4dependabot/pip/hypothesis-5.43.4dependabot-preview[bot]2020-12-281-1/+1
* Merge pull request #18078 from rgommers/fix-neps-buildissuesCharles Harris2020-12-273-7/+16
|\
| * DOC: fix build warning for NEP 36Ralf Gommers2020-12-271-1/+1
| * DOC: fix invalid C code in NEP 10Ralf Gommers2020-12-271-3/+7
| * DOC: fix build warnings in NEP 35Ralf Gommers2020-12-271-3/+8
|/
* Merge pull request #18042 from charris/testingCharles Harris2020-12-271-10/+6
|\
| * MAINT: Add dist_info to valid setup.py commands.Charles Harris2020-12-271-10/+6
* | Merge pull request #18077 from rgommers/nep-28-website-finishedCharles Harris2020-12-271-2/+4
|\ \
| * | NEP: mark NEP 28 on website redesign as finalRalf Gommers2020-12-271-2/+4
|/ /
* | Merge pull request #18074 from tylerjereddy/treddy_exprtype_regex_simplifyCharles Harris2020-12-261-3/+3
|\ \
| * | MAINT: exprtype regex simplifyTyler Reddy2020-12-261-3/+3
* | | Merge pull request #18072 from tylerjereddy/treddy_crackfortran_regex_simplify_1Charles Harris2020-12-261-2/+2
|\ \ \ | |/ / |/| |
| * | MAINT: PR 18072 revisionsTyler Reddy2020-12-261-1/+1
| * | MAINT: crackfortran regex simplifyTyler Reddy2020-12-251-2/+2
* | | Merge pull request #17587 from seiko2plus/to_npyv_sincos_f32Matti Picus2020-12-2612-297/+278
|\ \ \
| * | | BENCH: Rename `bench_avx.py` to `bench_ufunc_strides.py`Sayed Adel2020-12-261-7/+9
| * | | MAINT: Suppress maybe-uninitialized warning in gcc on VSXSayed Adel2020-12-261-0/+10
| * | | SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-2610-290/+259
| |/ /
* | | Merge pull request #18066 from BvB93/typing-testsMatti Picus2020-12-269-437/+511
|\ \ \ | |/ / |/| |
| * | TST: Use type-aliases for describing `np.number` subclassesBas van Beek2020-12-238-434/+432
| * | TST: Allow mypy output types to be specified via aliasesBas van Beek2020-12-231-3/+79
* | | 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