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

Standardize julia compat to new LTS (1.10)? #150

Open
rdboyes opened this issue Oct 8, 2024 · 3 comments
Open

Standardize julia compat to new LTS (1.10)? #150

rdboyes opened this issue Oct 8, 2024 · 3 comments

Comments

@rdboyes
Copy link
Member

rdboyes commented Oct 8, 2024

With the release of 1.11, the new LTS release of julia is 1.10. Should this be the new minimum required version? I'm eager to push the required version higher personally since a. TidierPlots is very sensitive to versions, sometimes having completely broken geoms with different julia versions, and b. the TTFP in Makie improved dramatically across the transition from 1.8 -> 1.9 -> 1.10 and requiring 1.10 will improve the usability of the package a lot for people.

Open to other thoughts on the issue though -

@kdpsingh
Copy link
Member

kdpsingh commented Oct 8, 2024

Agree with you. Let's bump minimum to 1.10.

@drizk1
Copy link
Member

drizk1 commented Nov 28, 2024

Was thinking about it on this night shift, should also expand dataframes compat to include up thru 1.7? As oppose to limiting to 1.5?

@kdpsingh
Copy link
Member

kdpsingh commented Nov 28, 2024

Re DF 1.7, need to see what is new vs 1.6. If performance is better, then I supporting upping to 1.7. Otherwise, would hold off as it might cause issues for folks using other packages concurrently that haven't updated their DF dependency versions.

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

No branches or pull requests

3 participants