JeffreySarnoff / RollingFunctions.jl

Roll a window over data; apply a function over the window.
MIT License
114 stars 6 forks source link

Remove LoopVectorization #50

Open laborg opened 3 months ago

laborg commented 3 months ago

Now that LoopVectorization will probably get deprecated in 1.11 (see: https://github.com/JuliaSIMD/LoopVectorization.jl/tree/main) it would be good to remove the dependency ahead of the release of Julia 1.11.

JeffreySarnoff commented 3 months ago

yup