1. 64fc730 Compatibility of schemas with nested types (#504) by Romain Poncet · 4 weeks ago main v2.7.2 v2.7.2-rc1
  2. ac199b0 Bugfix type instability in length(::Arrow.ToList) (#497) by Joao Aparicio · 4 months ago v2.7.1 v2.7.1-rc1
  3. 3712291 enable field-order-agnostic overloads of `fromarrow` for struct types (#493) by Jarrett Revels · 6 months ago v2.7.0 v2.7.0-rc1
  4. 787768f Docs: add a note about using `copy()` to get a `DataFrame` where the columns are regular vectors (#487) by Dilum Aluthge · 7 months ago
  5. 953cbac Use https://arrow.apache.org/julia/ as the official document URL (#490) by Sutou Kouhei · 8 months ago
  6. 95c053a Fix docs errors (#491) by Eric Hanson · 8 months ago
  7. 42a46f5 bump (#488) by Joao Aparicio · 8 months ago
  8. 95efe95 Fix documentation link (#478) by Guilherme Bodin · 10 months ago
  9. d669562 Fix example in Arrow.Writer (#480) by Guilherme Bodin · 10 months ago
  10. 7eaf0b2 Fix documentation example for Arrow.Writer (#479) by Guilherme Bodin · 10 months ago
  11. f8d2203 Use wkspawn from ConcurrentUtilities instead of Threads.spawn (#469) by Jacob Quinn · 12 months ago
  12. fc7cc2d Formatting (#464) by Ben Baumgold · 12 months ago
  13. ce8b581 Try to fix docs by publishing to apache infra (#468) by Jacob Quinn · 12 months ago
  14. 9c439ba Ensure that ArrowTypes.default is defined for Vararg tuples (#466) by Jacob Quinn · 12 months ago
  15. a484078 Fix typo in passing largelists keyword arg (#467) by Jacob Quinn · 12 months ago
  16. 5532270 cleanup testing (#462) by Ben Baumgold · 12 months ago
  17. 9f1d51a Bump Arrow & ArrowTypes versions (#460) by Jacob Quinn · 12 months ago v2.6.2 v2.6.2-rc1
  18. 5231195 implement default for SubArray (#456) by Ben Baumgold · 12 months ago
  19. 074c7a7 Fix case of recursively nested lists (#459) by Jacob Quinn · 12 months ago
  20. f039a5e Fix various links/urls for apache/arrow-julia (#457) by Jacob Quinn · 12 months ago
  21. 2d1114e Update Project.toml by Jacob Quinn · 12 months ago v2.6.1 v2.6.1-rc1
  22. 5b6d412 bump version for new release (#455) by Ben Baumgold · 12 months ago
  23. 7044e19 #453 fix typeo introduced in #389 (#454) by Ben Baumgold · 12 months ago
  24. 8aed969 release: Add how to register ArrowTypes to the Julia General Registry (#451) by Sutou Kouhei · 12 months ago
  25. e57bdab Fix case where compressed file reports non-zero buffer length (#448) by Jacob Quinn · 12 months ago
  26. 771db0a bump version of Arrow and ArrowTypes to prepare for new release (#447) by Ben Baumgold · 1 year ago v2.6.0 v2.6.0-rc1
  27. 784b27b fix Base.eltype methods and functions that take Type parameters (#404) by Ben Baumgold · 1 year ago
  28. e295928 Return SubArrays when possible for arrow list types (#446) by Jacob Quinn · 1 year ago
  29. d1b5326 Base.isdone for Stream (#428) by Ben Baumgold · 1 year ago
  30. 6fe4ec0 Refactor compressors/decompressors for laziness + safety (#445) by Jacob Quinn · 1 year ago
  31. 36f8958 enable incremental reads of arrow-formatted files (#408) by Ben Baumgold · 1 year ago
  32. 9385a91 Add Tables.partitions definition for Arrow.Table (#443) by Jacob Quinn · 1 year ago
  33. 94f7e37 Get dictionaries of children only when field.children not nothing (#382) by Önder Kartal · 1 year ago
  34. ebf9fcf Remove scopedenum for EnumX (#444) by Jacob Quinn · 1 year ago
  35. 3008e7f Handle len of -1 in "compressed" buffers from other languages (#442) by Jacob Quinn · 1 year ago
  36. 94749c0 Add handling of len = -1 in uncompress (#436) by DrChainsaw · 1 year ago
  37. 899ecb0 Don't treat Vector{UInt8} as Arrow Binary type (#439) by Jacob Quinn · 1 year ago
  38. b2a832e Bump BitIntegers compat (#441) by Jacob Quinn · 1 year ago
  39. e893c32 Run with 1 and 2 threads during tests (#431) by Jacob Quinn · 1 year, 1 month ago
  40. 686ab57 Bump Arrow + ArrowTypes versions (#407) by Ben Baumgold · 1 year, 2 months ago v2.5.2 v2.5.2-rc1
  41. e6c44dd #429 fix alignment for compressed data (#430) by Ben Baumgold · 1 year, 2 months ago v2.5.1 v2.5.1-rc2
  42. b3feee6 add dev CI for monorepo (#424) by Jerry Ling · 1 year, 2 months ago
  43. 22088f1 Bump patch version (#423) by Simone Carlo Surace · 1 year, 2 months ago v2.5.1-rc1
  44. f8f8d8e Pre-allocate buffer (#422) by Joao Aparicio · 1 year, 2 months ago
  45. 0a42df8 Add @testsets for misc tests (#421) by Joao Aparicio · 1 year, 2 months ago
  46. c469151 Use `getproperty` instead of type parameter to get names (#415) by Simone Carlo Surace · 1 year, 2 months ago
  47. adf6ab8 Fix deprecation of getproperty(::Pairs, s) (#409) by Ben Baumgold · 1 year, 2 months ago
  48. 4d71bee Bump Arrow version to 2.5.0 (#406) by Ben Baumgold · 1 year, 3 months ago v2.5.0 v2.5.0-rc1
  49. aaa4cf8 Implement Tables.columnnames and Tables.schema for Arrow.Stream (#395) by Ben Baumgold · 1 year, 3 months ago
  50. 9b36c8b define eltype for Stream (#394) by Ben Baumgold · 1 year, 3 months ago
  51. 63d2c9d fix arrowname and arrowmetadata for nullable types (#389) by Ben Baumgold · 1 year, 3 months ago
  52. 73a6982 add IPv4/IPv6 support to ArrowTypes (#390) by Ben Baumgold · 1 year, 3 months ago
  53. 8da59e4 Revert "Tag new version dev/release/release.sh (#381)" (#388) by Sutou Kouhei · 1 year, 4 months ago
  54. 8c0cc44 Bump version to 2.4.3 by Jacob Quinn · 1 year, 4 months ago v2.4.3 v2.4.3-rc1
  55. e1478b8 Fix ToArrow with abstract type and all missing (#385) by Curtis Vogt · 1 year, 4 months ago
  56. 59a6a10 Tag new version dev/release/release.sh (#381) by Sutou Kouhei · 1 year, 4 months ago
  57. 5ba7689 Test ArrowTypes package in RC verification script (#379) by Sutou Kouhei · 1 year, 5 months ago v2.4.2 v2.4.2-rc0
  58. 81ebfe6 Bump Arrow version to 2.4.2 (#377) by Jacob Quinn · 1 year, 5 months ago
  59. 94ee070 Fix issue with missing and non-concrete Arrow types (#371) by Curtis Vogt · 1 year, 5 months ago
  60. 528c3ba bugfix & test for columns with VersionNumber & missing (#374) by Eric Hanson · 1 year, 5 months ago
  61. 9c3f955 Define defaults for Missing/Nothing (#372) by Curtis Vogt · 1 year, 5 months ago
  62. 2d29402 Create CompatHelper.yml (#369) by Carlo Lucibello · 1 year, 5 months ago
  63. 0c47938 Store ZDT with a UTC, not local, timestamp (#329) by Tom Gillam · 1 year, 6 months ago
  64. 026fa23 MINOR: Update issue notifications to issues mailing list to match Arrow repo (#366) by Raúl Cumplido · 1 year, 6 months ago
  65. 17066a1 don't run tests that fail on Windows (#361) by Martijn Visser · 1 year, 6 months ago
  66. f3e5e62 Ensure elements are converted when indexed from ArrowTypes.ToArrow (#365) by Jacob Quinn · 1 year, 6 months ago
  67. 6fefa07 Bump compat for LoggingExtras for 1.0 (#362) by Jacob Quinn · 1 year, 7 months ago
  68. 23258f1 allow append to act on non-existent/blank file/io (#358) by Tanmay Mohapatra · 1 year, 7 months ago v2.4.1 v2.4.1-rc0
  69. 6d0ac49 Ensure Julia types have alignment respected (#357) by Jacob Quinn · 1 year, 7 months ago
  70. 0be54a9 replace custom debug handling with LoggingExtras (#355) by Ben Baumgold · 1 year, 7 months ago
  71. d45c606 fix BatchIterator iterate method to handle partial messages (#356) by Ben Baumgold · 1 year, 7 months ago
  72. 384c242 fix Julia 1.6 (#349) by Simon · 1 year, 7 months ago
  73. b49255a Tar is also needed to verify release candidates (#347) by Benson Muite · 1 year, 7 months ago
  74. 571a8fc bump minor version (#346) by Ben Baumgold · 1 year, 7 months ago v2.4.0 v2.4.0-rc1
  75. fedf1eb Remove requirement to have 1 approval on PRs (#343) by Jacob Quinn · 1 year, 8 months ago
  76. ef98cc8 Add ArgumentError for deleteat on ArrowVectrs; fixes #324 (#341) by Jacob Quinn · 1 year, 8 months ago
  77. d239c34 Use OrderedSynchronizer instead of OrderedChannel (#339) by Jacob Quinn · 1 year, 8 months ago
  78. cc983da support reading empty files that are in the process of being written (#338) by Ben Baumgold · 1 year, 8 months ago
  79. 532b89b allow ntasks to be 0 and determine whetheher to use threads based on nthreads rather than ntasks (#325) by Ben Baumgold · 2 years ago
  80. aeda3f4 Remove obsolted section in the README (#322) by Carlo Lucibello · 2 years, 1 month ago
  81. ed95f23 fix version mismatch by changing footer to V5 (#321) by Peter C. Jentsch · 2 years, 1 month ago
  82. bd872f4 Add a missing release process to update ASF's report database (#318) by Sutou Kouhei · 2 years, 2 months ago
  83. 8a502e0 Fix wrong RC verification path (#317) by Sutou Kouhei · 2 years, 2 months ago
  84. aa4e126 Use a large RC number for CI (#316) by Sutou Kouhei · 2 years, 2 months ago
  85. fc13ea9 Remove old releases and RCs on a new release (#315) by Sutou Kouhei · 2 years, 2 months ago
  86. 4407c70 Bump version to 2.3.0 (#312) by Jacob Quinn · 2 years, 2 months ago v2.3.0 v2.3.0-rc1
  87. a3f6da7 refactor Arrow.write to support incremental writes (#277) by Ben Baumgold · 2 years, 2 months ago
  88. 9b4de2b add missing arrowtype(b, ::Type{<:Period}) method to enable roundtripping of Period types (#306) by Jarrett Revels · 2 years, 3 months ago
  89. 82085a0 fix 232 (incorrectly serialized non-concrete Dict type) by disallowing non-concrete map-like types (#305) by Jarrett Revels · 2 years, 3 months ago
  90. f88a62e Fix wrong release artifacts URL (#302) by Sutou Kouhei · 2 years, 3 months ago v2.2.1
  91. 3afb6b2 Bump version for release (#299) by Jacob Quinn · 2 years, 3 months ago v2.2.1-rc1
  92. 614fce0 Add verification script (#292) by Sutou Kouhei · 2 years, 3 months ago
  93. 31dc707 Add release scripts (#290) by Sutou Kouhei · 2 years, 3 months ago
  94. 84b959f Introduce Release audit tool (Rat) (#289) by Sutou Kouhei · 2 years, 3 months ago
  95. d80fc68 Fix case where metadata is provided but empty (#276) by Jacob Quinn · 2 years, 4 months ago
  96. 52bfe1f Proposal: change `@scopedenum` to make modules to avoid type piracy (#267) by Nathan Daly · 2 years, 4 months ago
  97. bda3c91 Send issue comments notification to github@arrow.apache.org (#274) by Sutou Kouhei · 2 years, 5 months ago
  98. 0b37059 Configure repository metadata (#272) by Sutou Kouhei · 2 years, 5 months ago
  99. 1447cb2 Remove use of symlinks in CI matrix (#256) by Curtis Vogt · 2 years, 7 months ago
  100. a3eec89 Support `AbstractPath` where file paths are used (#255) by Curtis Vogt · 2 years, 7 months ago v2.2.0