JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/stable/contents/
Other
381 stars 110 forks source link

Release #563

Closed tknopp closed 1 week ago

tknopp commented 2 months ago

Hi @martinholters and @ViralBShah,

It would we great if there could be a release including the resampling fix: https://github.com/JuliaDSP/DSP.jl/pull/539. Without that resample is not usable since one needs to fear a bounds error.

Thanks!

Tobi

martinholters commented 2 months ago

I think we have a few PRs open that we might want to bring across the finish line before tagging v0.8 to bundle the pending breaking changes. But it surely would be good to get that bugfix out into release. One option might be to backport it and do a v0.7.10. Either way, I won't have time to look into this before next week.

martinholters commented 1 month ago

I've created a release-0.7 branch and created #566 to backport #539 and bump the version. Once that is merged (another pairs of eyes welcome over there) we can tag 0.7.10. (We should still try to get 0.8 out the door...)

tknopp commented 1 month ago

Thanks! That sounds like a very good plan.

ViralBShah commented 2 weeks ago

0.7.10 is out now.