summaryrefslogtreecommitdiff
path: root/numpy/_typing
Commit message (Collapse)AuthorAgeFilesLines
* TYP,MAINT: Add a missing explicit Any parameter to scalarsFrancesc Elies2023-02-171-5/+5
|
* Merge pull request #23145 from BvB93/39_typCharles Harris2023-02-0210-363/+102
|\ | | | | TYP,MAINT: Remove typing-related Python <3.9 leftovers
| * MAINT: Remove `npt._GenericAlias` in favor of py39 `types.GenericAlias`BvB932023-02-025-252/+6
| |
| * MAINT: Make use of the py39 `__class_getitem__` availability in the standard ↵BvB932023-02-025-83/+84
| | | | | | | | library
| * MAINT: Remove the python <3.9 guards for `__class_getitem__`BvB932023-02-021-28/+12
| |
* | TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` ↵BvB932023-02-021-1/+1
|/ | | | definition
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-2/+2
|
* Merge pull request #22359 from BvB93/pyrightCharles Harris2022-10-021-0/+1
|\ | | | | TYP,MAINT: Change more overloads to play nice with pyright
| * TYP,MAINT: Change more overloads to play nice with pyrightBvB932022-09-301-0/+1
| |
* | TYP,ENH: Mark `numpy.typing` protocols as runtime checkableBvB932022-09-303-2/+8
|/
* BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-052-0/+14
|
* MAINT,TYP: Add object-overloads for the `np.generic` rich comparisonsBas van Beek2022-07-141-0/+13
|
* MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` ↵Bas van Beek2022-07-141-0/+1
| | | | | | attribute Adapt to the 3.11b4 changes introduced in https://github.com/python/cpython/pull/93754
* ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncsBas van Beek2022-07-111-2/+44
|
* DOC: fix typo in `numpy._typing._NestedSequence` docstring example (#21909)Thomas Mansencal2022-07-031-2/+2
| | | [ci skip]
* MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 ↵Bas van Beek2022-05-261-7/+42
| | | | `types.GenericAlias` changes
* MAINT: Explicitly re-export the types in `numpy._typing`Bas van Beek2022-03-181-100/+105
|
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-1814-0/+2003
i.e. `numpy.typing` and `numpy._typing`