1. 45ceb4f ci(python): Set unique development version before building wheels (#442) by Dewey Dunnington · 3 days ago main
  2. 3e9646d feat(python): Add user-facing ArrayStream class (#439) by Dewey Dunnington · 3 days ago
  3. 93b1273 feat(python): Iterate over array buffers (#433) by Dewey Dunnington · 3 days ago
  4. c677d4d feat(python): add back nanoarrow.array(..) constructor (#441) by Joris Van den Bossche · 3 days ago
  5. 821b580 feat(python): function to inspect a single-chunk Array (#436) by Joris Van den Bossche · 4 days ago
  6. 0648ca6 fix(python): Update tests for pyarrow 16 (#440) by Dewey Dunnington · 4 days ago
  7. db6630b ci(python): upload nightly python packages (#429) by Joris Van den Bossche · 7 days ago
  8. b921dae Update dist/ for commit 626e219dac259ebf4109c8a4188ddbc6ce93cd4a by GitHub Actions · 9 days ago
  9. 626e219 fix(docs): Fix typo in documentation for `ArrowSchemaSetTypeUnion()` (#432) by Dirk Eddelbuettel · 9 days ago
  10. 0948151 feat(python): Create string/binary arrays from iterables (#430) by Dewey Dunnington · 10 days ago
  11. 917e8e7 Update dist/ for commit b5d2742e2d0aee71c2ca5a277169e53c335f6c43 by GitHub Actions · 11 days ago
  12. b5d2742 fix: Ensure negative return values from snprintf() are not used as indexes (#418) by Dewey Dunnington · 11 days ago
  13. 3a78aa4 fix: Relax comparison strictness such that integration tests pass (#399) by Dewey Dunnington · 11 days ago
  14. 8e8e38d chore(python): Restructure buffer packing to support nulls and improve performance (#426) by Dewey Dunnington · 11 days ago
  15. 59a281c feat(python): Support Decimal types in convert to Python (#425) by Dewey Dunnington · 11 days ago
  16. 11e73a8 Increase CMake minimum version, move requirement (#422) by Dirk Eddelbuettel · 2 weeks ago
  17. 1751bdd feat(python): Add Arrow->Python datetime support (#417) by Dewey Dunnington · 2 weeks ago
  18. cf79b98 Update dist/ for commit 7f6e4df3f853d179ca3b17e0ab8ba06bc4e9b803 by GitHub Actions · 2 weeks ago
  19. 7f6e4df chore: Fix errors and compiler warnings on verification platforms (#420) by Dewey Dunnington · 2 weeks ago
  20. a4b48fc Update dist/ for commit bab66ac3d503519024ae086c44d5152f2f3ea0c9 by GitHub Actions · 2 weeks ago
  21. bab66ac feat(python): Clarify interaction between the CDeviceArray, the CArrayView, and the CArray (#409) by Dewey Dunnington · 2 weeks ago
  22. 00aa9c3 chore(ci): re-add extra packages into Ubuntu image (#419) by Dewey Dunnington · 2 weeks ago
  23. 22eab6b feat: Meson support (#413) by William Ayd · 3 weeks ago
  24. 1b3fb8b chore(ci): Update dockerfiles for improved R/Arrow C++ dependency management (#416) by Dewey Dunnington · 3 weeks ago
  25. 95cf4dc fix(r): Fix tests for platforms where arrow dataset and/or zip is not available (#415) by Dewey Dunnington · 3 weeks ago
  26. 9935713 fix(docs): Correct typo in README.md (#414) by Max Conradt · 3 weeks ago
  27. a9ef745 chore(dev/benchmarks): Add Python/asv benchmarking setup (#412) by Dewey Dunnington · 4 weeks ago
  28. 580c3d2 fix(ci): Use cached Arrow C++ build in CI (#410) by Dewey Dunnington · 4 weeks ago
  29. 916666b chore(dev/benchmarks): Benchmark IPC reader (#405) by Dewey Dunnington · 4 weeks ago
  30. 175061f Update dist/ for commit bd16060651912aa3bdccc528efc4942b28320135 by GitHub Actions · 5 weeks ago
  31. bd16060 fix: Make build and install dirs proper CMake package, fix C++ header inclusion, and add proper tests (#406) by Vyas Ramasubramani · 5 weeks ago
  32. 7af6dff feat(python): Add user-facing `Array` class (#396) by Dewey Dunnington · 5 weeks ago
  33. dc50114 chore(dev/benchmarks): Add benchmarks for `ArrowArrayAppend()` (#401) by Dewey Dunnington · 6 weeks ago
  34. c7a1236 chore(dev/benchmarks): Reorganize benchmarks such that they can build/run against previous versions (#398) by Dewey Dunnington · 6 weeks ago
  35. 9075dfa Update dist/ for commit 5756b76697d47820675da196916ca89c0ab499d3 by GitHub Actions · 7 weeks ago
  36. 5756b76 chore: Add basic benchmark suite to C library (#393) by Dewey Dunnington · 7 weeks ago
  37. c977200 chore(ci): Fix container build action (#395) by Dewey Dunnington · 8 weeks ago
  38. 7cf50a3 feat(python): Add CArrayView -> Python conversion (#391) by Dewey Dunnington · 8 weeks ago
  39. 7e601cc chore(ci): Fix bundler action (#394) by Dewey Dunnington · 8 weeks ago
  40. e4d7fa7 Update dist/ for commit e4f0754e03c84e66b3d93db11c902d99db74fa31 by GitHub Actions · 8 weeks ago
  41. e4f0754 feat(r): Add bindings for IPC reader (#390) by Dewey Dunnington · 9 weeks ago
  42. c66ddc3 feat(python): Add bindings for IPC reader (#388) by Dewey Dunnington · 9 weeks ago
  43. 97a34e4 Update dist/ for commit 36a263719ec7cc8438ff8fa21942426ca2763f95 by GitHub Actions · 10 weeks ago
  44. 36a2637 chore(dev/release): Update release announcement for updated nanoarrow features (#389) by Dewey Dunnington · 10 weeks ago
  45. 841c845 feat(python): Add array creation/building from buffers (#378) by Dewey Dunnington · 10 weeks ago
  46. 4b6717f Update dist/ for commit dfa48d1464e8ea2b34c6266f852313699def5175 by GitHub Actions · 10 weeks ago
  47. dfa48d1 fix: Ensure that the deallocator called by ArrowBufferDeallocator() is called exactly once (#387) by Dewey Dunnington · 10 weeks ago
  48. 0a9f45f chore: Add basic benchmark setup (#384) by Dewey Dunnington · 2 months ago
  49. 61d1264 Correct a few 'nanoarow' typos (#383) by Dirk Eddelbuettel · 3 months ago
  50. a41fb2b refactor(r): remove unnecessary package name call (#381) by eitsupi · 3 months ago
  51. 9fdc7d2 Update dist/ for commit 41cc950a913e5d173467322ce8c470a1e1fab847 by GitHub Actions · 3 months ago
  52. 41cc950 chore(r): Update NEWS, cran-comments, and README to reflect previous releases (#380) by Dewey Dunnington · 3 months ago
  53. 441d979 chore: Update versions on `main` (#379) by Dewey Dunnington · 3 months ago apache-arrow-nanoarrow-0.5.0.dev
  54. bece913 Update dist/ for commit dab87aaea4c2c05d24b745d58e50726bd0553452 by GitHub Actions · 3 months ago
  55. dab87aa fix: Issue with appending NULLs to IntervalArray (#376) by William Ayd · 3 months ago
  56. d5febf1 Update dist/ for commit 8fd87bb712d4a9cb837212a293fb40693bf90d35 by GitHub Actions · 3 months ago
  57. 8fd87bb chore(docs): Polish documentation for 0.4.0 (#374) by Dewey Dunnington · 3 months ago
  58. e175efb feat: Check flags field of ArrowSchema on ArrowSchemaViewInit (#368) by Dewey Dunnington · 3 months ago
  59. 2ef8dc3 chore(dev/release): Update release instructions for 0.4.0 (#373) by Dewey Dunnington · 3 months ago
  60. fc1c081 Update dist/ for commit c3871347dc02e31465c37e3bc61f743460128c88 by GitHub Actions · 3 months ago
  61. c387134 chore: Replace CHANGELOG generator (#369) by Dewey Dunnington · 3 months ago
  62. 4888338 chore(dev/release): Add Python to released source tarball (#372) by Dewey Dunnington · 3 months ago
  63. 5d56676 feat(python): Implement user-facing Schema class (#366) by Dewey Dunnington · 3 months ago
  64. c4844e3 feat: Add decimal support to integration tester (#361) by Dewey Dunnington · 3 months ago
  65. e0a5d9d Update dist/ for commit 0a7edce59892f8307f8e16644d44aa86acd8b980 by GitHub Actions · 3 months ago
  66. 0a7edce fix: Suppress unused parameter warnings (#365) by William Ayd · 3 months ago
  67. b3c952a chore(ci): Integrate Python into more CI workflows (#359) by Dewey Dunnington · 3 months ago
  68. 28c5b7b Update dist/ for commit 81bd4bed503845d3d9b0f1e0de66ea87fb57795b by GitHub Actions · 3 months ago
  69. 81bd4be [c++] Remove one std::move avoiding 'pessimizing move' (closes #362) (#363) by Dirk Eddelbuettel · 3 months ago
  70. a0684aa chore(ci): Add Python development files to verification images and build (#360) by Dewey Dunnington · 4 months ago
  71. 931eafc feat: Add support for datetime types in integration tester (#356) by Dewey Dunnington · 4 months ago
  72. 72a2e67 refactor(python): Document, prefix, and add reprs for C-wrapping classes (#340) by Dewey Dunnington · 4 months ago
  73. b636a8f ci(python): Add cibuildwheel setup for Python wheels (#353) by Dewey Dunnington · 4 months ago
  74. a8056cb Update dist/ for commit 6523f511799537ac1dc3b210d8e804caff02edd9 by GitHub Actions · 4 months ago
  75. 6523f51 feat: Add dictionary support in integration test utility (#342) by Dewey Dunnington · 4 months ago
  76. c1314f2 Update dist/ for commit be3d432ef08fe71fa6d591820b966da225da40a7 by GitHub Actions · 4 months ago
  77. be3d432 chore: Enable more compiler warnings (#351) by Dewey Dunnington · 4 months ago
  78. 34b0ca5 feat(r): Provide LinkingTo headers for extension packages (#332) by Dewey Dunnington · 4 months ago
  79. 38b5201 feat(r): Add more `nanoarrow_array_stream` generics (#349) by Dewey Dunnington · 4 months ago
  80. 741826a feat(r): Add conversion from integer type to `character()` (#345) by Dewey Dunnington · 4 months ago
  81. b02191f fix(r): Ensure simple `list()`s can be converted without arrow installed (#344) by Dewey Dunnington · 4 months ago
  82. 6118946 fix(docs): Correct typo in testing.rst (#348) by Dirk Eddelbuettel · 4 months ago
  83. a7f5c84 Update dist/ for commit fd73986cd1e6742e8f5e3d1ebb307fcf5060a734 by GitHub Actions · 4 months ago
  84. fd73986 chore(ci): Fix verification builds for Windows and centos7 (#341) by Dewey Dunnington · 4 months ago
  85. 14dfcaa Update dist/ for commit 248b498c505aaba88f5593fb34f7c2e21e66c95d by GitHub Actions · 4 months ago
  86. 248b498 refactor: Add wrappers around callbacks to improve syntax and debuggability (#338) by Dewey Dunnington · 4 months ago
  87. 3e02822 refactor: Improve syntax for implementing `ArrowArrayStream` from C++ (#336) by Dewey Dunnington · 4 months ago
  88. 12be163 feat: Add C Data integration test shared library (#337) by Dewey Dunnington · 4 months ago
  89. dfe700f chore(ci): Update docker images (#339) by Dewey Dunnington · 4 months ago
  90. ef92588 chore(extensions/nanoarrow_ipc): Add golden file testing JSON tests to existing arrow-testing tests (#334) by Dewey Dunnington · 5 months ago
  91. 3eee79a Update dist/ for commit f82a6d7b8a84b567e5c7bde6ffce94532e9da172 by GitHub Actions · 5 months ago
  92. f82a6d7 fix(r): Ensure wrapper array stream eagerly releases the wrapped array stream (#333) by Dewey Dunnington · 5 months ago
  93. a53e70b feat: Add Array/Schema/ArrayStream comparison utility to testing helpers (#330) by Dewey Dunnington · 5 months ago
  94. c8009d8 Update dist/ for commit 5c3f5d546bdb25625350926bf16f736837733901 by GitHub Actions · 5 months ago
  95. 5c3f5d5 feat: Add batch reader and data file read/write to/from ArrowArrayStream (#328) by Dewey Dunnington · 5 months ago
  96. 46776e0 Update dist/ for commit 4744498daf166bc3ae8d34d157a2598002447d4e by GitHub Actions · 5 months ago
  97. 4744498 fix: Add `const` qualifier where appropriate in struct fields and declarations (#327) by Dewey Dunnington · 5 months ago
  98. e0329f4 feat: Add integration testing reader for Column (#325) by Dewey Dunnington · 5 months ago
  99. 5c60666 Update dist/ for commit d37d2b0dd2d37ee682582d01c391a1aec5e43d1f by GitHub Actions · 5 months ago
  100. d37d2b0 feat: Add integration testing JSON reader (#322) by Dewey Dunnington · 5 months ago