Skip to content

Releases: preiter93/ndrustfft

v0.6.1

27 Dec 14:26
9d236d5

Choose a tag to compare

  • Add inplace variants for ndfft
  • Add inplace variants for ndct

v0.6.0

08 Nov 14:01

Choose a tag to compare

Bump ndarray to 0.17

v0.5.0

18 Aug 14:05

Choose a tag to compare

Bump ndarray to 0.16

v0.4.5

27 Jun 16:21
cdeaaac

Choose a tag to compare

Merge pull request #13 from preiter93/v0.4.5

Bump to v0.4.5

v0.4.4

17 Apr 05:45

Choose a tag to compare

Improve documentation

v0.4.3

17 Apr 05:28

Choose a tag to compare

Fix minor mistake in documentation

v0.4.2

28 Oct 15:42

Choose a tag to compare

Added

Feature flags (all enabled by default)

  • parallel: Enables parallel iterators
  • avx/sse/neon: Enables rustfft's feature flags

v.0.4.1

23 Jun 05:56

Choose a tag to compare

Bugfix

Correct normalization of rfft

v.0.4.0

15 Mar 06:46

Choose a tag to compare

  • Add support for non-standard layout input arrays.
  • Add support for custom fft normalization. See examples/fft_norm.
  • Remove specification of the minor version, use rustfft v6
  • Remove specification of the minor version, use realfft v3

v0.3.0

16 Feb 09:01

Choose a tag to compare

Upgrade RealFft to 3.0.0 and RustDCT to 0.7