Revision 14452db6dff408ebfb342a6e813d8f44d7d9373e authored by Jyh-Miin Lin on 05 October 2022, 01:54:28 UTC, committed by Jyh-Miin Lin on 05 October 2022, 01:54:28 UTC
0 parent
Raw File
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