summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* DOC: Prepend `ma.`takanori-pskq2020-11-041-1/+1
* Merge pull request #17295 from seberg/issue-17294Matti Picus2020-11-035-27/+106
|\
| * MAINT: Simplify code path slightlySebastian Berg2020-10-221-3/+2
| * BUG: Fix memloc to be unsigned and add debug info to testSebastian Berg2020-10-221-2/+2
| * TST: Modify test to see if the error is in pickling or unpicklingSebastian Berg2020-10-221-1/+2
| * DOC: Add a comment to explain the format transferSebastian Berg2020-10-221-0/+6
| * MAINT: Pass in flags instead of format and contig explicitlySebastian Berg2020-10-221-10/+7
| * TST: Add test for non-FORMAT user dtype array/scalar exportSebastian Berg2020-10-221-0/+15
| * TST: Fix `tp_name` of rationalSebastian Berg2020-10-221-1/+1
| * ENH: Allow buffer export and pickling of `np.generic` subclassesSebastian Berg2020-10-221-0/+45
| * ENH: allow exporting user-dtype as buffers without FORMATSebastian Berg2020-10-221-24/+40
* | Merge pull request #17699 from BvB93/DTypeLikeSebastian Berg2020-11-035-43/+43
|\ \
| * | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-035-43/+43
* | | Merge pull request #17700 from Qiyu8/fix-typosMatti Picus2020-11-031-6/+6
|\ \ \ | |/ / |/| |
| * | fix small typos.Qiyu82020-11-031-6/+6
* | | Merge pull request #17681 from Qiyu8/sum_intrinsicMatti Picus2020-11-037-0/+138
|\ \ \ | |/ / |/| |
| * | improve intrinsics and add sum intrinsic testQiyu82020-11-037-17/+43
| * | add a newline at the end of the file.Qiyu82020-11-025-5/+5
| * | SIMD: Add sum intrinsics for float/double.Qiyu82020-10-305-0/+112
* | | Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-011-0/+41
|\ \ \
| * | | MAINT: Removed unused importsBas van Beek2020-10-261-3/+3
| * | | ENH: Add annotations for `np.core.shape_base`Bas van Beek2020-10-261-0/+41
* | | | Update nditer_impl.hvorfol2020-10-301-1/+1
| |/ / |/| |
* | | Merge pull request #16782 from seiko2plus/implement_npyv_pymodMatti Picus2020-10-2912-0/+2522
|\ \ \
| * | | 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
| * | | MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-2710-340/+322
| * | | 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-2710-0/+1683
* | | | Merge pull request #17668 from nforro/masterMatti Picus2020-10-291-2/+2
|\ \ \ \
| * | | | TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-2/+2
* | | | | 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
* | | | | TST: simplify source path names in compilation testmattip2020-10-272-7/+4
| |_|/ / |/| | |
* | | | 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 #16936 from seberg/issue-16934Matti Picus2020-10-222-43/+86
|\ \ \
| * | | Fixup, an earlier cleanup got things wrong and I forgot to test the strides :(Sebastian Berg2020-10-192-10/+12
| * | | MAINT: simplify buffer info reuse checkSebastian Berg2020-10-191-19/+20
| * | | BUG: Fix leak for relaxed strides when exporting both C- and F-orderSebastian Berg2020-10-192-9/+36
| * | | BUG: Fix memory leak of buffer-info cache due to relaxed stridesSebastian Berg2020-10-192-40/+53
* | | | Merge pull request #17603 from charris/cleanup-clang-warningsSebastian Berg2020-10-213-3/+5
|\ \ \ \
| * | | | MAINT: Mark dead code as intentional for clang.Charles Harris2020-10-213-3/+5
| | |_|/ | |/| |
* | | | TST: Fixed a broken `np.core.numeric` testBas van Beek2020-10-211-2/+2
* | | | Merge pull request #17564 from BvB93/numericMatti Picus2020-10-211-24/+96
|\ \ \ \ | |/ / / |/| | |