FastNFT / FNFT

Fast numerical computation of (inverse) nonlinear Fourier transforms
https://fastnft.github.io/FNFT/
GNU General Public License v2.0
42 stars 12 forks source link

Release 0.4 #51

Closed wahls closed 4 years ago

ShrinivasJC commented 4 years ago

From the documentation of fnft_nsep it is not clear which discretizations are supported. Should we add a list?

wahls commented 4 years ago

From the documentation of fnft_nsep it is not clear which discretizations are supported. Should we add a list?

Yes, please. I also noted that in the README

![Version](https://img.shields.io/github/v/release/FastNFT/FNFT)

should be

[![Version](https://img.shields.io/github/v/release/FastNFT/FNFT)](https://github.com/FastNFT/FNFT/releases)

Could you please change that as well, in one go?

ShrinivasJC commented 4 years ago

On it.

ShrinivasJC commented 4 years ago

Complies correctly and all tests pass with gcc 7.5.0 with and without FFTW. mex files are generated correctly for R2019a. C and MATLAB examples run as expected. Documentation complies without issues with doxygen.

wahls commented 4 years ago

Thank you! I will release and also update the online documentation.