mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
394 B
394 B
TODO
Validation
Support pydantic value/range constraints - less than, greater than, etc.
Support different precision modes - eg. exact precision, or minimum precision
where specifying a float32 would also accept a float64, etc.
Metadata
Use names in nptyping annotations in generated JSON schema metadata
All TODOs