We have the following new features:
* Support for gpuNUFFT library : We can now get much faster reconstructions (In about 1.5 Hours for full 3D reconstruction for 44 channels)
* Support for density compensators estimation: This preconditions the k-space and drives towards faster convergence (Nearly 10-15min for the same reconstruction as above, with better performance)
* Reconstructors API for easy modeling of MR Image
* Iterative solvers like POGM, FISTA and condat-vu with support for metrics and cost functions to analyze convergence
Overall to use this, all you need to do is:
`pip install python-pysap`
If you have GPU with CUDA, you can use `pip install gpuNUFFT` for speed!