summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 6.0.2 to 6.1.2dependabot/pip/pytest-6.1.2dependabot-preview[bot]2020-11-021-1/+1
* Merge pull request #17692 from numpy/dependabot/pip/hypothesis-5.41.0Sebastian Berg2020-11-021-1/+1
|\
| * MAINT: Bump hypothesis from 5.38.0 to 5.41.0dependabot/pip/hypothesis-5.41.0dependabot-preview[bot]2020-11-021-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
* | | | NEP36: include additional feedback (#17578)Stefan van der Walt2020-11-011-9/+13
* | | | Merge pull request #17675 from charris/update-release-relatedRalf Gommers2020-11-014-97/+120
|\ \ \ \
| * | | | STY: Minor style fixups to changelog.pyCharles Harris2020-10-301-2/+3
| * | | | MAINT: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2020-10-301-91/+82
| * | | | ENH: Document packages needed for release.Charles Harris2020-10-301-0/+10
| * | | | DOC: Improve documentation of download-wheelsCharles Harris2020-10-301-4/+25
* | | | | Merge pull request #17682 from vorfol/patch-1Sebastian Berg2020-10-311-1/+1
|\ \ \ \ \
| * | | | | Update nditer_impl.hvorfol2020-10-301-1/+1
|/ / / / /
* | | | | 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
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |