Skip to content

Tags: apache/arrow-julia

Tags

v2.8.0

Toggle v2.8.0's commit message
[Diff since v2.7.4](v2.7.4...v2.8.0)

**Merged pull requests:**
- Add reading metadata from Arrow.Table (#481) (@bkamins)
- Start support for ListView, BinaryView, Utf8View, etc. (#512) (@quinnj)
- Bump codecov/codecov-action from 1 to 5 (#531) (@dependabot[bot])
- Make DictEncoding reading threadsafe (#535) (@quinnj)
- Change an info log back to debug (#537) (@quinnj)

**Closed issues:**
- Arrow.jl fails to precompile with error "Magic file identifier "TZjf" not found." (#510)
- Reading multiple file corrupt values and is also order dependent (#534)

v2.8.0-rc2

Toggle v2.8.0-rc2's commit message
2.8.0 RC2

v2.8.0-rc1

Toggle v2.8.0-rc1's commit message
2.8.0 RC1

v2.7.4

Toggle v2.7.4's commit message
[Diff since v2.7.3](v2.7.3...v2.7.4)

**Merged pull requests:**
- fromarrow(::Type{Dates.Time}, x::Arrow.Time) (#527) (@palday)
- Remove usage of LoggingExtras and verbosity logging macros (#529) (@quinnj)
- Bump version to 2.7.4 (#530) (@quinnj)

**Closed issues:**
- Error when open files with Date.Time containing MICROSECONDs (#363)
- Cut a new release with TranscodingStreams v0.11 compat? (#523)
- missing methods for `fromarrow(::Type{Time}, x::Arrow.Time{<:Arrow.Flatbuf.TimeUnit.T, <:Integer})` (#526)

v2.7.4-rc1

Toggle v2.7.4-rc1's commit message
2.7.4 RC1

v2.7.3

Toggle v2.7.3's commit message
[Diff since v2.7.2](v2.7.2...v2.7.3)

**Merged pull requests:**
- release: Fix "Verify release" job on macOS GitHub Actions runner (#514) (@kou)
- ci: Enable Dependabot for GitHub Actions (#516) (@kou)
- Bump actions/checkout from 3 to 4 (#518) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#519) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#520) (@dependabot[bot])
- Bump julia-actions/julia-buildpkg from 1.2 to 1.6 (#521) (@dependabot[bot])
- Bump actions/setup-python from 2 to 5 (#522) (@dependabot[bot])
- Bump version to 2.7.3 (#524) (@quinnj)

**Closed issues:**
- interoperability with round-tripping through data format broken (x-issue) (#508)
- release: "Verify release" job fails on macOS GitHub Actions runner (#513)
- ci: Enable Dependabot for GitHub Actions (#515)

v2.7.3-rc1

Toggle v2.7.3-rc1's commit message
2.7.3 RC1

v2.7.2-rc1

Toggle v2.7.2-rc1's commit message
2.7.2 RC1

v2.7.2

Toggle v2.7.2's commit message
[Diff since v2.7.1](v2.7.1...v2.7.2)

**Merged pull requests:**
- Compatibility of schemas with nested types (#504) (@poncito)

**Closed issues:**
- Arrow-over-HTTP client and server examples in Julia (#502)
- `snappy_jll v1.2.0` lead to Arrow_jll failed to build (#505)

v2.7.1

Toggle v2.7.1's commit message
[Diff since v2.7.0](v2.7.0...v2.7.1)

**Merged pull requests:**
- Bugfix type instability in length(::Arrow.ToList) (#497) (@JoaoAparicio)