Skip to content

Releases: preiter93/ndrustfft

v0.5.0

18 Aug 14:05
Compare
Choose a tag to compare

Bump ndarray to 0.16

v0.4.5

27 Jun 16:21
cdeaaac
Compare
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
Compare
Choose a tag to compare

Improve documentation

v0.4.3

17 Apr 05:28
Compare
Choose a tag to compare

Fix minor mistake in documentation

v0.4.2

28 Oct 15:42
Compare
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
Compare
Choose a tag to compare

Bugfix

Correct normalization of rfft

v.0.4.0

15 Mar 06:46
Compare
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
Compare
Choose a tag to compare

Upgrade RealFft to 3.0.0 and RustDCT to 0.7

v0.2.2

27 Dec 12:00
Compare
Choose a tag to compare

Behavior of Complex to real IFFT changed:

First element ( and last element if input is even) are supposed to be real.
This is now actively imposed, so the (real) output is now independent of
the imaginary part of the first (and last) element.

v0.2.0

10 Aug 09:24
Compare
Choose a tag to compare
  • Use RustDct and RealFft for the respective transforms, instead of data juggling.

  • Implemented dct2, dct3 and dct4