summaryrefslogtreecommitdiff
path: root/numpy/typing/tests/data/pass
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18397 from BvB93/index-tricksCharles Harris2021-02-271-0/+64
|\
| * MAINT: Relax the type-constraints of `IndexExpression.__getitem__`Bas van Beek2021-02-251-0/+2
| * TST: Add typing tests for `np.lib.index_tricks`Bas van Beek2021-02-251-0/+62
* | TST: Remove the `einsum` typing tests reliance on issuing a `ComplexWarning`Bas van Beek2021-02-261-3/+2
|/
* BUG: Fix typing bugsKevin Sheppard2021-02-241-6/+5
* ENH: Add tests for RandomStateKevin Sheppard2021-02-241-0/+581
* TST: Add tests for dtype and outKevin Sheppard2021-02-241-1/+57
* ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-241-0/+364
* ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-241-2/+458
* TST: Add tests for random typingKevin Sheppard2021-02-241-0/+41
* TST: Add typing tests for `np.core.einsumfunc`Bas van Beek2021-02-111-0/+37
* TST: Add typing tests for `np.lib.ufunclike`Bas van Beek2021-02-091-0/+48
* TST: Add typing tests for `ndarray.__floordivide__`Bas van Beek2021-02-051-0/+100
* Merge pull request #18302 from BvB93/missing-attrCharles Harris2021-02-021-1/+12
|\
| * MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+12
* | Merge pull request #18284 from BvB93/aliasesCharles Harris2021-02-011-0/+5
|\ \
| * | ENH: Add annotations for the remaining `np.generic` aliasesBas van Beek2021-02-011-0/+5
| |/
* | Merge pull request #18228 from BvB93/comparison3Charles Harris2021-02-011-21/+165
|\ \ | |/ |/|
| * TST: Added new tests for `ndarray` arithmeticBas van Beek2021-01-251-21/+165
* | MAINT: Removed annotations for `__NUMPY_SETUP__`, `__deprecated_attrs__` and ...Bas van Beek2021-01-271-3/+0
* | TST: Add module-based tests to the `pass` testsBas van Beek2021-01-251-0/+23
|/
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-21/+75
* DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-061-1/+1
* ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-221-0/+35
* TST: Added typing tests for `np.core.arrayprint`Bas van Beek2020-12-191-0/+37
* Merge pull request #17981 from BvB93/flatiterCharles Harris2020-12-112-4/+6
|\
| * TST: Updated the `__array__` typing testsBas van Beek2020-12-111-4/+4
| * TST: Updated the `np.flatiter` typing testsBas van Beek2020-12-111-0/+2
* | TST: Add new tests for `dtype` methodsBas van Beek2020-12-091-0/+8
|/
* TST: Added typing tests for comparison opsBas van Beek2020-11-241-0/+247
* TST: Updated the scalar typing testsBas van Beek2020-11-141-0/+16
* Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-141-0/+50
|\
| * TST: Added typing tests for `np.core._ufunc_config`Bas van Beek2020-10-261-0/+50
* | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-2/+2
* | Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-011-0/+24
|\ \
| * | TST: Added typing tests for `np.core.shape_base`Bas van Beek2020-10-261-0/+24
| |/
* | TST: Add tests for conversions to builtin scalar typesBas van Beek2020-10-221-10/+43
* | TST: Added typing tests for unary operationsBas van Beek2020-10-221-0/+36
* | TST: Added typing tests for `__mod__` & `__divmod__`Bas van Beek2020-10-221-0/+149
|/
* Merge pull request #17564 from BvB93/numericMatti Picus2020-10-213-9/+128
|\
| * TST: Added tests for `np.core.numeric`Bas van Beek2020-10-142-1/+128
| * TST,MAINT: Moved a few tests to `array_constructors`Bas van Beek2020-10-141-8/+0
* | TST: Added tests for bitwise operationsBas van Beek2020-10-051-0/+131
|/
* Merge pull request #17372 from BvB93/from-numericCharles Harris2020-10-051-0/+159
|\
| * TST: Attempt #2 at fixing the `int`-related failure on 32-bit systemsBas van Beek2020-09-231-31/+31
| * TST: Fixed an `int`-related failure on 32-bit systemsBas van Beek2020-09-231-2/+3
| * TST: Added new `ndarray`/`generic` typing testsBas van Beek2020-09-221-0/+158
* | ENH: Annotate the arithmetic operations of `ndarray` and `generic` (#17273)Bas van Beek2020-10-023-14/+261
* | TST: Consolidate all array construction testsBas van Beek2020-10-013-31/+28
* | TST: Added tests for `np.core._asarray`Bas van Beek2020-10-011-0/+38