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

Ensure complex number support #21

Open sneakers-the-rat opened 2 months ago

sneakers-the-rat commented 2 months ago

From: https://github.com/LiberTEM/LiberTEM-schema/pull/7#issuecomment-2363184591

Need to

This will probably be the point where we need to start developing dtype adapters for interfaces that allow them to coerce/serialize different dtypes that they do/don't support in different ways.