JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
352 stars 69 forks source link

Bump compat bounds for Tables #444

Closed nilshg closed 4 years ago

nilshg commented 4 years ago

Would it be possible to make TimeSeries compatible with Tables 1.0? Currently it's holding back quite a few core packages (CSV, DataFrames, TableView...) because it restricts compatibility to Tables 0.2

iblislin commented 4 years ago

Fixed via #446