summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: remove layout overrides for headerseric-wieser/fix-18321Eric Wieser2021-02-151-7/+1
* Merge pull request #18405 from mdubravski/correlateFixMelissa Weber Mendonça2021-02-151-0/+6
|\
| * Update numpy/core/numeric.pymdubravski2021-02-141-1/+3
| * Update numpy/core/numeric.py mdubravski2021-02-131-1/+1
| * Update numpy/core/numeric.py mdubravski2021-02-131-2/+1
| * correlate fixmdubravski2021-02-121-0/+5
* | Merge pull request #18416 from pearu/gh-2848Matti Picus2021-02-152-3/+41
|\ \
| * | BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-152-3/+41
|/ /
* | Merge pull request #18413 from numpy/dependabot/pip/sphinx-3.5.0Matti Picus2021-02-151-1/+1
|\ \
| * | MAINT: Bump sphinx from 3.4.3 to 3.5.0dependabot/pip/sphinx-3.5.0dependabot-preview[bot]2021-02-151-1/+1
* | | Merge pull request #18414 from numpy/dependabot/pip/hypothesis-6.2.0Matti Picus2021-02-151-1/+1
|\ \ \
| * | | MAINT: Bump hypothesis from 6.1.1 to 6.2.0dependabot/pip/hypothesis-6.2.0dependabot-preview[bot]2021-02-151-1/+1
| |/ /
* | | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-153-70/+183
|\ \ \ | |/ / |/| |
| * | fix upSayed Adel2021-02-131-1/+1
| * | cleanupSayed Adel2021-02-131-264/+148
| * | Ensured overflow does not happen for 16 and 32 bit intsTouqir Sajed2021-02-081-8/+26
| * | Modified PyArray_CountNonzero to discriminate between types based on elsizeTouqir Sajed2021-02-081-10/+49
| * | removed the target variable and changed the loop as suggested by Sayed AdelTouqir Sajed2021-02-071-20/+8
| * | another attempt to fix build issuesTouqir Sajed2021-02-071-20/+18
| * | some fixes for the build problemsTouqir Sajed2021-02-071-4/+13
| * | fixed CI errors and optimized further simd_16 and simd_32Touqir Sajed2021-02-071-17/+17
| * | Replaced manual sums with horizontal simd sums for count_nonzero_16/64Touqir Sajed2021-02-051-12/+3
| * | Merge remote-tracking branch 'upstream/master'Touqir Sajed2021-02-05132-1672/+3596
| |\ \
| * | | Removed commented out code from PyArray_CountNonzeroTouqir Sajed2021-01-191-19/+0
| * | | Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added bench...Touqir Sajed2021-01-192-141/+67
| * | | Added tests for i1,i2,i4,i8 types for numpy.count_nonzero functionTouqir Sajed2021-01-181-4/+14
| * | | Added support for SIMD operations for int types in numpy.count_nonzero functionTouqir Sajed2021-01-181-9/+278
* | | | DOC: Update arraycreation (#17887)Ryan C Cooper2021-02-121-74/+312
| |_|/ |/| |
* | | BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-124-1/+102
* | | Merge pull request #18390 from BvB93/einsumCharles Harris2021-02-128-3/+237
|\ \ \
| * | | TST: Fixed a broken `reveal` testBas van Beek2021-02-111-54/+18
| * | | TST: Removed an incorrect `dict.values()` callBas van Beek2021-02-111-1/+1
| * | | TST: Add typing tests for `np.core.einsumfunc`Bas van Beek2021-02-113-0/+120
| * | | ENH: Add annotations for `np.core.einsumfunc`Bas van Beek2021-02-102-2/+143
| * | | MAINT: Added `_DTypeLikeComplex_co`, an alias of all dtype-likes that can be ...Bas van Beek2021-02-102-0/+9
* | | | Merge pull request #18339 from melissawm/matmul_docsCharles Harris2021-02-124-6/+22
|\ \ \ \
| * | | | Removing mention of the @= operator.melissawm2021-02-112-3/+3
| * | | | Applying suggestions from PR review.melissawm2021-02-053-5/+3
| * | | | DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-054-4/+22
| | |_|/ | |/| |
* | | | Merge pull request #18402 from bashtage/bug-char-codesCharles Harris2021-02-121-2/+2
|\ \ \ \
| * | | | BUG: Fix typo in char_codesKevin Sheppard2021-02-121-2/+2
|/ / / /
* | | | MAINT: Delete unused "src" clearing functions (#18347)Sebastian Berg2021-02-112-324/+4
* | | | Merge pull request #18396 from bashtage/clean-randomSebastian Berg2021-02-116-24/+11
|\ \ \ \
| * | | | MAINT: Remove unicode markersKevin Sheppard2021-02-113-7/+7
| * | | | MAINT: Remove dummy_threadingKevin Sheppard2021-02-114-17/+4
|/ / / /
* | | | Merge pull request #18392 from bashtage/shuffle-raggedMatti Picus2021-02-112-1/+11
|\ \ \ \
| * | | | BUG: Remove check in shuffle for non-ndarraysKevin Sheppard2021-02-112-1/+11
|/ / / /
* | | | Fixed chain exception for array_split func (#18317)Abhay Raghuvanshi2021-02-101-1/+1
* | | | Merge pull request #18274 from tautaus/masterSebastian Berg2021-02-103-6/+6
|\ \ \ \
| * | | | See #15986. Chain exceptions in linalgtautaus2021-01-313-6/+6