p2p-ld / numpydantic

Type annotations for specifying, validating, and serializing arrays with arbitrary backends in Pydantic (and beyond)
https://numpydantic.readthedocs.io/
MIT License
66 stars 1 forks source link

Instance Checking #1

Closed sneakers-the-rat closed 6 months ago

sneakers-the-rat commented 6 months ago

Add the ability to do isinstance(array, NDArray[]) including validations :)

Also:

Params:

Bugfix: