summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-122-1/+66
* 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-121-2/+2
|\ \
| * | Applying suggestions from PR review.melissawm2021-02-051-1/+1
| * | DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-051-1/+1
* | | BUG: Fix typo in char_codesKevin Sheppard2021-02-121-2/+2
* | | MAINT: Delete unused "src" clearing functions (#18347)Sebastian Berg2021-02-112-324/+4
* | | MAINT: Remove unicode markersKevin Sheppard2021-02-113-7/+7
* | | MAINT: Remove dummy_threadingKevin Sheppard2021-02-114-17/+4
* | | 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
* | | | Adjusted formulas to estimator and removed repeatJamie2021-02-101-2/+1
* | | | Merge remote-tracking branch 'upstream/master' into histogram-binwidth-docJamie2021-02-1025-54/+567
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #18369 from AngelGris/bugfix-for-in1d-with-tuplesCharles Harris2021-02-102-0/+37
| |\ \ \
| | * | | Implement different approach to fix bugAngelGris2021-02-081-20/+8
| | * | | BUG: np.in1d bug on the object array (issue 17923)AngelGris2021-02-081-4/+20
| | * | | numpy/lib/arraysetops.pyAngelGris2021-02-081-0/+33
| * | | | BUG: improve the interface of `tofile` method; import osszsdk2021-02-101-0/+1
| * | | | BUG: improve the interface of `tofile` methodszsdk2021-02-101-1/+1
| * | | | Merge pull request #18377 from BvB93/ufunclikeCharles Harris2021-02-097-8/+164
| |\ \ \ \
| | * | | | MAINT: Fix the dtype mentioned in 2 `np.lib.ufunclike` exceptionsBas van Beek2021-02-091-2/+4
| | * | | | TST: Add typing tests for `np.lib.ufunclike`Bas van Beek2021-02-093-0/+98
| | * | | | ENH: Expose `ufunclike` annotations to the `np` and `np.lib` namespaceBas van Beek2021-02-092-6/+12
| | * | | | ENH: Add annotations for `np.lib.ufunclike`Bas van Beek2021-02-091-0/+50
| * | | | | Merge pull request #18379 from anntzer/mndSebastian Berg2021-02-091-2/+2
| |\ \ \ \ \
| | * | | | | DOC: Fix docstring of _median_nancheck.Antony Lee2021-02-091-2/+2
| * | | | | | Merge pull request #18324 from anntzer/fmSebastian Berg2021-02-091-2/+1
| |\ \ \ \ \ \
| | * | | | | | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-061-2/+1
| | |/ / / / /
| * | | | | | Merge pull request #18375 from pearu/pearu/18341Charles Harris2021-02-093-1/+57
| |\ \ \ \ \ \
| | * | | | | | BUG: fix regression in a hidden callback use casePearu Peterson2021-02-095-25/+54
| | * | | | | | MAINT: Debug issue (2)Pearu Peterson2021-02-093-2/+10
| | * | | | | | MAINT: improve failure message when compiler is unavailablePearu Peterson2021-02-091-0/+2
| | * | | | | | MAINT: Debug issue #18341Pearu Peterson2021-02-093-3/+20
| | | |/ / / / | | |/| | | |
| * | | | | | TST: Add a test for nditer write masked with references (gh-18374)Sebastian Berg2021-02-092-0/+32
| |/ / / / /
| * | | | | Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-088-37/+256
| |\ \ \ \ \
| | * | | | | ENH: Add support for extended-precision `np.number` arithmeticBas van Beek2021-02-052-19/+45
| | * | | | | TST: Add tests for the extended-precision pluginBas van Beek2021-02-052-2/+73
| | * | | | | ENH: Add a plugin for exposing platform-specific extended-precision `np.number`sBas van Beek2021-02-053-8/+76