ejmahler / RustFFT

RustFFT is a high-performance FFT library written in pure Rust.
Apache License 2.0
707 stars 49 forks source link

Update deps, most importantly num-complex #64

Closed HEnquist closed 3 years ago

HEnquist commented 3 years ago

Bumping versions in preparation of the next release (triggered by the new version of num-complex). Apart from bumping the versions, no other changes are needed.

ejmahler commented 3 years ago

What I'd like to do is merge the SSE update, do something about the precision issues, and release 5.1.

Then, bump num-complex and release 6.0. That way users who want the improved precision or SSE don't have to upgrade num-complex.

HEnquist commented 3 years ago

That makes more sense than jumping straight to 6.0. I didn't think of a 5.1 version, but yes that can be quite useful and doesn't cost any extra work at all. Do you expect the precision issue to be solvable without making any breaking changes? We can close this PR, since the changes are almost nothing. The main thing is that for RustFFT, no changes are needed after bumping num-complex.

ejmahler commented 3 years ago

RustFFT 6.0 has been released, which includes the num-complex upgrade to 0.4