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