Releases: JuliaData/Tables.jl
Releases · JuliaData/Tables.jl
v0.2.2
Commits
- Add a new CopiedColumns wrapper struct to signal to downstream sinks … (#94) (e46b536)
- Bump version (867b905)
- Update docs (5eced11)
- Update some [compat] bounds (#93) (360ca11)
- Various code cleanups; method reductions, removing unused code, etc. Mostly cherry-picked from #92 (#95) (950712d)
This changelog was automatically generated, and might contain inaccuracies.
v0.2.1
Bump version
v0.2.0
Bump Tables.jl version
Bugfix and a few matrix integration improvements
v0.1.18 Bump Project.toml version
Bugfix + Performance Improvements
v0.1.17 Bump version
Various bugfixes
Fix CI (#69) * Add julia 1.1 and x64 to CI config, fix nightly build config * Fix typo in travis ci that prevented coverage info from uploading * Add travis and codecov badge to README * Add OSX to travis runs
Additional integrations
v0.1.15 Bump version
Fix release
Patch to make 0.13 usable (#54) Should fix the ``` ERROR: LoadError: ArgumentError: Package Tables does not have TableTraits in its dependencies: - If you have Tables checked out for development and have added TableTraits as a dependency but haven't updated your primary environment's manifest file, try `Pkg.resolve()`. - Otherwise you may need to report an issue with Tables ```
TableTraits Integration
Allow any TableTraits source to satisfy the Tables interface (#45) * Allow any TableTraits source to satisfy the Tables interface * Remove Manifest * Add tests for new TableTraits integration