Open laborg opened 1 month ago
Good catch. That's the list for 0.8.0 once it lands. I'll update...
This is the old version which I'm preserving here as I imagine those entries will be missing from what the tagbot will generate for 0.8.0.
Merged pull requests:
hann
export to be equal to hanning
(#448) (@staticfloat)dims
kwarg in rms
(#500) (@martinholters)Tuple
(#513) (@wheeheee)filt
perf optimizations (#516) (@wheeheee)lpc
to complex inputs, other fixes (#517) (@wheeheee)DF2TFilter
(#534) (@wheeheee)std
to test lpc error (#542) (@wheeheee)DF2TFilter
(#550) (@scls19fr)welch_pgram!
, update periodogram docs (#557) (@kcin96)filt
fix (#516 and #539) and bump version to 0.7.10 (#566) (@martinholters)Closed issues:
resample
function. (#317)rms
work on dimension of arrays (#499)kaiser
performance: use Bessels.jl? (#506)
Looking at https://github.com/JuliaDSP/DSP.jl/releases for the latest 0.7.10 it appears that the list of merged PRs is wrong. Example: It's stated that for 0.7.10 the PR #458 was merged, which made me nervous because it would be breaking for our code base. But apparently the PR is not part of the 0.7.10 release on the code level...