blob: 5b3803429d4aee295da088179cfbe62a3ca0c10f (
plain)
1
2
3
4
5
6
7
8
|
NumPy is now typed
------------------
Type annotations have been added for large parts of NumPy. There is
also a new `numpy.typing` module that contains useful types for
end-users. The currently available types are
- ``ArrayLike``: for objects that can be coerced to an array
- ``DtypeLike``: for objects that can be coerced to a dtype
|