You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use TSFrames in a package I am currently developing and noticed that my tests fail in Julia 1.6. It seems like this is due to the following line.:
TSFrame(DataFrames.subset(ts.coredata, :Index=> x -> x .>= from .&& x .<= to))
As much as I can see and find online (see this discussion), broadcasting of && is not supported in Julia 1.6. Is there a nice way to fix this, or should TSFrames restate its compatibility to 1.7 and beyond? It currently seems to state 1.6:
I am trying to use TSFrames in a package I am currently developing and noticed that my tests fail in Julia 1.6. It seems like this is due to the following line.:
TSFrames.jl/src/subset.jl
Line 142 in 305267d
As much as I can see and find online (see this discussion), broadcasting of
&&
is not supported in Julia 1.6. Is there a nice way to fix this, or should TSFrames restate its compatibility to 1.7 and beyond? It currently seems to state 1.6:TSFrames.jl/Project.toml
Line 24 in 305267d
The text was updated successfully, but these errors were encountered: