summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16782 from seiko2plus/implement_npyv_pymodMatti Picus2020-10-2917-6/+2549
|\
| * MAINT, TST: update name of _SIMD submodule to match import pathSayed Adel2020-10-272-6/+4
| * MAINT, TST: Add testing cases for partial/non-contig load and storeSayed Adel2020-10-272-7/+316
| * MAINT, TST: Add _SIMD attribute for each enabled SIMD extensionSayed Adel2020-10-271-0/+10
| * BUG, BLD: fix multi-target name in `CCompilerOpt`'s reportSayed Adel2020-10-271-4/+3
| * MAINT: Syntax highlighting for *.inc.src on githubSayed Adel2020-10-271-0/+1
| * MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-2711-341/+323
| * MAINT, TST: use PyArg_ParseTuple() instead of iterate Python tuple directlySayed Adel2020-10-274-68/+61
| * TST: Add testing unit for fused NPYV intrinsicsSayed Adel2020-10-272-2/+37
| * TST: Add testing unit for checking the sainty of SIMD moduleSayed Adel2020-10-271-0/+104
| * ENH, TST: Add testing unit that covers the current implemented intrinsics.Sayed Adel2020-10-271-0/+408
| * ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-2713-2/+1706
* | Merge pull request #17672 from hugovk/patch-2Charles Harris2020-10-291-2/+2
|\ \
| * | DOC: Update README badge for travis-ci.comHugo van Kemenade2020-10-291-2/+2
|/ /
* | Merge pull request #17668 from nforro/masterMatti Picus2020-10-295-73/+71
|\ \
| * | TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-295-73/+71
* | | Merge pull request #17596 from seberg/subarray-dtype-futurewarningMatti Picus2020-10-296-95/+165
|\ \ \
| * | | DEP,BUG: Coercion/cast of array to a subarray dtype will be fixedSebastian Berg2020-10-216-95/+165
* | | | Merge pull request #17613 from BvB93/cleanupMatti Picus2020-10-2910-43/+609
|\ \ \ \
| * | | | TST: Add tests for conversions to builtin scalar typesBas van Beek2020-10-222-10/+45
| * | | | TST: Added typing tests for unary operationsBas van Beek2020-10-223-6/+75
| * | | | TST: Added typing tests for `__mod__` & `__divmod__`Bas van Beek2020-10-223-1/+298
| * | | | TST: Fixed the line number offsetBas van Beek2020-10-221-1/+1
| * | | | MAINT: Removed unused importsBas van Beek2020-10-221-4/+0
| * | | | MAINT: Removed a redundant protocol inheritanceBas van Beek2020-10-221-5/+1
| * | | | MAINT: Add `__complex__` to all numeric typesBas van Beek2020-10-221-1/+3
| * | | | ENH: Add annotations for `__mod__` & `__divmod__`Bas van Beek2020-10-222-5/+160
| * | | | ENH: Add annotations for `ndarray` / `generic` magic methodsBas van Beek2020-10-221-11/+27
* | | | | Merge pull request #17662 from eric-wieser/test-getlincoefMatti Picus2020-10-291-1/+22
|\ \ \ \ \
| * | | | | TST: f2py: Add a doctest for `getlincoef`Eric Wieser2020-10-281-1/+22
* | | | | | Merge pull request #17666 from charris/update-after-1.19.3-releaseMatti Picus2020-10-293-0/+78
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | REL: Update master after 1.19.3 release.Charles Harris2020-10-283-0/+78
|/ / / / /
* | | | | Merge pull request #17577 from cjblocker/polymul-dtypeMatti Picus2020-10-283-4/+24
|\ \ \ \ \
| * | | | | DOC: Added compatibility release note for dtype of all-zero poly1dCameron Blocker2020-10-251-0/+6
| * | | | | DOC: Fix doctestsEric Wieser2020-10-241-3/+3
| * | | | | use integer literal instead of floatCameron Blocker2020-10-181-1/+1
| * | | | | BUG: Respect dtype of all-zero argument to poly1dCameron Blocker2020-10-172-1/+15
* | | | | | Merge pull request #17654 from ianthomas23/8062_f2py_dimension_evalMatti Picus2020-10-282-0/+31
|\ \ \ \ \ \
| * | | | | | BUG: f2py incorrectly translates dimension declarations.Ian Thomas2020-10-272-0/+31
* | | | | | | Merge pull request #17658 from mattip/simplifyCharles Harris2020-10-274-9/+13
|\ \ \ \ \ \ \
| * | | | | | | TST: Add 64 bit Python 3.9 test to WindowsCharles Harris2020-10-271-0/+7
| * | | | | | | TST: simplify source path names in compilation testmattip2020-10-273-9/+6
|/ / / / / / /
* | | | | | | Merge pull request #17657 from seberg/nep43-fix-signatureSebastian Berg2020-10-271-18/+20
|\ \ \ \ \ \ \
| * | | | | | | NEP: Ensure inner loop signature is complete everywhereSebastian Berg2020-10-271-18/+20
|/ / / / / / /
* | | | | | | Merge pull request #17638 from takanori-pskq/i13114-fix-misc-2Matti Picus2020-10-276-12/+13
|\ \ \ \ \ \ \
| * | | | | | | Update doc/source/reference/c-api/array.rstTakanori H2020-10-271-1/+1
| * | | | | | | DOC: Fix some referencestakanori-pskq2020-10-266-12/+13
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #17641 from mattip/openblas-v0.3.12Charles Harris2020-10-261-4/+4
|\ \ \ \ \ \ \
| * | | | | | | MAINT, BLD: update to OpenBLAS v0.3.12mattip2020-10-261-4/+4
| |/ / / / / /
* | | | | | | MAINT: valid doctest for config_py function show() (#17621)Hassan Kibirige2020-10-261-0/+1