JuliaMath / FFTW.jl

Julia bindings to the FFTW library for fast Fourier transforms
https://juliamath.github.io/FFTW.jl/stable
MIT License
273 stars 55 forks source link

Bump version to v1.5.1 #263

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

This should include the recent improvements in type-stability

cc @stevengj

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a54be8e) 69.47% compared to head (2357b9f) 69.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #263 +/- ## ======================================= Coverage 69.47% 69.47% ======================================= Files 5 5 Lines 498 498 ======================================= Hits 346 346 Misses 152 152 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

stevengj commented 1 year ago

Hmm, this should probably be 1.6 since you added new type parameters? I'll fix it.