awelkie / RustFFT

A mixed-radix FFT library written in pure Rust
Apache License 2.0
189 stars 18 forks source link

Bump num-complex to 0.3, transpose to 0.2 #60

Closed HEnquist closed 4 years ago

HEnquist commented 4 years ago

num-complex 0.3 has been available for a while so it would be nice to upgrade. This PR updates num-complex to 0.3, and transpose to 0.2. The only noticable change is that Complex::from_polar now wants numbers and not references.

ejmahler commented 4 years ago

Thanks for making this change!

ejmahler commented 4 years ago

https://crates.io/crates/rustfft/4.0.0