1. 97bb65e feat(python): basic export through PyCapsules (#320) by Joris Van den Bossche · 6 months ago
  2. d263b4c Update dist/ for commit 3a2a6bbe92be68f42cc38f369052414adbf218fb by GitHub Actions · 6 months ago
  3. 3a2a6bb feat: Add Type/Field/Schema JSON writer for integration testing JSON (#321) by Dewey Dunnington · 6 months ago
  4. 79cde01 Update dist/ for commit cb2aa71b385147d85eff91ed87a418cefaa3c8bd by GitHub Actions · 6 months ago
  5. cb2aa71 feat(extensions/nanoarrow_testing): Add nanoarrow_testing extension with testing JSON writer (#317) by Dewey Dunnington · 6 months ago
  6. fda87c5 feat(python): Add ArrowDeviceArray extension to Python bindings (#313) by Dewey Dunnington · 6 months ago
  7. 2d28306 feat(python): Support the PyCapsule protocol (#318) by Joris Van den Bossche · 6 months ago
  8. 032cdd9 docs(r): fix source links from pkgdown site (#315) by eitsupi · 6 months ago
  9. d104e90 Update dist/ for commit 6006ca2736dda6dd54e8695cd2591d75456e65d2 by GitHub Actions · 7 months ago
  10. 6006ca2 perf: Improved Bit (Un)packing Performance (#280) by William Ayd · 7 months ago
  11. 3952320 Update dist/ for commit 798a1b8f096c84e2b6f887427649f1cb496412b2 by GitHub Actions · 7 months ago
  12. 798a1b8 chore: Update versions on `main` (#311) by Dewey Dunnington · 7 months ago apache-arrow-nanoarrow-0.4.0.dev
  13. db08a1a chore: Go through verification instructions + update where needed (#305) by Dewey Dunnington · 7 months ago
  14. b2af058 Fix typo in IPC test (#308) by Dewey Dunnington · 7 months ago
  15. d3ae37b Add version switcher to documentation build (#307) by Dewey Dunnington · 7 months ago
  16. d4b6c67 fix: Resolve build warnings on Windows (#304) by Dewey Dunnington · 8 months ago
  17. c481626 Update dist/ for commit 49e48161226a4019aab57691740ad8efa1c3bbf2 by GitHub Actions · 8 months ago
  18. 49e4816 fix: Return `EOVERFLOW` when appending to a string or binary type would exeed 2 GB (#302) by Dewey Dunnington · 8 months ago
  19. 9343f1a fix(dev/release): Increase test discovery timeout value (#300) by Dewey Dunnington · 8 months ago
  20. faacb1c fix: Fix declaration of an array with an ambiguously constexpr size (#301) by Dewey Dunnington · 8 months ago
  21. 2060685 fix(r): Ensure `ordered` is reflected in `na_dictionary()` (#299) by Dewey Dunnington · 8 months ago
  22. cc10a28 feat(r): Use classed warnings to signal that a lossy conversion occurred (#298) by Dewey Dunnington · 8 months ago
  23. 804630d feat(r): Add support for `bit64::integer64()` conversions (#293) by Dewey Dunnington · 8 months ago
  24. 6ea9d4b fix(r): Warn for possibly out of range int64 -> double conversions (#294) by Dewey Dunnington · 8 months ago
  25. 7653929 Update dist/ for commit 03a0e691288ea518534059dd21c99f8ec5ffe9a2 by GitHub Actions · 8 months ago
  26. 03a0e69 fix(extensions/nanoarrow_ipc): Check number of bytes read when reading buffer body (#295) by Dewey Dunnington · 8 months ago
  27. 65bb552 feat(r): Implement extension type registration/conversion (#288) by Dewey Dunnington · 8 months ago
  28. 4000a87 Update dist/ for commit f29659b7d832f4ec7915557c9d06c52b280019cd by GitHub Actions · 8 months ago
  29. f29659b fix: Ensure that test for increasing offsets is not affected by overflow (#291) by Dewey Dunnington · 8 months ago
  30. 682dfdd Update dist/ for commit a3f09295ef964b9e7279dc4ddceec7759d972bc9 by GitHub Actions · 9 months ago
  31. a3f0929 fix(extensions/nanoarrow_ipc): Fix crash and mixleading error messages resulting from corrupted streams (#289) by Dewey Dunnington · 9 months ago
  32. 4ace1a2 feat(r): Implement dictionary conversion (#285) by Dewey Dunnington · 9 months ago
  33. 7f1e8df chore: Pin sphinx version in documentation builder (#286) by Dewey Dunnington · 9 months ago
  34. 7fecddf refactor(r): Use `basic_array_stream()` to improve array stream to data.frame conversion (#279) by Dewey Dunnington · 9 months ago
  35. 4840702 fix(r): Support map conversion to R vector (#282) by Dewey Dunnington · 9 months ago
  36. 7e08843 Update dist/ for commit ad83497bc8daaec17005fa92b8690c97195bef52 by GitHub Actions · 9 months ago
  37. ad83497 feat: Add `ArrowBitsUnpackInt32()` (#278) by Dewey Dunnington · 9 months ago
  38. e21cc98 feat: Add `ArrowBitmapUnpackInt8Unsafe()` (#276) by William Ayd · 9 months ago
  39. c5285ac chore: Publish dev docs to asf-site branch instead of gh-pages (#277) by Dewey Dunnington · 9 months ago
  40. 4983176 docs: Add Roadmap to documentation (#272) by Dewey Dunnington · 9 months ago
  41. 2142ffd Update dist/ for commit 9ce719a7c73b7e6b45422dc3d1373213640f2fae by GitHub Actions · 9 months ago
  42. 9ce719a ci: Add codespell to pre-commit (#274) by William Ayd · 9 months ago
  43. 2bd9519 Update dist/ for commit 6e596bdc7116af8307bad756cd5bb6147f8a0494 by GitHub Actions · 9 months ago
  44. 6e596bd chore: Use manifest ubuntu image for non-platform specific compose services (#275) by Dewey Dunnington · 9 months ago
  45. 3157182 chore: Fix typos in documentation (#273) by William Ayd · 9 months ago
  46. d683836 Update dist/ for commit 5c3e149e68c3e461cdd47cff542119b35d646caa by GitHub Actions · 9 months ago
  47. 5c3e149 Add ArrowArrayViewGetIntervalUnsafe (#270) by William Ayd · 9 months ago
  48. b0e90f8 fix(examples/linesplitter): Fix CMake Build (#271) by William Ayd · 9 months ago
  49. 31ed814 fix(r): Don't link to arrow package R6 class pages (#269) by Dewey Dunnington · 10 months ago
  50. cb7b46e chore: Set upper pin on Cython on centos7 (#268) by Dewey Dunnington · 10 months ago
  51. d21d810 chore: Generalize option for static linking of Arrow C++ to link tests (#267) by Dewey Dunnington · 10 months ago
  52. e322561 refactor(python): Cleaner strategy for `__iter__()` on an `ArrowArrayStream` (#263) by Dewey Dunnington · 10 months ago
  53. efea22c chore: Update verification action to use a cached Arrow C++ build on all platforms (#265) by Dewey Dunnington · 10 months ago
  54. 6d876ca chore: Fix archlinux dev docker container build (#266) by Dewey Dunnington · 10 months ago
  55. d4583b6 Update dist/ for commit 9e5a9910112a78e1654be2753b34c35ebd74a5c7 by GitHub Actions · 10 months ago
  56. 9e5a991 feat: Add Support for Intervals (#258) by William Ayd · 10 months ago
  57. 42305f4 chore: Add pre-commit CI and make sure the repo passes it (#261) by Dewey Dunnington · 10 months ago
  58. 1e596f7 fix(python): Ensure generator does not raise `StopIteration` (#262) by Dewey Dunnington · 10 months ago
  59. f41a561 chore: Add pre-commit file (#260) by William Ayd · 10 months ago
  60. a209bab Fix incorrect function name in README (#256) by Bryce Mecum · 10 months ago
  61. 843c82c Various fixes/edits in getting-started.md (#255) by Bryce Mecum · 10 months ago
  62. 2f7a016 chore: update github URLs (#253) by Dane Pitkin · 10 months ago
  63. 0169185 fix(docs): Fix typo in getting started article (#250) by Dewey Dunnington · 11 months ago
  64. d0300df chore(dev/release): Improve release and post-release instructions (#249) by Dewey Dunnington · 11 months ago
  65. ec81297 Update dist/ for commit ae5001937a39f3f8227d1468dedfa7144f87ced1 by GitHub Actions · 11 months ago
  66. ae50019 chore: Add verification instructions for custom builds or Arrow C++ in Conda (#243) by Dewey Dunnington · 11 months ago
  67. 086793a feat(extensions/nanoarrow_device): Draft DeviceArray interface (#205) by Dewey Dunnington · 11 months ago
  68. d4f038c chore: Update versions on main (#248) by Dewey Dunnington · 11 months ago
  69. 3b5986c Update dist/ for commit e811cfe15a3989341702777276e594206bbfa37d by GitHub Actions · 11 months ago
  70. e811cfe fix: Fix bad access crash in `ArrowBitmapByteCountSet()` (#242) by Dewey Dunnington · 11 months ago
  71. 4c5b247 chore: Allow skipping key verification on centos7 (#240) by Dewey Dunnington · 11 months ago
  72. a682731 chore(ci): Pass verification arguments from manual dispatch to docker compose verify (#239) by Dewey Dunnington · 11 months ago
  73. ab24d42 chore: Update verification instructions (#236) by Dewey Dunnington · 11 months ago
  74. 86da0c6 chore(python): Avoid reinstalling for testing docstrings (#235) by Joris Van den Bossche · 11 months ago
  75. f92eb6a chore(python): Use src/ layout for python package (#234) by Joris Van den Bossche · 11 months ago
  76. 7916c81 Update dist/ for commit 2f05e99d18638cdd07675642f9a7dd2a73211066 by GitHub Actions · 11 months ago
  77. 2f05e99 feat(python): Python schema, array, and array view skeleton (#117) by Dewey Dunnington · 11 months ago
  78. 75dc807 fix: Improve limit check for unsigned input (#233) by William Ayd · 11 months ago
  79. bfb004a chore(r): Tidy R package for CRAN submission (#231) by Dewey Dunnington · 11 months ago
  80. d079dd8 chore(r): Fix environment variable used to denote the location of cmake (#230) by Dewey Dunnington · 11 months ago
  81. bc1a133 chore: Suppress more jemalloc thread local storage possible leaks and add memcheck for R to verification (#229) by Dewey Dunnington · 11 months ago
  82. d2cfa48 Update dist/ for commit 24e679df5e8cb98ea5168269b9115cc4876195a6 by GitHub Actions · 11 months ago
  83. 24e679d chore: Update Arrow C++ version for Windows verification and remove rtools from PATH on Windows (#227) by Dewey Dunnington · 11 months ago
  84. 572abc5 chore: Login to container repository in Docker build workflow (#228) by Dewey Dunnington · 11 months ago
  85. 7c6e4f3 fix(extensions/nanoarrow_ipc): Don't produce arrays with NULL data buffers (#226) by Dewey Dunnington · 11 months ago
  86. e112613 Update dist/ for commit c738f90e874ec38b2fa2acebd154a33da36dc9a4 by GitHub Actions · 11 months ago
  87. c738f90 feat: Include dictionary member in `ArrowArrayView` struct (#221) by Dewey Dunnington · 11 months ago
  88. 2d9efd8 feat(extensions/nanoarrow_ipc): Add endian swapping to IPC reader (#214) by Dewey Dunnington · 11 months ago
  89. f2caea1 Update dist/ for commit da28e2d56c9067185e534675b646cd56d61233c1 by GitHub Actions · 11 months ago
  90. da28e2d chore: Initialize variable causing problems with `-Wmaybe-uninitialized` (#217) by Dewey Dunnington · 11 months ago
  91. e9b8ad9 fix(r): Fix `convert_array_stream()` for non-record batch stream with zero batches (#212) by Kirill Müller · 11 months ago
  92. 2eca78c Update dist/ for commit cec6bac8d263276e23c8133fb21f20374fa3ca14 by GitHub Actions · 11 months ago
  93. cec6bac chore: Fix nightly bundling workflow (#213) by Dewey Dunnington · 11 months ago
  94. 47a4ef4 refactor(extensions/nanoarrow_ipc): Reconfigure assembling arrays for better validation (#209) by Dewey Dunnington · 11 months ago
  95. aaed5c3 chore(ci): Fix image push command (#210) by Dewey Dunnington · 11 months ago
  96. 1690579 feat(r): Improve printing and conversion of buffers (#208) by Dewey Dunnington · 11 months ago
  97. 1e6ca7e feat: Add `enum ArrowType buffer_data_type` member to `struct ArrowLayout` (#207) by Dewey Dunnington · 11 months ago
  98. dcb33f0 chore(ci): Add Python packaging tools to images + fix s390x build (#206) by Dewey Dunnington · 11 months ago
  99. 30d01a9 fix: clear `release` in `EmptyArrayStream::release_wrapper` (#204) by David Li · 12 months ago
  100. d9f428d refactor: Unify `ArrowArrayView` and `ArrowArray` validation (#201) by Dewey Dunnington · 12 months ago