summaryrefslogtreecommitdiff
path: root/numpy/typing/_callable.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Change `_callable.py` into a `.pyi` stub fileBas van Beek2021-09-301-325/+0
* STY: Use the PEP 457 positional-only syntax in `numpy.typing`Bas van Beek2021-08-311-89/+89
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-309/+278
* MAINT: Added a missing `sys.version` checkBas van Beek2021-06-051-1/+1
* REV,BUG: Replace `NotImplemented` with `typing.Any`Bas van Beek2021-06-051-22/+22
* STY: Use the PEP 604 pipe operator over `Optional` and `Union`Bas van Beek2021-05-271-46/+46
* STY: Replace all `Any`-based runtime placeholders with `NotImplemented`Bas van Beek2021-05-271-22/+22
* ENH: Add a global constant to `numpy.typing` denoting whether or not `typing_...Bas van Beek2021-05-271-11/+5
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-2/+0
* MAINT: Replace `_ArrayND` with `NDArray`Bas van Beek2021-05-121-2/+3
* MAINT: Remove unsafe unions from `np.typing._callable`Bas van Beek2021-04-301-5/+5
* Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-081-18/+28
|\
| * ENH: Add support for extended-precision `np.number` arithmeticBas van Beek2021-02-051-18/+28
* | MAINT: Clarify that `timdelta64 / bool` raisesBas van Beek2021-02-051-0/+2
|/
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-6/+10
* MAINT: Adjusted the return-type of `number` ops to `Any`Bas van Beek2021-01-191-1/+1
* MAINT: Changed the `NBitBase` variancy in `number` from co- to invariantBas van Beek2021-01-191-63/+63
* MAINT: Simplify a unionBas van Beek2021-01-181-12/+12
* ENH: Take the precision of `np.int_` into account arithmetic operationsBas van Beek2020-12-221-14/+16
* Merge pull request #17795 from BvB93/x-likeMatti Picus2020-12-091-1/+1
|\
| * MAINT: Simplify existing `_<X>Like` annotationsBas van Beek2020-11-171-1/+1
* | ENH: Added annotations for `ndarray`/`generic` comparison opsBas van Beek2020-11-241-0/+9
|/
* MAINT: Removed unused importsBas van Beek2020-10-221-4/+0
* ENH: Add annotations for `__mod__` & `__divmod__`Bas van Beek2020-10-221-1/+123
* MAINT: Removed an unused importBas van Beek2020-10-171-1/+1
* MAINT: Fixed a few issues with the `__call__`-based protocolsBas van Beek2020-10-171-38/+34
* 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-171-2/+6
* ENH: Added support for `number` precisionBas van Beek2020-10-171-24/+83
* Merge pull request #17465 from BvB93/bitwise-opsCharles Harris2020-10-091-0/+24
|\
| * REV: Remove the `uint64`/`signedinteger` specific overloadBas van Beek2020-10-061-5/+2
| * ENH: Add annotations for `generic` and `ndarray` bitwise operationsBas van Beek2020-10-051-1/+28
* | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-5/+7
|/
* ENH: Annotate the arithmetic operations of `ndarray` and `generic` (#17273)Bas van Beek2020-10-021-0/+136