This release supports the latest version of PyTorch (1.13.0) and adds a new build and versioning system. A list of some work on the current release:
- Changed default normalization for Toeplitz to
"ortho"
(PR #43) - From @ckolbPTB, fixed size of weights in
calc_toeplitz_kernel
(PR #47) - From @ckolbPTB, allowed use of single smap for batches for Toeplitz NUFFT (PR #48)
- Updates for internal type system (PR #77)
- Updates for package dependencies and build system (PR #78, #79)