summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Do not override `sliding_window_view` module to `numpy`Sebastian Berg2020-11-061-1/+1
* API: Do not import sliding_window_view to main namespaceSebastian Berg2020-11-051-12/+11
* Merge pull request #17715 from ianthomas23/revert_17654Charles Harris2020-11-052-31/+0
|\
| * Revert PR gh-17654 which failed to fix issue gh-8062.Ian Thomas2020-11-052-31/+0
* | ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-052-3/+334
* | ENH: adds type hints to numpy.version (gh-17711)Douglas Fenstermacher2020-11-052-8/+0
|/
* DOC: Fixuptakanori-pskq2020-11-051-2/+2
* DOC: Prepend `ma.`takanori-pskq2020-11-042-13/+15
* Merge pull request #17701 from BvB93/pyiCharles Harris2020-11-0312-0/+45
|\
| * TST: Validate the existence of `.pyi` stub filesBas van Beek2020-11-031-0/+34
| * BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-0311-0/+11
* | 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-0311-118/+118
|\ \ \ | |_|/ |/| |
| * | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-0311-118/+118
* | | 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
* | | | BUG: Fix small bug in make_lite.py.Charles Harris2020-11-011-1/+1
| |/ / |/| |
* | | Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-015-7/+103
|\ \ \
| * | | MAINT: Removed unused importsBas van Beek2020-10-261-3/+3
| * | | TST: Added typing tests for `np.core.shape_base`Bas van Beek2020-10-263-0/+52
| * | | ENH: Add annotations for `np.core.shape_base`Bas van Beek2020-10-262-7/+51
* | | | Merge pull request #17611 from mbkumar/f2py_dylib_macRalf Gommers2020-11-011-1/+1
|\ \ \ \
| * | | | BUG: mac dylib treated as extra library by f2pyBharat Medasani2020-10-221-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #17670 from eric-wieser/test-getarrlenRalf Gommers2020-11-011-0/+31
|\ \ \ \
| * | | | DOC: f2py: Add a docstring for getarrlenEric Wieser2020-10-291-0/+31
* | | | | Update nditer_impl.hvorfol2020-10-301-1/+1
| |_|_|/ |/| | |
* | | | 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