Skip to content

Releases: apache/arrow-julia

v1.1.0

06 Jan 05:06
dc559c1

Choose a tag to compare

Arrow v1.1.0

Diff since v1.0.3

Closed issues:

  • memory leaking when reading compressed arrow files (#80)
  • writing column with missing / struct data errors (#84)
  • downstream packages need to put Arrow.ArrowTypes.registertype! statements in __init__ (#87)

Merged pull requests:

v1.0.3

02 Dec 06:45
3ab2b18

Choose a tag to compare

Arrow v1.0.3

Diff since v1.0.2

Closed issues:

  • NamedTuple{...,Union{...}} values are serializable but inaccessible once deserialized (#76)

Merged pull requests:

v1.0.2

28 Nov 20:37
32560d3

Choose a tag to compare

Arrow v1.0.2

Diff since v1.0.1

Closed issues:

  • is not a valid arrow file (#71)
  • factor read as string (#72)

Merged pull requests:

  • Finish support for automatic custom struct deserialization (#73) (@quinnj)

v1.0.1

19 Nov 18:00
4e45cea

Choose a tag to compare

Arrow v1.0.1

Diff since v1.0.0

Closed issues:

  • Wrong handling of missing with Char (#68)

Merged pull requests:

  • Check field nullability for custom extension types (#69) (@quinnj)

v1.0.0

19 Nov 08:01
73e08db

Choose a tag to compare

Arrow v1.0.0

Diff since v0.4.1

Closed issues:

  • Arrow conversion type for naive Julia DateTime - Arrow.Date or Arrow.Timestamp? (#58)
  • No error when writing NamedTuple "table" with different-length columns (#60)
  • Releasing the lock on arrow file (#61)

Merged pull requests:

v0.4.1

04 Nov 00:47
78df8dd

Choose a tag to compare

Bump version

v0.4.0

28 Oct 15:32
8583da8

Choose a tag to compare

Add TimeZones compat

v0.3.0

03 Oct 22:23

Choose a tag to compare

compat bounds for codecs