1. 5dc4aee Update dist/ for commit 3986df2ecc6f77f4b4037067cf4e5c9a2ab44847 by GitHub Actions · 21 hours ago main
  2. 3986df2 chore(dev/release): Update documentation for post-release tasks (#498) by Dewey Dunnington · 27 hours ago
  3. 7b31916 feat: Add float16 support for `ArrowArrayViewGet{Double,Int,UInt}Unsafe()` (#501) by Cocoa · 27 hours ago
  4. e6ac17e feat: Add support for appending values to half float `ArrowArray` (#499) by Cocoa · 32 hours ago
  5. 8171104 fix: Force static library build on Windows when building with Meson (#496) by William Ayd · 4 days ago
  6. 8894ebf fix(r): Avoid flatcc aligned_alloc() call when compiling R package (#494) by Dewey Dunnington · 4 days ago
  7. e15a049 chore(dev/release): Document missing pieces of release process (#492) by Dewey Dunnington · 5 days ago
  8. 87db99f Update dist/ for commit e25bb187086446708ba1cdeb9e573fb5972b8344 by GitHub Actions · 7 days ago
  9. e25bb18 chore: Update versions on main (#491) by Dewey Dunnington · 7 days ago apache-arrow-nanoarrow-0.6.0.dev
  10. 360eb96 chore(python): Fix sdist and add packaging check (#489) by Dewey Dunnington · 8 days ago
  11. b10621c feat(python): DLPack support on CBufferView (#469) by Alenka Frim · 8 days ago
  12. fe3dadc refactor(python): Replace os usage with pathlib in bootstrap (#487) by William Ayd · 8 days ago
  13. 8fbb945 chore: Enable extensions to be built from the main CMake project (#481) by Dewey Dunnington · 8 days ago
  14. c413d69 chore(python): Skip buffer write lock test on PyPy (#480) by Dewey Dunnington · 13 days ago
  15. fbd699f fix(python): Skip test relying on memoryview context manager on PyPy 3.8 (#479) by Dewey Dunnington · 13 days ago
  16. 134c66d fix(python): Fix use of memoryview to write fill to the buffer builder (#477) by Dewey Dunnington · 13 days ago
  17. bdcbd6d chore(dev/release): Update/validate release verification instructions for 0.5.0 (#476) by Dewey Dunnington · 2 weeks ago
  18. fcc540a docs(python): Update Python bindings readme (#474) by Dewey Dunnington · 2 weeks ago
  19. d1b9924 feat(python): Add column-wise buffer builder (#464) by Dewey Dunnington · 2 weeks ago
  20. aebc812 chore(dev/release): Do nanoarrow vendoring using R_BIN instead of R CMD INSTALL on Windows (#475) by Dewey Dunnington · 2 weeks ago
  21. 02782cb docs: Update top-level documentation (#473) by Dewey Dunnington · 2 weeks ago
  22. 72d13f5 Update dist/ for commit 9f75836a932aa38f43ad02af48bbddeab06453f6 by GitHub Actions · 2 weeks ago
  23. 9f75836 fix: Ensure nanoarrow.hpp compiles on gcc 4.8 (#472) by Dewey Dunnington · 2 weeks ago
  24. b6b028e chore: Fix meson dependencies in tests (#471) by William Ayd · 2 weeks ago
  25. 1db7f90 feat(r): Add experimental `nanoarrow_vctr` to wrap a list of arrays (#461) by Dewey Dunnington · 2 weeks ago
  26. 15bf791 chore(python): Add license header to generated stubs (#470) by Dewey Dunnington · 2 weeks ago
  27. 68136a7 [MINOR][Documentation] Fix pip install with test dependencies (#463) by Alenka Frim · 2 weeks ago
  28. 04c4092 chore(python): Add minimal type stubs for .pyx files (#468) by Dewey Dunnington · 2 weeks ago
  29. 65e90b7 fix(python): Add iterator for null/na type (#467) by Dewey Dunnington · 3 weeks ago
  30. 490b980 feat(python): Add visitor pattern + builders for column sequences (#454) by Dewey Dunnington · 3 weeks ago
  31. 197f117 Update dist/ for commit b48bcdaef1b7bcfa446e2dd1b9ac92c648e7fef4 by GitHub Actions · 3 weeks ago
  32. b48bcda fix!: Change `ArrowBufferResize()` and `ArrowBitmapResize()` to update `size_bytes` (#459) by Dewey Dunnington · 3 weeks ago
  33. a451a95 feat(python): Add copy_into() to CBufferView (#455) by Dewey Dunnington · 3 weeks ago
  34. 2f2450a feat(python): Ensure that buffer produced by `CBufferView.unpack_bits()` has a boolean type (#457) by Dewey Dunnington · 3 weeks ago
  35. f47e830 feat(python): Unify printing of type information across classes (#458) by Dewey Dunnington · 3 weeks ago
  36. e034caf refactor(docs): Shuffle organization of sections to multiple pages (#460) by Dewey Dunnington · 3 weeks ago
  37. acbf678 feat(python): Add `Array.from_chunks()` constructor (#456) by Dewey Dunnington · 3 weeks ago
  38. ae84d5f fix(python): Ensure reference-counting tests are skipped on PyPy (#453) by Dewey Dunnington · 4 weeks ago
  39. 7265338 Update dist/ for commit 43ad704d512b8cab50ecfbf92db5ed284df8a47f by GitHub Actions · 4 weeks ago
  40. 43ad704 chore(dev/benchmarks): Fix Python benchmarks (#452) by Dewey Dunnington · 4 weeks ago
  41. 1724785 feat: Add `ArrowArray` and `ArrowArrayStream` C++ iterators (#404) by Benjamin Kietzman · 4 weeks ago
  42. e7c47fa fix(python): Make shallow CArray copies less shallow to accomodate moving children (#451) by Dewey Dunnington · 4 weeks ago
  43. b2783d9 feat(python): Implement bitmap unpacking (#450) by Dewey Dunnington · 4 weeks ago
  44. a063217 chore(python): Clean up top-level namespace (#449) by Dewey Dunnington · 4 weeks ago
  45. 4c8513c chore(python): Remove C sources from wheels (#447) by Dewey Dunnington · 4 weeks ago
  46. fe5082f feat(python): Allow creation of dictionary and list types (#445) by Dewey Dunnington · 4 weeks ago
  47. 28e8123 refactor(python): Reorganize strategies for building arrays (#444) by Dewey Dunnington · 5 weeks ago
  48. 4a6292d ci(python): Add Python to release verification with TEST_WITH_MEMCHECK=1 (#446) by Dewey Dunnington · 5 weeks ago
  49. adcbc77 feat(python): Implement extension type and Schema metadata support (#431) by Dewey Dunnington · 5 weeks ago
  50. 45ceb4f ci(python): Set unique development version before building wheels (#442) by Dewey Dunnington · 6 weeks ago
  51. 3e9646d feat(python): Add user-facing ArrayStream class (#439) by Dewey Dunnington · 6 weeks ago
  52. 93b1273 feat(python): Iterate over array buffers (#433) by Dewey Dunnington · 6 weeks ago
  53. c677d4d feat(python): add back nanoarrow.array(..) constructor (#441) by Joris Van den Bossche · 6 weeks ago
  54. 821b580 feat(python): function to inspect a single-chunk Array (#436) by Joris Van den Bossche · 6 weeks ago
  55. 0648ca6 fix(python): Update tests for pyarrow 16 (#440) by Dewey Dunnington · 6 weeks ago
  56. db6630b ci(python): upload nightly python packages (#429) by Joris Van den Bossche · 6 weeks ago
  57. b921dae Update dist/ for commit 626e219dac259ebf4109c8a4188ddbc6ce93cd4a by GitHub Actions · 6 weeks ago
  58. 626e219 fix(docs): Fix typo in documentation for `ArrowSchemaSetTypeUnion()` (#432) by Dirk Eddelbuettel · 6 weeks ago
  59. 0948151 feat(python): Create string/binary arrays from iterables (#430) by Dewey Dunnington · 7 weeks ago
  60. 917e8e7 Update dist/ for commit b5d2742e2d0aee71c2ca5a277169e53c335f6c43 by GitHub Actions · 7 weeks ago
  61. b5d2742 fix: Ensure negative return values from snprintf() are not used as indexes (#418) by Dewey Dunnington · 7 weeks ago
  62. 3a78aa4 fix: Relax comparison strictness such that integration tests pass (#399) by Dewey Dunnington · 7 weeks ago
  63. 8e8e38d chore(python): Restructure buffer packing to support nulls and improve performance (#426) by Dewey Dunnington · 7 weeks ago
  64. 59a281c feat(python): Support Decimal types in convert to Python (#425) by Dewey Dunnington · 7 weeks ago
  65. 11e73a8 Increase CMake minimum version, move requirement (#422) by Dirk Eddelbuettel · 7 weeks ago
  66. 1751bdd feat(python): Add Arrow->Python datetime support (#417) by Dewey Dunnington · 7 weeks ago
  67. cf79b98 Update dist/ for commit 7f6e4df3f853d179ca3b17e0ab8ba06bc4e9b803 by GitHub Actions · 7 weeks ago
  68. 7f6e4df chore: Fix errors and compiler warnings on verification platforms (#420) by Dewey Dunnington · 8 weeks ago
  69. a4b48fc Update dist/ for commit bab66ac3d503519024ae086c44d5152f2f3ea0c9 by GitHub Actions · 8 weeks ago
  70. bab66ac feat(python): Clarify interaction between the CDeviceArray, the CArrayView, and the CArray (#409) by Dewey Dunnington · 8 weeks ago
  71. 00aa9c3 chore(ci): re-add extra packages into Ubuntu image (#419) by Dewey Dunnington · 8 weeks ago
  72. 22eab6b feat: Meson support (#413) by William Ayd · 8 weeks ago
  73. 1b3fb8b chore(ci): Update dockerfiles for improved R/Arrow C++ dependency management (#416) by Dewey Dunnington · 8 weeks ago
  74. 95cf4dc fix(r): Fix tests for platforms where arrow dataset and/or zip is not available (#415) by Dewey Dunnington · 8 weeks ago
  75. 9935713 fix(docs): Correct typo in README.md (#414) by Max Conradt · 8 weeks ago
  76. a9ef745 chore(dev/benchmarks): Add Python/asv benchmarking setup (#412) by Dewey Dunnington · 9 weeks ago
  77. 580c3d2 fix(ci): Use cached Arrow C++ build in CI (#410) by Dewey Dunnington · 9 weeks ago
  78. 916666b chore(dev/benchmarks): Benchmark IPC reader (#405) by Dewey Dunnington · 10 weeks ago
  79. 175061f Update dist/ for commit bd16060651912aa3bdccc528efc4942b28320135 by GitHub Actions · 2 months ago
  80. bd16060 fix: Make build and install dirs proper CMake package, fix C++ header inclusion, and add proper tests (#406) by Vyas Ramasubramani · 2 months ago
  81. 7af6dff feat(python): Add user-facing `Array` class (#396) by Dewey Dunnington · 2 months ago
  82. dc50114 chore(dev/benchmarks): Add benchmarks for `ArrowArrayAppend()` (#401) by Dewey Dunnington · 3 months ago
  83. c7a1236 chore(dev/benchmarks): Reorganize benchmarks such that they can build/run against previous versions (#398) by Dewey Dunnington · 3 months ago
  84. 9075dfa Update dist/ for commit 5756b76697d47820675da196916ca89c0ab499d3 by GitHub Actions · 3 months ago
  85. 5756b76 chore: Add basic benchmark suite to C library (#393) by Dewey Dunnington · 3 months ago
  86. c977200 chore(ci): Fix container build action (#395) by Dewey Dunnington · 3 months ago
  87. 7cf50a3 feat(python): Add CArrayView -> Python conversion (#391) by Dewey Dunnington · 3 months ago
  88. 7e601cc chore(ci): Fix bundler action (#394) by Dewey Dunnington · 3 months ago
  89. e4d7fa7 Update dist/ for commit e4f0754e03c84e66b3d93db11c902d99db74fa31 by GitHub Actions · 3 months ago
  90. e4f0754 feat(r): Add bindings for IPC reader (#390) by Dewey Dunnington · 3 months ago
  91. c66ddc3 feat(python): Add bindings for IPC reader (#388) by Dewey Dunnington · 3 months ago
  92. 97a34e4 Update dist/ for commit 36a263719ec7cc8438ff8fa21942426ca2763f95 by GitHub Actions · 3 months ago
  93. 36a2637 chore(dev/release): Update release announcement for updated nanoarrow features (#389) by Dewey Dunnington · 3 months ago
  94. 841c845 feat(python): Add array creation/building from buffers (#378) by Dewey Dunnington · 3 months ago
  95. 4b6717f Update dist/ for commit dfa48d1464e8ea2b34c6266f852313699def5175 by GitHub Actions · 4 months ago
  96. dfa48d1 fix: Ensure that the deallocator called by ArrowBufferDeallocator() is called exactly once (#387) by Dewey Dunnington · 4 months ago
  97. 0a9f45f chore: Add basic benchmark setup (#384) by Dewey Dunnington · 4 months ago
  98. 61d1264 Correct a few 'nanoarow' typos (#383) by Dirk Eddelbuettel · 4 months ago
  99. a41fb2b refactor(r): remove unnecessary package name call (#381) by eitsupi · 4 months ago
  100. 9fdc7d2 Update dist/ for commit 41cc950a913e5d173467322ce8c470a1e1fab847 by GitHub Actions · 4 months ago