summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.1.1 to 6.2.0dependabot/pip/hypothesis-6.2.0dependabot-preview[bot]2021-02-151-1/+1
* 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
* | | | Merge pull request #18344 from jamiebarker0310/histogram-binwidth-docMelissa Weber Mendonça2021-02-101-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adjusted formulas to estimator and removed repeatJamie2021-02-101-2/+1
| * | | Merge remote-tracking branch 'upstream/master' into histogram-binwidth-docJamie2021-02-1035-73/+709
| |\ \ \ | |/ / / |/| | |
* | | | 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
* | | | | Merge pull request #18389 from frenzymadness/wheelCharles Harris2021-02-101-1/+1
|\ \ \ \ \
| * | | | | Fix version of wheel to support Python 3.10Lumir Balhar2021-02-101-1/+1
* | | | | | Merge pull request #18384 from szsdk/tofile_typingMatti Picus2021-02-101-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-092-2/+9
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-062-2/+9
| |/ / / / / /
* | | | | | | 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
| | |/ / / / / | |/| | | | |