Skip to content

Releases: JuliaData/Tables.jl

v0.2.2

16 May 00:29
v0.2.2
867b905
Compare
Choose a tag to compare

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

04 May 22:37
Compare
Choose a tag to compare
Bump version

v0.2.0

29 Apr 13:52
Compare
Choose a tag to compare
Bump Tables.jl version

Bugfix and a few matrix integration improvements

11 Mar 19:37
Compare
Choose a tag to compare
v0.1.18

Bump Project.toml version

Bugfix + Performance Improvements

26 Feb 06:10
Compare
Choose a tag to compare
v0.1.17

Bump version

Various bugfixes

22 Feb 15:01
Compare
Choose a tag to compare
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

04 Feb 00:17
Compare
Choose a tag to compare
v0.1.15

Bump version

Fix release

08 Jan 06:32
Compare
Choose a tag to compare
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

08 Jan 04:41
00f34cd
Compare
Choose a tag to compare
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

v0.1.12

30 Nov 05:04
Compare
Choose a tag to compare
Shim IteratorSize for DataValueRowIterator (#44)