v0.2.4 (2019-10-19)
Closed issues:
- Cannot use
DataFrames.getindex
on column of typeNullableList{String,Int32,Primitive{UInt8}}
(#47) - Feature request: add
isless
function to compare twoDatestamp
s (#46) - change
copy\(v::ArrowVector\)
so that it returns aVector
(#35)
Merged pull requests:
- fixed issue #47 (#48) (ExpandingMan)
- Fix Inefficient String Encoding (#42) (jacobadenbaum)
- added missing DictEncoding constructor method (#40) (ExpandingMan)
- Update CI (#37) (davidanthoff)
- fix to copy and cleanup (#36) (ExpandingMan)