numpydantic/docs/todo.md

24 lines
394 B
Markdown
Raw Permalink Normal View History

2024-02-05 23:39:29 +00:00
# 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
2024-02-05 23:39:29 +00:00
```{todolist}
```