ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
648 stars 164 forks source link

Add type hints #727

Open dyollb opened 1 week ago

dyollb commented 1 week ago

Is your feature request related to a problem? Please describe. ANTsPy currently doesn't use type hints.

Describe the solution you'd like

Describe alternatives you've considered Do nothing. Rely on pyright to guess the expected return types, and parameters (when there are defaults)

Additional context na