JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

Add upper limit on CategoricalArrays version #85

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

Next major release of CategoricalArrays will move from Nullable to Union{T, Null} and will not work with the package in its current state.

This PR will allow tagging a non-breaking release of DataTables before tagging a breaking CategoricalArrays release. This will be especially useful if #66 is never merged in DataTables and goes directly to DataFrames (since there's no point in breaking DataTables to make it identical to DataFrames).

cjprybol commented 7 years ago

Failures unrelated (and fixed by https://github.com/JuliaData/CSV.jl/pull/89)