summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.pyi
Commit message (Expand)AuthorAgeFilesLines
* TYP,BUG: Add annotations for missing `max`, `min` and `round` aliasesBas van Beek2023-05-081-0/+4
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* MAINT: Allow `fromnumeric` functions to accept `__index__`-supporting objects...Bas van Beek2022-02-171-57/+57
* TYP: Add dtype-typing support to `fromnumeric` part 3Bas van Beek2022-02-141-16/+346
* TYP: Add dtype-typing support to `fromnumeric` (part 2)Bas van Beek2022-02-091-24/+273
* Merge pull request #20918 from janusheide/add-missing-where-typehintsBas van Beek2022-01-281-0/+14
|\
| * consistency between keyword only where argumentsJanus Heide2022-01-281-0/+6
| * Update numpy/core/fromnumeric.pyiJanus2022-01-281-0/+1
| * added missing where typehints in fromnumeric.pyiJanus Heide2022-01-271-0/+7
* | MAINT: Remove a number of outdated/unused comments and variablesBas van Beek2022-01-261-17/+4
* | TYP,ENH: Add dtype-typing support to `fromnumeric` (part 1)Bas van Beek2022-01-261-26/+130
|/
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-2/+2
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-5/+6
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-52/+52
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-7/+1
* ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-071-0/+8
* MAINT: Remove two duplicate (redundant) type aliasesBas van Beek2021-05-121-14/+14
* MAINT: Remove unsafe unions from `np.core.fromnumeric`Bas van Beek2021-04-301-232/+110
* MAINT: Simplify a unionBas van Beek2021-01-181-2/+1
* MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-181-16/+16
* ENH: Use `intp` as return type for all appropiate functionsBas van Beek2020-12-221-6/+7
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-15/+15
* MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-4/+9
* MAINT: Moved a few constants back to `__init__.pyi`; cleaned up their namesBas van Beek2020-09-221-30/+16
* MAINT: Move the `fromnumeric` annotations to their own stub fileBas van Beek2020-09-141-0/+492