summaryrefslogtreecommitdiff
path: root/numpy/_typing
Commit message (Collapse)AuthorAgeFilesLines
* 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`