mmuckley / torchkbnufft

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

Repository Refactor #14

Closed mmuckley closed 3 years ago

mmuckley commented 3 years ago

Hello everyone.

Since I built this repository, I've learned about Python and would like to make a number of changes to the backend of torchkbnufft. Among other things, I'd like to minimize the use of high-level Python constructs like dicts and make the backend functions scriptable by torch.jit.script. This will likely involve several backwards compatibility-breaking changes. I'll try to keep track of progress in this Issue.