summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 6.2.0 to 6.2.1dependabot/pip/pytest-6.2.1dependabot-preview[bot]2020-12-211-1/+1
* Merge pull request #17985 from seiko2plus/ditch_simd_arithmeticCharles Harris2020-12-1910-986/+1226
|\
| * MAINT: Small style fixes.Charles Harris2020-12-191-1/+1
| * ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic)Sayed Adel2020-12-1410-967/+1192
| * ENH: add new option 'cfunc_alias' to umath generatorSayed Adel2020-12-111-16/+23
| * MAINT, SIMD: reduce the number of preprocessor CPU runtime dispatcher callsSayed Adel2020-12-101-15/+23
* | Merge pull request #18014 from ev-br/bit_gen_docCharles Harris2020-12-191-0/+38
|\ \
| * | MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
| * | DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
* | | Merge pull request #17102 from Qiyu8/usimd-compiledMatti Picus2020-12-194-80/+79
|\ \ \
| * | | add benchmark test case for little order.Qiyu82020-12-162-1/+5
| * | | add strong alignment definition.which can be used in other areas.Qiyu82020-12-163-9/+9
| * | | add ARMV7 macro define header in order to prevent bus error.Qiyu82020-12-152-1/+9
| * | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiledQiyu82020-12-1420-170/+197
| |\ \ \
| * | | | get rid of memcpy.Qiyu82020-12-141-5/+21
| * | | | remove extra headers.Qiyu82020-12-111-1/+0
| * | | | remove useless intrinsics and forced SIMD.Qiyu82020-12-117-42/+2
| * | | | Force AVX2 in order to test the performance by using new intrinsics.Qiyu82020-12-112-21/+44
| * | | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiledQiyu82020-12-11490-9134/+40607
| |\ \ \ \
| * | | | | test avx2Qiyu82020-09-182-2/+2
| * | | | | fix typoQiyu82020-09-171-1/+1
| * | | | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiledQiyu82020-09-1532-125/+512
| |\ \ \ \ \
| * | | | | | abandon dispatch way because packbits is not ufuncQiyu82020-09-144-117/+83
| * | | | | | Add NPY_HAVE_AVX512BW_MASKQiyu82020-09-141-1/+3
| * | | | | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiledQiyu82020-09-1117-83/+272
| |\ \ \ \ \ \
| * | | | | | | add comaQiyu82020-09-101-1/+1
| * | | | | | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiledQiyu82020-09-10284-9800/+11863
| |\ \ \ \ \ \ \
| * | | | | | | | add blank line between include and commentQiyu82020-09-101-0/+1
| * | | | | | | | adjust the headerQiyu82020-08-254-21/+22
| * | | | | | | | split headers according to three rulesQiyu82020-08-243-10/+15
| * | | | | | | | remove blankline and add convert in NEON/VSXQiyu82020-08-211-2/+2
| * | | | | | | | add AVX512/VSX support and small optimizeQiyu82020-08-218-24/+38
| * | | | | | | | remove npyv_cvt and fix typos.Qiyu82020-08-206-27/+5
| * | | | | | | | merge declarations and initializationQiyu82020-08-201-10/+7
| * | | | | | | | add allowlistQiyu82020-08-191-2/+2
| * | | | | | | | add AVX2 dispatchQiyu82020-08-191-4/+5
| * | | | | | | | add neon adaptQiyu82020-08-186-3/+23
| * | | | | | | | updateQiyu82020-08-147-144/+148
| |\ \ \ \ \ \ \ \
| | * | | | | | | | use usimd to reconstruct PackInnerQiyu82020-08-117-144/+148
* | | | | | | | | | Merge pull request #18032 from BvB93/array-printCharles Harris2020-12-196-18/+231
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINT: Added a type-alias for the `floatmode` annotationsBas van Beek2020-12-191-9/+7
| * | | | | | | | | | MAINT: Remove any mention of `formatter["str"]`Bas van Beek2020-12-192-9/+4
| * | | | | | | | | | TST: Added typing tests for `np.core.arrayprint`Bas van Beek2020-12-193-0/+69
| * | | | | | | | | | DOC: Clarify that `np.array2string` can only take an `ndarray`Bas van Beek2020-12-191-1/+1
| * | | | | | | | | | ENH: Added annotations for `np.core.arrayprint`Bas van Beek2020-12-192-9/+160
* | | | | | | | | | | BUG: make a variable volatile to work around clang compiler bug (#18030)Raghuveer Devulapalli2020-12-192-2/+15
* | | | | | | | | | | Merge pull request #18034 from Carreau/wrong-ref-arctanRalf Gommers2020-12-195-16/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | DOC: Fix a couple of reference to verbatim and vice versaMatthias Bussonnier2020-12-185-16/+16
* | | | | | | | | | | | Merge pull request #18027 from charris/fix-refguide_check-docstringRalf Gommers2020-12-191-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | DOC, MAINT: Minor fixes to refguide_check.py documentation.Charles Harris2020-12-181-2/+3
| |/ / / / / / / / / / /