mmuckley / torchkbnufft

A high-level, easy-to-deploy non-uniform Fast Fourier Transform in PyTorch.
https://torchkbnufft.readthedocs.io/
MIT License
201 stars 44 forks source link

Update torch dependency and type system #77

Closed mmuckley closed 1 year ago

mmuckley commented 1 year ago

torch.complex64 and torch.complex128 were previously removed, but are now back as of PyTorch 1.12. So we can update our dependencies now that we have access to these again.

This PR also includes several updates for the typing systems in various parts of the repository that address warnings and deprecations introduced from PyTorch and NumPy.