Skip to content

Releases: JuliaData/Tables.jl

v0.1.11: add materializer function (#41)

08 Nov 06:13
Compare
Choose a tag to compare
* add materializer function

* tests, materializer for RowTable and ColumnTable

* identity -> columntable

v0.1.10

24 Oct 06:59
d06a6c4
Compare
Choose a tag to compare
Create INTEGRATIONS.md

v0.1.9

02 Oct 17:40
Compare
Choose a tag to compare
Fix datavaluetype function (#24)

v0.1.8

26 Sep 04:51
Compare
Choose a tag to compare
Always use run-length encoding of types when generating code

v0.1.7

25 Sep 04:08
Compare
Choose a tag to compare
Add unweakref to help sinks that can't support WeakRefStrings to conv…

v0.1.6: Switch to use promote_type instead of promote_typejoin (#18)

22 Sep 13:27
1e2e6cd
Compare
Choose a tag to compare
* Switch to use promote_type instead of promote_typejoin

* Remove unneeded Base. prefix

* Adjust tests to ensure correct behavior

v0.1.5

19 Sep 16:35
Compare
Choose a tag to compare
Minor cleanup

v0.1.4

13 Sep 00:58
6a91583
Compare
Choose a tag to compare
Cleanup integration w/ queryverse; provide Tables.DataValueUnwrapper …

v0.1.3: Fix generic RowIterator performance by caching columns length (#14)

06 Sep 01:05
36e9520
Compare
Choose a tag to compare
* Fix generic RowIterator performance by caching columns length and fixup some queryverse integration

v0.1.2

05 Sep 14:07
Compare
Choose a tag to compare
Package cleanup, improve test coverage, and fix tests