Closed palday closed 4 years ago
I thought Tables.jl 1.0 is non-breaking?
Me too ....
There were 3 functions that ended up being removed in the 1.0 release; Tables.eachcolumn(columns)
which has been replaced with Tables.Columns(columns)
, and Tables.select
/Tables.transform
were moved to the TableOperations.jl package.
Please note that there's nothing to be alarmed about here; Feather.jl correctly had Tables.jl compat on "0.2.3"
. With a major release, nothing is auto-upgraded, so no users will actually see things "break". Once we implement 1.0 support in Feather, and tag a new release w/ "1"
compat, everything will be fine.
Also, feel free to checkout the Discourse announcement that did a more thorough walk-through of 1.0 release notes and upgrade guide for breaking changes.
Not alarmed, just passing on hopefully useful info. :)
this can be closed
Tables 1.0 breaks Feather. Using the
d3.feather
from the artifact that MixedModels uses for test data: