summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16782 from seiko2plus/implement_npyv_pymodMatti Picus2020-10-2915-6/+2543
|\
| * 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, 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-2712-2/+1701
* | 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-294-71/+135
|\ \ \
| * | | DEP,BUG: Coercion/cast of array to a subarray dtype will be fixedSebastian Berg2020-10-214-71/+135
* | | | 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 #17577 from cjblocker/polymul-dtypeMatti Picus2020-10-282-4/+18
|\ \ \ \
| * | | | 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
| | |/ / / | |/| | |
* | | | | TST: simplify source path names in compilation testmattip2020-10-273-9/+6
* | | | | MAINT: valid doctest for config_py function show() (#17621)Hassan Kibirige2020-10-261-0/+1
* | | | | DOC: Fix reference to atleast_1dJames Myatt2020-10-261-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #17340 from seiko2plus/npyv_partial_noncont_memCharles Harris2020-10-258-118/+1603
|\ \ \ \
| * | | | ENH, SIMD: Add partial/non-contig load and store intrinsics for 32/64-bitSayed Adel2020-10-098-118/+1603
* | | | | Merge pull request #17618 from jakobjakobson13/fstringsCharles Harris2020-10-256-58/+54
|\ \ \ \ \
| * | | | | minor typographic changeJakob2020-10-241-1/+1
| * | | | | more fixesJakob2020-10-231-4/+4
| * | | | | fix quotation marksJakob2020-10-231-1/+1
| * | | | | fix typoJakob2020-10-231-1/+1
| * | | | | mostly string conversionsJakob2020-10-235-57/+53
| * | | | | Change string to f-stringJakob2020-10-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #17622 from jakobjakobson13/fstrings2Charles Harris2020-10-256-15/+14
|\ \ \ \ \
| * | | | | conversion of strings to fstringsJakob2020-10-246-15/+14
| |/ / / /
* | | | | MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-257-38/+37
* | | | | Convert some strings to fstrignsJakob2020-10-244-15/+15
|/ / / /
* | | | Merge pull request #16936 from seberg/issue-16934Matti Picus2020-10-222-43/+86
|\ \ \ \