| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | ENH: Add typing for MT19937 and Philox | Kevin Sheppard | 2021-02-13 | 6 | -61/+92 | |
| | * | | | | ENH: Add typing for PCG64 and SFC64 | Kevin Sheppard | 2021-02-13 | 3 | -16/+107 | |
| | * | | | | MAINT: Improve typing of BitGenerator | Kevin Sheppard | 2021-02-13 | 2 | -19/+50 | |
| | * | | | | ENH: Initial typing of random | Kevin Sheppard | 2021-02-13 | 2 | -2/+62 | |
| * | | | | | Merge pull request #18420 from seberg/override-leaks | Matti Picus | 2021-02-16 | 1 | -0/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | BUG: Fix tiny memory leaks when `like=` overrides are used | Sebastian Berg | 2021-02-15 | 1 | -0/+7 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #18415 from pearu/gh-2763 | Matti Picus | 2021-02-15 | 1 | -2/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | MAINT: Update END statement parsing for recent Fortran standards. Closes #2763 | Pearu Peterson | 2021-02-15 | 1 | -2/+1 | |
| * | | | | | | Merge pull request #18405 from mdubravski/correlateFix | Melissa Weber Mendonça | 2021-02-15 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update numpy/core/numeric.py | mdubravski | 2021-02-14 | 1 | -1/+3 | |
| | * | | | | | | Update numpy/core/numeric.py | mdubravski | 2021-02-13 | 1 | -1/+1 | |
| | * | | | | | | Update numpy/core/numeric.py | mdubravski | 2021-02-13 | 1 | -2/+1 | |
| | * | | | | | | correlate fix | mdubravski | 2021-02-12 | 1 | -0/+5 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | BUG: Fix parsing continued lines that follow comment lines. Closes #2848 | Pearu Peterson | 2021-02-15 | 2 | -3/+41 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #18183 from touqir14/master | Matti Picus | 2021-02-15 | 2 | -69/+182 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | fix up | Sayed Adel | 2021-02-13 | 1 | -1/+1 | |
| | * | | | | cleanup | Sayed Adel | 2021-02-13 | 1 | -264/+148 | |
| | * | | | | Ensured overflow does not happen for 16 and 32 bit ints | Touqir Sajed | 2021-02-08 | 1 | -8/+26 | |
| | * | | | | Modified PyArray_CountNonzero to discriminate between types based on elsize | Touqir Sajed | 2021-02-08 | 1 | -10/+49 | |
| | * | | | | removed the target variable and changed the loop as suggested by Sayed Adel | Touqir Sajed | 2021-02-07 | 1 | -20/+8 | |
| | * | | | | another attempt to fix build issues | Touqir Sajed | 2021-02-07 | 1 | -20/+18 | |
| | * | | | | some fixes for the build problems | Touqir Sajed | 2021-02-07 | 1 | -4/+13 | |
| | * | | | | fixed CI errors and optimized further simd_16 and simd_32 | Touqir Sajed | 2021-02-07 | 1 | -17/+17 | |
| | * | | | | Replaced manual sums with horizontal simd sums for count_nonzero_16/64 | Touqir Sajed | 2021-02-05 | 1 | -12/+3 | |
| | * | | | | Merge remote-tracking branch 'upstream/master' | Touqir Sajed | 2021-02-05 | 112 | -1266/+2757 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Removed commented out code from PyArray_CountNonzero | Touqir Sajed | 2021-01-19 | 1 | -19/+0 | |
| | * | | | | | Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added bench... | Touqir Sajed | 2021-01-19 | 1 | -140/+66 | |
| | * | | | | | Added tests for i1,i2,i4,i8 types for numpy.count_nonzero function | Touqir Sajed | 2021-01-18 | 1 | -4/+14 | |
| | * | | | | | Added support for SIMD operations for int types in numpy.count_nonzero function | Touqir Sajed | 2021-01-18 | 1 | -9/+278 | |
| * | | | | | | BUG: Fix unique handling of nan entries. (#18070) | Filip Trojan | 2021-02-12 | 2 | -1/+66 | |
| * | | | | | | Merge pull request #18390 from BvB93/einsum | Charles Harris | 2021-02-12 | 8 | -3/+237 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | TST: Fixed a broken `reveal` test | Bas van Beek | 2021-02-11 | 1 | -54/+18 | |
| | * | | | | | | TST: Removed an incorrect `dict.values()` call | Bas van Beek | 2021-02-11 | 1 | -1/+1 | |
| | * | | | | | | TST: Add typing tests for `np.core.einsumfunc` | Bas van Beek | 2021-02-11 | 3 | -0/+120 | |
| | * | | | | | | ENH: Add annotations for `np.core.einsumfunc` | Bas van Beek | 2021-02-10 | 2 | -2/+143 | |
| | * | | | | | | MAINT: Added `_DTypeLikeComplex_co`, an alias of all dtype-likes that can be ... | Bas van Beek | 2021-02-10 | 2 | -0/+9 | |
| * | | | | | | | Merge pull request #18339 from melissawm/matmul_docs | Charles Harris | 2021-02-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Applying suggestions from PR review. | melissawm | 2021-02-05 | 1 | -1/+1 | |
| | * | | | | | | | DOC: Discussion on the @ operator and the matrix class | melissawm | 2021-02-05 | 1 | -1/+1 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | BUG: Fix typo in char_codes | Kevin Sheppard | 2021-02-12 | 1 | -2/+2 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | MAINT: Delete unused "src" clearing functions (#18347) | Sebastian Berg | 2021-02-11 | 2 | -324/+4 | |
| * | | | | | | MAINT: Remove unicode markers | Kevin Sheppard | 2021-02-11 | 3 | -7/+7 | |
| * | | | | | | MAINT: Remove dummy_threading | Kevin Sheppard | 2021-02-11 | 4 | -17/+4 | |
| * | | | | | | BUG: Remove check in shuffle for non-ndarrays | Kevin Sheppard | 2021-02-11 | 2 | -1/+11 | |
| * | | | | | | Fixed chain exception for array_split func (#18317) | Abhay Raghuvanshi | 2021-02-10 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #18274 from tautaus/master | Sebastian Berg | 2021-02-10 | 3 | -6/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | See #15986. Chain exceptions in linalg | tautaus | 2021-01-31 | 3 | -6/+6 | |
| * | | | | | | | Adjusted formulas to estimator and removed repeat | Jamie | 2021-02-10 | 1 | -2/+1 | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into histogram-binwidth-doc | Jamie | 2021-02-10 | 25 | -54/+567 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | | Merge pull request #18369 from AngelGris/bugfix-for-in1d-with-tuples | Charles Harris | 2021-02-10 | 2 | -0/+37 | |
| | |\ \ \ \ \ \ | ||||||
