Skip to content

Releases: NFFT/nfft

3.6.0-rc1

20 Mar 17:03
455403f

Choose a tag to compare

3.6.0-rc1 Pre-release
Pre-release

What’s Changed

Added

Changed

  • Improve threaded FFTW 3 library detection and usage as well as overall link-time behavior. (#158) @jenskeiner
  • Improve direct adjoint NDFT transform performance. (#152) @jenskeiner
  • Improve direct NDFT forward transform for d > 1. (#149) @jenskeiner
  • Improve efficiency of NFFT direct transformation in one dimension. (#142) @jenskeiner

Fixed

CI workflow

3.5.4-rc1

23 Feb 22:31

Choose a tag to compare

3.5.4-rc1 Pre-release
Pre-release

Changes in NFFT 3.5.4-rc1

Enhancements
  • Add kernels xx_gaussian and absx in fastsum.
  • #127 Add required software and reference in README.

3.5.3

02 Apr 20:16

Choose a tag to compare

Changes in NFFT 3.5.3

Bugfixes
  • #116 Fix in the fastsum Matlab interface that might cause crashes.
  • Update obsolete autoconf macros. Revert macro to AC_PROG_CC_C99 (fix gcc-arch flag and -ffast-math)
Enhancements
  • #118 Additional node at South Pole in NFSFT_EQUISPACED enhancement.
  • #115 Matlab interface with single precision.
  • #113 Added function set_num_threads in Matlab.

3.5.3-rc2

08 Feb 17:14

Choose a tag to compare

3.5.3-rc2 Pre-release
Pre-release

Changes in NFFT 3.5.3-rc2

Bugfixes
  • #116 Fix in the fastsum Matlab interface that might cause crashes.
  • Update obsolete autoconf macros. Revert macro to AC_PROG_CC_C99 (fix gcc-arch flag and -ffast-math)
Enhancements
  • #118 Additional node at South Pole in NFSFT_EQUISPACED enhancement.
  • #115 Matlab interface with single precision.
  • #113 Add function to set_num_threads in Matlab.

3.5.3-rc1

30 Jan 21:58

Choose a tag to compare

3.5.3-rc1 Pre-release
Pre-release

Changes in NFFT 3.5.3-rc1

Bugfixes
  • #116 Fix in the fastsum Matlab interface that might cause crashes.
  • Update obsolete autoconf macros.
Enhancements
  • #118 Additional node at South Pole in NFSFT_EQUISPACED enhancement.
  • #115 Matlab interface with single precision.
  • #113 Add function to set_num_threads in Matlab.

3.5.2

25 Aug 15:00

Choose a tag to compare

Changes in NFFT 3.5.2

Bugfixes
  • #103 Build of fastsum fails because fftw_libs are not found.
  • #109 Update m4 files for 3.5.2 release.
  • #112 Julia interface of Fastsum with Openmp crashes.
  • Removed superfluous calls to autoreconf in bootstrap.
Enhancements
  • #98 Add Julia Interface fastsum.
  • #105 Even bandwith in NFCT and NFST.
  • #108 Compute NFFT_EPSILON at runtime.
  • #110 In-place fftw for dimension >1 (reduce memory consumption).
  • TravisCI tests on Windows and OSX.
  • Enable AVX2 in precompiled binaries.

3.5.2-rc4

06 Aug 20:53

Choose a tag to compare

3.5.2-rc4 Pre-release
Pre-release

Julia interface: changed extension to dylib for macos
Travis: add Windows environment with Julia

3.5.2-rc3

24 Jul 14:35

Choose a tag to compare

3.5.2-rc3 Pre-release
Pre-release

Hopefully the last release candidate ...

3.5.2-rc2

20 Jul 16:07

Choose a tag to compare

3.5.2-rc2 Pre-release
Pre-release
fixed linux build script: julia fastsum, julia/matlab tests before pa…

3.5.2-rc1

25 Jun 13:33

Choose a tag to compare

3.5.2-rc1 Pre-release
Pre-release
bump minor so version, fix julia fastsum Makefile, change default arc…