queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

Ambiguity with `TimeSeries` #95

Closed ValentinKaisermayer closed 4 years ago

ValentinKaisermayer commented 4 years ago

See: https://github.com/JuliaStats/TimeSeries.jl/issues/438

The TimeArray constructor https://github.com/queryverse/IterableTables.jl/blob/2683c006134613131c1f747c0f0fa40ec6e49bf0/src/integrations/timeseries.jl#L51 has some ambiguity with the constructor in TimeSeries.

Thanks!

davidanthoff commented 4 years ago

Thanks for reporting! I just tagged a new release that should fix this.