flatironinstitute / finufft

Non-uniform fast Fourier transform library of types 1,2,3 in dimensions 1,2,3
Other
291 stars 73 forks source link

Make cufinufft version dynamic #531

Closed janden closed 1 month ago

janden commented 1 month ago

Instead of hardcoding it in pyproject.toml, have it read (using regex) from cufinufft/init.py. This way we have a single source of truth for the cuFinufft Python version.

DiamonDinoia commented 1 month ago

This aligns with finufft. Looks good.