- Drop julia 0.7 support
- Move to Project.toml
- Remove StatsModels.jl integration for versions that load Tables.jl
- Reenable TimerSeries.jl support
- Reenable Temporal.jl support
- Remove DataFrames.jl integration for versions that load Tables.jl
- Remove precompile statement
- Fix another issue with the DataFrames.jl integration
- Fix DataFrames.jl integration
- Drop julia 0.6 support, add 0.7 support
- Remove TypedTables.jl support
- Remove DataTables.jl support
- Remove VegaLite.jl support
- Fix bug in DataFrames implementation
- Update DataStreams integration
- Fix doc deployment
- Move DiffEqBase.jl support out of this package
- Fix VegaLite.jl tests
- Add missing eltype methods
- Add support for VegaLite.jl master version
- Fix various tests
- Add DataFrames v0.11.x support
- Add support for Missings based StatsModels
- Add support for Nulls.jl based DataFrames.jl
- Precompile package
- Remove IndexedTables.jl integration (has been moved to that package)
- Move to TableTraits.jl implementation
- Fix a number of constructor errors
- Fix IndexedTables and JuliaDB incompatibility
- Fix bug in TimeArray and TS constructor
- Fix bug in DataFrame integration
- Add JuliaDB.jl integration
- Use NamedTuples.jl v4.0.0
- Add Temporal.jl integration
- Drop julia 0.5 compat
- Fix julia 0.6 compat issues
- Use DataValue for missing values
- Add documentation
- Small bug fixes
- Initial release