summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit pla...Bas van Beek2021-02-211-4/+4
* Merge pull request #15392 from seberg/void-no-arr-modificationMatti Picus2021-02-193-81/+153
|\
| * TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-172-0/+45
| * BUG: Remove temporary change of descr/flags in VOID functionsSebastian Berg2021-02-171-81/+108
* | CLN: Add additional castKevin Sheppard2021-02-181-1/+1
* | MAINT: Correct code producing warningsKevin Sheppard2021-02-183-3/+3
|/
* Merge pull request #18436 from seberg/refcount-leak-f2pyMatti Picus2021-02-171-0/+1
|\
| * BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-171-0/+1
* | Merge pull request #16588 from SabrinaSimao/np.transpode-documentationMelissa Weber Mendonça2021-02-172-0/+4
|\ \
| * | DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-122-4/+4
| * | unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-122-0/+4
* | | Merge pull request #18395 from bashtage/random-typingMatti Picus2021-02-178-13/+810
|\ \ \
| * | | ENH: Reorder bool and add scalar bool for integersKevin Sheppard2021-02-161-9/+18
| * | | ENH: Add overloads to integersKevin Sheppard2021-02-151-7/+121
| * | | ENH: Fix abstract integer useKevin Sheppard2021-02-151-2/+19
| * | | ENH: Fix typingKevin Sheppard2021-02-151-2/+2
| * | | ENH: Update typingKevin Sheppard2021-02-151-2/+10
| * | | ENH: Add overloadsKevin Sheppard2021-02-135-55/+192
| * | | ENH: Fix additional missed typesKevin Sheppard2021-02-131-8/+17
| * | | ENH: More typingKevin Sheppard2021-02-131-82/+102
| * | | ENH: Update with TypedDictKevin Sheppard2021-02-136-28/+53
| * | | ENH: Add typing for GeneratorKevin Sheppard2021-02-134-8/+253
| * | | ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-136-61/+92
| * | | ENH: Add typing for PCG64 and SFC64Kevin Sheppard2021-02-133-16/+107
| * | | MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-132-19/+50
| * | | ENH: Initial typing of randomKevin Sheppard2021-02-132-2/+62
* | | | Merge pull request #18420 from seberg/override-leaksMatti Picus2021-02-161-0/+7
|\ \ \ \
| * | | | BUG: Fix tiny memory leaks when `like=` overrides are usedSebastian Berg2021-02-151-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #18415 from pearu/gh-2763Matti Picus2021-02-151-2/+1
|\ \ \ \
| * | | | MAINT: Update END statement parsing for recent Fortran standards. Closes #2763Pearu Peterson2021-02-151-2/+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
| | |_|/ / | |/| | |
* | | | | BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-152-3/+41
| |/ / / |/| | |
* | | | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-152-69/+182
|\ \ \ \ | |/ / / |/| | |
| * | | 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-05112-1266/+2757
| |\ \ \
| * | | | 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-191-140/+66
| * | | | Added tests for i1,i2,i4,i8 types for numpy.count_nonzero functionTouqir Sajed2021-01-181-4/+14