Releases: ExpandingMan/Arrow.jl
Releases · ExpandingMan/Arrow.jl
v0.2.4
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)
v0.2.3
Fixed a bug that was causing an error to be thrown improperly for arrays consisting entirely of empty strings.
v0.2.2
Fixed an issue where the offsets for arrays with strings containing characters consisting of multiple code units were not being computed correctly.
v0.2.1
Removed Project.toml
with incorrect UUID.
v0.2.0
release for 0.7
v0.1.2
0.6 compatibility release.
v0.1.1
Fixed a bug due to a typo in the Locate
API. (Thanks to @davidanthoff.)
v0.1.0
Initial release, with lots of features for doing things with stuff.