summaryrefslogtreecommitdiff
path: root/numpy/typing/tests/data/reveal
Commit message (Expand)AuthorAgeFilesLines
* 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/+61
* TST: Add final testsKevin Sheppard2021-02-241-311/+347
* Use {int_} for int return typesKevin Sheppard2021-02-241-65/+65
* BUG: Fix typing bugsKevin Sheppard2021-02-241-71/+70
* ENH: Add tests for RandomStateKevin Sheppard2021-02-241-0/+584
* TST: Add tests for dtype and outKevin Sheppard2021-02-241-0/+26
* ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-241-9/+401
* ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-241-6/+493
* TST: Add tests for random typingKevin Sheppard2021-02-241-0/+15
* TST: Fixed a broken `reveal` testBas van Beek2021-02-111-54/+18
* TST: Add typing tests for `np.core.einsumfunc`Bas van Beek2021-02-111-0/+68
* TST: Add typing tests for `np.lib.ufunclike`Bas van Beek2021-02-091-0/+29
* Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-081-1/+17
|\
| * ENH: Add support for extended-precision `np.number` arithmeticBas van Beek2021-02-051-1/+17
* | TST: Add typing tests for `ndarray.__floordivide__`Bas van Beek2021-02-051-0/+102
|/
* 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-012-42/+176
|\ \ | |/ |/|
| * TST: Added new tests for `ndarray` arithmeticBas van Beek2021-01-252-42/+176
* | MAINT: Removed annotations for `__NUMPY_SETUP__`, `__deprecated_attrs__` and ...Bas van Beek2021-01-271-3/+0
* | ENH: Add annotations for certain module-level dundersBas van Beek2021-01-251-0/+8
|/
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-36/+41
* DOC,TST: Update the `NBitBase` exampleBas van Beek2021-01-191-2/+3
* TST: Use type-aliases for describing `np.number` subclassesBas van Beek2020-12-238-434/+432
* DOC: Add a comment about truncating and sub-string matchingBas van Beek2020-12-221-0/+3
* MAINT,TST: Fixed a failure due platform-dependent precisionsBas van Beek2020-12-221-4/+4
* ENH: Take the precision of `np.int_` into account arithmetic operationsBas van Beek2020-12-223-34/+34
* ENH: Use `intp` as return type for all appropiate functionsBas van Beek2020-12-222-18/+18
* ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-221-0/+36
* TST: Added typing tests for `np.core.arrayprint`Bas van Beek2020-12-191-0/+19
* Merge pull request #17981 from BvB93/flatiterCharles Harris2020-12-111-9/+12
|\
| * TST: Updated the `np.flatiter` typing testsBas van Beek2020-12-111-9/+12
* | TST: Add new tests for `dtype` methodsBas van Beek2020-12-091-0/+8
|/
* TST: Fixed an issue where the typing tests would fail for comparison operationsBas van Beek2020-12-051-36/+36
* Merge pull request #17719 from BvB93/ndarrayCharles Harris2020-12-054-262/+262
|\
| * TST: Replace `numpy.ndarray` with `numpy.ndarray[Any, Any]`Bas van Beek2020-11-264-262/+262
* | TST: Added typing tests for comparison opsBas van Beek2020-11-241-0/+247
|/
* MAINT: Set the ufunc and ndarray ops return type to `Any`Bas van Beek2020-11-193-51/+51
* TST: Updated the scalar typing testsBas van Beek2020-11-141-2/+11
* Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-141-0/+25
|\
| * TST: Added typing tests for `np.core._ufunc_config`Bas van Beek2020-10-261-0/+25
* | Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-011-0/+23
|\ \
| * | TST: Added typing tests for `np.core.shape_base`Bas van Beek2020-10-261-0/+23
| |/
* | TST: Added typing tests for unary operationsBas van Beek2020-10-221-0/+36
* | TST: Added typing tests for `__mod__` & `__divmod__`Bas van Beek2020-10-222-1/+149
|/
* TST: Fixed a broken `np.core.numeric` testBas van Beek2020-10-211-2/+2
* Merge pull request #17564 from BvB93/numericMatti Picus2020-10-212-1/+127
|\