Releases: JuliaData/Tables.jl
Releases · JuliaData/Tables.jl
v0.1.11: add materializer function (#41)
* add materializer function * tests, materializer for RowTable and ColumnTable * identity -> columntable
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6: Switch to use promote_type instead of promote_typejoin (#18)
* Switch to use promote_type instead of promote_typejoin * Remove unneeded Base. prefix * Adjust tests to ensure correct behavior
v0.1.5
v0.1.4
v0.1.3: Fix generic RowIterator performance by caching columns length (#14)
* Fix generic RowIterator performance by caching columns length and fixup some queryverse integration