Skip to content

Support PyTorch 1.13.0 + new build system

Latest
Compare
Choose a tag to compare
@mmuckley mmuckley released this 23 Nov 18:15
· 5 commits to main since this release
606212b

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)