Releases: preiter93/ndrustfft
Releases · preiter93/ndrustfft
v0.4.5
Merge pull request #13 from preiter93/v0.4.5
Bump to v0.4.5
v0.4.3
Fix minor mistake in documentation
v0.4.2
Added
Feature flags (all enabled by default)
- parallel: Enables parallel iterators
- avx/sse/neon: Enables rustfft's feature flags
v.0.4.1
Bugfix
Correct normalization of rfft
v.0.4.0
- 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
Upgrade RealFft
to 3.0.0 and RustDCT
to 0.7
v0.2.2
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
-
Use RustDct and RealFft for the respective transforms, instead of data juggling.
-
Implemented dct2, dct3 and dct4