JuliaArrays / ShiftedArrays.jl

Lazy shifted arrays for data analysis in Julia
Other
50 stars 10 forks source link

unexport lag and lead #55

Closed piever closed 2 years ago

andreasnoack commented 1 year ago

Just curious, what was the motivation for this change?

piever commented 1 year ago

Sorry for the slow reply (had missed this). See #37 (esp. https://github.com/JuliaArrays/ShiftedArrays.jl/pull/37#issuecomment-1083089037) for the rationale behind this decision. In short, there was a request for several features that "universal" leag and lad methods should have but that are out of the scope of ShiftedArrays.jl (here, they are simply helpers to construct ShiftedArray objects).