Skip to content

Releases: ExpandingMan/Arrow.jl

v0.2.4

28 Oct 09:26
v0.2.4
Compare
Choose a tag to compare

v0.2.4 (2019-10-19)

Diff since v0.2.3

Closed issues:

  • Cannot use DataFrames.getindex on column of type NullableList{String,Int32,Primitive{UInt8}} (#47)
  • Feature request: add isless function to compare two Datestamps (#46)
  • change copy\(v::ArrowVector\) so that it returns a Vector (#35)

Merged pull requests:

v0.2.3

16 Oct 15:02
b03e403
Compare
Choose a tag to compare

Fixed a bug that was causing an error to be thrown improperly for arrays consisting entirely of empty strings.

v0.2.2

11 Sep 00:39
Compare
Choose a tag to compare

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

17 Aug 00:35
Compare
Choose a tag to compare

Removed Project.toml with incorrect UUID.

v0.2.0

14 Aug 23:22
Compare
Choose a tag to compare

release for 0.7

v0.1.2

14 Aug 23:22
Compare
Choose a tag to compare

0.6 compatibility release.

v0.1.1

14 May 14:00
efa14e9
Compare
Choose a tag to compare

Fixed a bug due to a typo in the Locate API. (Thanks to @davidanthoff.)

v0.1.0

29 Mar 01:17
Compare
Choose a tag to compare

Initial release, with lots of features for doing things with stuff.