summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |/ / / / |/| | | |
* | | | | Merge pull request #17572 from BvB93/constantsCharles Harris2020-10-163-5/+18
|\ \ \ \ \
| * | | | | TST: Updated the typing testsBas van Beek2020-10-152-1/+12
| * | | | | MAINT: Fix the type of `little_endian`Bas van Beek2020-10-151-1/+1
| * | | | | ENH: Added annotations for 3 new constantsBas van Beek2020-10-151-3/+5
* | | | | | Merge pull request #16759 from person142/dtype-genericCharles Harris2020-10-165-22/+370
|\ \ \ \ \ \
| * | | | | | MAINT: remove character code literals for integer typesJosh Wilson2020-10-111-32/+0
| * | | | | | MAINT: fix complex64 overload; add str0/bytes to literalsJosh Wilson2020-10-071-1/+3
| * | | | | | MAINT: add more dtype __new__ overloads for missing scalar typesJosh Wilson2020-10-072-21/+270
| * | | | | | ENH: make dtype generic over scalar typeJosh Wilson2020-10-075-22/+151
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #17576 from bderrett/indexing-docs-typo-fixSebastian Berg2020-10-161-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |