-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use a list of vectors rather than a NaN sepearted list to denote shapes #146
Use a list of vectors rather than a NaN sepearted list to denote shapes #146
Conversation
Create compathelper.yml
Running the tests using this branch locally on julia 1.0.5 is actually fine on my machine. Plots resolve to version 1.4.3 |
can you rebase on master? |
So now we got one version that works on 1.0 and one version that works on 1.6. I'd suggest to set julia compat to 1.6 here. |
@JackDevine what do you think? I'd like to get this merged for JuliaPlots/Plots.jl#3519 |
Sorry for the long delay. It is a little unfortunate to drop support for v1.0, but I guess that I am OK with that. Am I right that we are also planning on dropping Julia v1.0 support for StatsPlots too? |
As far as I can see StatsPlots never had julia 1.0 in its compat entry and is currently only tested on julia 1.6 |
Fixes #145 also includes some misc tidying changes