summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18351 from charris/backport-18350Charles Harris2021-02-072-0/+41
|\
| * BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-062-0/+41
* | Merge pull request #18356 from charris/backport-18072Charles Harris2021-02-071-2/+2
|\ \
| * | MAINT: PR 18072 revisionsTyler Reddy2021-02-061-1/+1
| * | MAINT: crackfortran regex simplifyTyler Reddy2021-02-061-2/+2
* | | Merge pull request #18357 from charris/backport-18180Charles Harris2021-02-071-1/+6
|\ \ \ | |_|/ |/| |
| * | BUG: threads.h existence test requires GLIBC > 2.12. (#18180)Pearu Peterson2021-02-061-1/+6
| |/
* | Applied reviewers comments: add identPearu Peterson2021-02-061-9/+10
* | Apply reviewer comments.Pearu Peterson2021-02-062-6/+4
* | Apply reviewers comments.Pearu Peterson2021-02-062-12/+12
* | Add test for gh17797.Pearu Peterson2021-02-064-6/+47
* | BUG: f2py specific __user__ modules should not be used in Fortran sources to ...Pearu Peterson2021-02-061-3/+6
* | BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don...Pearu Peterson2021-02-061-2/+6
* | BUG: Fix detecting Fortran 90+ source format.Pearu Peterson2021-02-061-1/+1
|/
* BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-062-2/+36
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-055-5/+36
* Merge pull request #18328 from charris/backport-18264Charles Harris2021-02-042-1/+18
|\
| * BUG: cffi parser ignores __cplusplus guardsmckib22021-02-041-1/+10
| * FIX: random: C linkage for random distributionsNicholas McKibben2021-02-041-0/+8
* | Merge pull request #18327 from charris/backport-18282Charles Harris2021-02-043-4/+19
|\ \
| * | MAINT: PR 18282 revisionsTyler Reddy2021-02-042-10/+4
| * | MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-043-0/+21
| |/
* | BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-042-2/+77
|/
* BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-022-10/+10
* MAINT: Add previously-missing placeholder annotationsBas van Beek2021-02-024-0/+8
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-0212-10/+32
* ENH: Add annotations for certain module-level dundersBas van Beek2021-02-023-0/+46
* TST: Don't fail check_large_zip on signal 9Charles Harris2021-01-301-1/+4
* Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-292-1/+32
* Apply suggestions from code reviewSebastian Berg2021-01-261-1/+1
* Update numpy/__init__.pySebastian Berg2021-01-261-5/+4
* DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-27/+52
* Remove duplicate axis checkRalf Gommers2021-01-241-4/+0
* BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-244-8/+39
* MAINT: warn when shuffling unrecognized objectsRalf Gommers2021-01-242-5/+23
* Merge pull request #18201 from charris/backport-18197Charles Harris2021-01-202-7/+24
|\
| * BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
* | STY: Use explicit reexports for numpy.typing objectsBas van Beek2021-01-191-2/+2
|/
* BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-112-35/+38
* BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-102-2/+151
* BLD: Add extra check for AVX512DQ mask conversionsSayed Adel2021-01-102-1/+17
* BUG: Fix promotion of half and stringSebastian Berg2021-01-062-4/+21
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-053-11/+18
* MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-032-6/+6
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-034-28/+48
* Merge pull request #18064 from charris/backport-18001Charles Harris2020-12-233-87/+85
|\
| * BLD, MAINT: add platform info to the final optimization reportSayed Adel2020-12-231-10/+12
| * BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-233-77/+73
* | BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-234-40/+116
|/