https://github.com/jyhmiinlin/pynufft
Raw File
Tip revision: 008799126ce6724901113525309c89561fa47380 authored by Jyh-Miin Lin on 06 October 2020, 22:34:34 UTC
documents
Tip revision: 0087991
whatnew.rst
What's new
==========

**New in version 0.3.3**

- Note: GPU support is superseded by the Heterogeneous System Architecture (HSA). 

- A variety of nonlinear solvers are provided, including conjugate gradient method (cg), L1 total-variation ordinary least square (L1TVOLS), and L1 total-variation least absolute deviation (L1TVLAD).

- The CPU version support other nonlinear solvers,  lsmr, lsqr, gmr, cg, bicgstab, bicg, cgs, gmres, lgmres , apart from cg, L1TVOLS and L1TVLAD.

- Support multi-dimensional transform and reconstruction (experimentally).

**Install the latest pynufft-0.3.3**

Uninstall previous versions and install the latest v0.3.3::

    pip uninstall pynufft
    pip install pynufft
    

  
back to top