Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 284 Bytes

22357.improvement.rst

File metadata and controls

6 lines (5 loc) · 284 Bytes

numpy.typing protocols are now runtime checkable

The protocols used in ~numpy.typing.ArrayLike and ~numpy.typing.DTypeLike are now properly marked as runtime checkable, making them easier to use for runtime type checkers.