summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/22357.improvement.rst
blob: a0332eaa07ba83cc82bbff3b72b41f22431c1a29 (plain)
1
2
3
4
5
6
``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.