Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSFrames not working in Julia 1.6 #162

Closed
enweg opened this issue Apr 3, 2023 · 1 comment · Fixed by #177
Closed

TSFrames not working in Julia 1.6 #162

enweg opened this issue Apr 3, 2023 · 1 comment · Fixed by #177

Comments

@enweg
Copy link

enweg commented Apr 3, 2023

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:

julia = "1.6"

@chiraganand
Copy link
Member

I think for now we will just keep the compatibility to Julia v1.7. I don't have the time right now to look into this. Will do as soon as I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants