summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.pyi
Commit message (Collapse)AuthorAgeFilesLines
* TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`Bas van Beek2022-06-031-0/+32
|
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
| | | | i.e. `numpy.typing` and `numpy._typing`
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-5/+1
| | | | Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-19/+17
|
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-1/+0
|
* ENH: Add annotations for `np.lib.arraysetops`Bas van Beek2021-09-211-9/+332
|
* ENH: Add improved placeholder annotations for `np.lib`Bas van Beek2021-04-261-0/+12