-
Notifications
You must be signed in to change notification settings - Fork 250
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
Dataframes v0.11 is out #1065
Comments
Plus one for this issue. We had to remove Gadfly from our workflow until it can coexist with the newer versions of |
Looks like JuliaStats/RDatasets.jl#48 is basically ready so we can bump our requirements once it's merged and a new release is tagged. |
i haven't been able to fix everything due to slight inconsistencies between PooledDataArrays and CategoricalArrays behavior. See JuliaData/CategoricalArrays.jl#117 for details. Working towards a fix for GiovineItalia#1065
The work has moved to #1090 |
I think this can be closed. Eventually, we might want to remove |
happy to close this. you've done great work @andreasnoack ! thanks for taking on this important issue. re. |
There is still code left to handle |
This is a pretty big change and we need make sure Gadfly works with it. I believe the main hangup right now is that RDatasets (which we use for tests) doesn't work with v0.11 until JuliaStats/RDatasets.jl#48 merges.
Then we'll need to drop
DataArrays
fromREQUIRE
and peg the minimum version ofDataFrames
at v0.11 and fix any problems.The text was updated successfully, but these errors were encountered: