summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fully qualify license trove classifierjohnthagen2020-10-221-1/+1
* Merge pull request #17570 from takanori-pskq/i13114-feature-versionMatti Picus2020-10-221-12/+16
|\
| * DOC: Fixuptakanori-pskq2020-10-221-17/+16
| * DOC: Add the entry for ``NPY_FEATURE_VERSION``takanori-pskq2020-10-151-0/+5
* | Merge pull request #16936 from seberg/issue-16934Matti Picus2020-10-222-43/+86
|\ \
| * | Fixup, an earlier cleanup got things wrong and I forgot to test the strides :(Sebastian Berg2020-10-192-10/+12
| * | MAINT: simplify buffer info reuse checkSebastian Berg2020-10-191-19/+20
| * | BUG: Fix leak for relaxed strides when exporting both C- and F-orderSebastian Berg2020-10-192-9/+36
| * | BUG: Fix memory leak of buffer-info cache due to relaxed stridesSebastian Berg2020-10-192-40/+53
* | | Merge pull request #17608 from akuhnregnier/documentation-typosMatti Picus2020-10-222-3/+3
|\ \ \
| * | | DOC: Fix typos (general documentation)Alexander Kuhn-Regnier2020-10-212-3/+3
|/ / /
* | | Merge pull request #17603 from charris/cleanup-clang-warningsSebastian Berg2020-10-213-3/+5
|\ \ \
| * | | MAINT: Mark dead code as intentional for clang.Charles Harris2020-10-213-3/+5
* | | | Merge pull request #17601 from BvB93/numeric-fixSebastian Berg2020-10-212-4/+4
|\ \ \ \
| * | | | TST: Fixed a broken `np.core.numeric` testBas van Beek2020-10-212-4/+4
|/ / / /
* | | | Merge pull request #17597 from BvB93/testsMatti Picus2020-10-211-5/+42
|\ \ \ \
| * | | | TST: Clean up the errors of the typing testsBas van Beek2020-10-211-5/+42
| |/ / /
* | | | Merge pull request #17564 from BvB93/numericMatti Picus2020-10-216-34/+351
|\ \ \ \
| * | | | MAINT: Update the `axes` parameter of `tensordot`Bas van Beek2020-10-211-1/+1
| * | | | TST: Added tests for `np.core.numeric`Bas van Beek2020-10-144-2/+255
| * | | | TST,MAINT: Moved a few tests to `array_constructors`Bas van Beek2020-10-141-8/+0
| * | | | MAINT: Updated the annotations in `np.core.numeric`Bas van Beek2020-10-141-24/+96
* | | | | Merge pull request #17540 from BvB93/precisionMatti Picus2020-10-2115-586/+733
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: Update the tests introduced in the latest rebaseBas van Beek2020-10-171-10/+10
| * | | | MAINT: Removed an unused importBas van Beek2020-10-171-1/+1
| * | | | TST: Added a test for the example in the `NBitBase` docstringBas van Beek2020-10-171-0/+18
| * | | | TST: Add support for precision to the arithmetic and bitwise ops testsBas van Beek2020-10-172-269/+269
| * | | | TST: Update the pre-existing testsBas van Beek2020-10-177-158/+154
| * | | | TST: Ignore all `*` characters in the reveal testsBas van Beek2020-10-171-2/+3
| * | | | MAINT: Fixed a few issues with the `__call__`-based protocolsBas van Beek2020-10-171-38/+34
| * | | | MAINT: Added a missing `__init__` methodBas van Beek2020-10-171-1/+2
| * | | | DOC: Fixed some docstring formattingBas van Beek2020-10-171-18/+20
| * | | | MAINT: Removed a now redundant `TODO` commentBas van Beek2020-10-171-3/+0
| * | | | ENH: Make `complexfloating` generic w.r.t 2 typevarsBas van Beek2020-10-172-6/+15
| * | | | ENH: Added support for `number` precisionBas van Beek2020-10-173-142/+269
* | | | | Merge pull request #17594 from andryandrew/patch-1Matti Picus2020-10-201-1/+1
|\ \ \ \ \
| * | | | | DOC: Typo in lexsort docstringandryandrew2020-10-201-1/+1
|/ / / / /
* | | | | DOC: adding examples to ufunc documentation for array ops (#17418)Rashmi K A2020-10-191-6/+222
* | | | | DOC: Added a PR "Reviewer guidelines" document. (#17252)Melissa Weber Mendonça2020-10-193-3/+130
* | | | | Merge pull request #17583 from numpy/dependabot/pip/hypothesis-5.37.3Sebastian Berg2020-10-191-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 5.37.1 to 5.37.3dependabot/pip/hypothesis-5.37.3dependabot-preview[bot]2020-10-191-1/+1
* | | | | | Merge pull request #17584 from BvB93/type_aliasesMatti Picus2020-10-193-2/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: Added new typing testsBas van Beek2020-10-191-0/+3
| * | | | | ENH: Add annotations for `np.core._type_aliases`Bas van Beek2020-10-192-2/+24
|/ / / / /
* | | | | Merge pull request #17581 from BvB93/numerictypesMatti Picus2020-10-192-24/+41
|\ \ \ \ \
| * | | | | MAINT: Add a note about to-be annotated objectsBas van Beek2020-10-191-0/+3
| * | | | | MAINT: Move the `np.core.numerictypes` annotations to their own stub fileBas van Beek2020-10-192-24/+38
|/ / / / /
* | | | | BUG: Fixed crash on self-referential dtypes (#17536)Ganesh Kathiresan2020-10-182-3/+44
|/ / / /
* | | | ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-176-4/+139
* | | | NEP 36 (fair play) (#14779)Stefan van der Walt2020-10-171-0/+173
| |/ / |/| |