Sign in
apache
/
arrow-nanoarrow
/
HEAD
c481626
Update dist/ for commit 49e48161226a4019aab57691740ad8efa1c3bbf2
by GitHub Actions
· 2 days ago
main
49e4816
fix: Return `EOVERFLOW` when appending to a string or binary type would exeed 2 GB (#302)
by Dewey Dunnington
· 2 days ago
9343f1a
fix(dev/release): Increase test discovery timeout value (#300)
by Dewey Dunnington
· 2 days ago
faacb1c
fix: Fix declaration of an array with an ambiguously constexpr size (#301)
by Dewey Dunnington
· 2 days ago
2060685
fix(r): Ensure `ordered` is reflected in `na_dictionary()` (#299)
by Dewey Dunnington
· 4 days ago
cc10a28
feat(r): Use classed warnings to signal that a lossy conversion occurred (#298)
by Dewey Dunnington
· 4 days ago
804630d
feat(r): Add support for `bit64::integer64()` conversions (#293)
by Dewey Dunnington
· 2 weeks ago
6ea9d4b
fix(r): Warn for possibly out of range int64 -> double conversions (#294)
by Dewey Dunnington
· 2 weeks ago
7653929
Update dist/ for commit 03a0e691288ea518534059dd21c99f8ec5ffe9a2
by GitHub Actions
· 2 weeks ago
03a0e69
fix(extensions/nanoarrow_ipc): Check number of bytes read when reading buffer body (#295)
by Dewey Dunnington
· 3 weeks ago
65bb552
feat(r): Implement extension type registration/conversion (#288)
by Dewey Dunnington
· 3 weeks ago
4000a87
Update dist/ for commit f29659b7d832f4ec7915557c9d06c52b280019cd
by GitHub Actions
· 4 weeks ago
f29659b
fix: Ensure that test for increasing offsets is not affected by overflow (#291)
by Dewey Dunnington
· 4 weeks ago
682dfdd
Update dist/ for commit a3f09295ef964b9e7279dc4ddceec7759d972bc9
by GitHub Actions
· 4 weeks ago
a3f0929
fix(extensions/nanoarrow_ipc): Fix crash and mixleading error messages resulting from corrupted streams (#289)
by Dewey Dunnington
· 4 weeks ago
4ace1a2
feat(r): Implement dictionary conversion (#285)
by Dewey Dunnington
· 4 weeks ago
7f1e8df
chore: Pin sphinx version in documentation builder (#286)
by Dewey Dunnington
· 5 weeks ago
7fecddf
refactor(r): Use `basic_array_stream()` to improve array stream to data.frame conversion (#279)
by Dewey Dunnington
· 5 weeks ago
4840702
fix(r): Support map conversion to R vector (#282)
by Dewey Dunnington
· 5 weeks ago
7e08843
Update dist/ for commit ad83497bc8daaec17005fa92b8690c97195bef52
by GitHub Actions
· 5 weeks ago
ad83497
feat: Add `ArrowBitsUnpackInt32()` (#278)
by Dewey Dunnington
· 5 weeks ago
e21cc98
feat: Add `ArrowBitmapUnpackInt8Unsafe()` (#276)
by William Ayd
· 5 weeks ago
c5285ac
chore: Publish dev docs to asf-site branch instead of gh-pages (#277)
by Dewey Dunnington
· 5 weeks ago
4983176
docs: Add Roadmap to documentation (#272)
by Dewey Dunnington
· 5 weeks ago
2142ffd
Update dist/ for commit 9ce719a7c73b7e6b45422dc3d1373213640f2fae
by GitHub Actions
· 6 weeks ago
9ce719a
ci: Add codespell to pre-commit (#274)
by William Ayd
· 6 weeks ago
2bd9519
Update dist/ for commit 6e596bdc7116af8307bad756cd5bb6147f8a0494
by GitHub Actions
· 6 weeks ago
6e596bd
chore: Use manifest ubuntu image for non-platform specific compose services (#275)
by Dewey Dunnington
· 6 weeks ago
3157182
chore: Fix typos in documentation (#273)
by William Ayd
· 6 weeks ago
d683836
Update dist/ for commit 5c3e149e68c3e461cdd47cff542119b35d646caa
by GitHub Actions
· 8 weeks ago
5c3e149
Add ArrowArrayViewGetIntervalUnsafe (#270)
by William Ayd
· 8 weeks ago
b0e90f8
fix(examples/linesplitter): Fix CMake Build (#271)
by William Ayd
· 8 weeks ago
31ed814
fix(r): Don't link to arrow package R6 class pages (#269)
by Dewey Dunnington
· 9 weeks ago
cb7b46e
chore: Set upper pin on Cython on centos7 (#268)
by Dewey Dunnington
· 9 weeks ago
d21d810
chore: Generalize option for static linking of Arrow C++ to link tests (#267)
by Dewey Dunnington
· 9 weeks ago
e322561
refactor(python): Cleaner strategy for `__iter__()` on an `ArrowArrayStream` (#263)
by Dewey Dunnington
· 9 weeks ago
efea22c
chore: Update verification action to use a cached Arrow C++ build on all platforms (#265)
by Dewey Dunnington
· 9 weeks ago
6d876ca
chore: Fix archlinux dev docker container build (#266)
by Dewey Dunnington
· 9 weeks ago
d4583b6
Update dist/ for commit 9e5a9910112a78e1654be2753b34c35ebd74a5c7
by GitHub Actions
· 9 weeks ago
9e5a991
feat: Add Support for Intervals (#258)
by William Ayd
· 9 weeks ago
42305f4
chore: Add pre-commit CI and make sure the repo passes it (#261)
by Dewey Dunnington
· 9 weeks ago
1e596f7
fix(python): Ensure generator does not raise `StopIteration` (#262)
by Dewey Dunnington
· 10 weeks ago
f41a561
chore: Add pre-commit file (#260)
by William Ayd
· 10 weeks ago
a209bab
Fix incorrect function name in README (#256)
by Bryce Mecum
· 2 months ago
843c82c
Various fixes/edits in getting-started.md (#255)
by Bryce Mecum
· 2 months ago
2f7a016
chore: update github URLs (#253)
by Dane Pitkin
· 3 months ago
0169185
fix(docs): Fix typo in getting started article (#250)
by Dewey Dunnington
· 3 months ago
d0300df
chore(dev/release): Improve release and post-release instructions (#249)
by Dewey Dunnington
· 3 months ago
ec81297
Update dist/ for commit ae5001937a39f3f8227d1468dedfa7144f87ced1
by GitHub Actions
· 3 months ago
ae50019
chore: Add verification instructions for custom builds or Arrow C++ in Conda (#243)
by Dewey Dunnington
· 3 months ago
086793a
feat(extensions/nanoarrow_device): Draft DeviceArray interface (#205)
by Dewey Dunnington
· 3 months ago
d4f038c
chore: Update versions on main (#248)
by Dewey Dunnington
· 3 months ago
3b5986c
Update dist/ for commit e811cfe15a3989341702777276e594206bbfa37d
by GitHub Actions
· 3 months ago
e811cfe
fix: Fix bad access crash in `ArrowBitmapByteCountSet()` (#242)
by Dewey Dunnington
· 3 months ago
4c5b247
chore: Allow skipping key verification on centos7 (#240)
by Dewey Dunnington
· 3 months ago
a682731
chore(ci): Pass verification arguments from manual dispatch to docker compose verify (#239)
by Dewey Dunnington
· 3 months ago
ab24d42
chore: Update verification instructions (#236)
by Dewey Dunnington
· 3 months ago
86da0c6
chore(python): Avoid reinstalling for testing docstrings (#235)
by Joris Van den Bossche
· 3 months ago
f92eb6a
chore(python): Use src/ layout for python package (#234)
by Joris Van den Bossche
· 3 months ago
7916c81
Update dist/ for commit 2f05e99d18638cdd07675642f9a7dd2a73211066
by GitHub Actions
· 3 months ago
2f05e99
feat(python): Python schema, array, and array view skeleton (#117)
by Dewey Dunnington
· 3 months ago
75dc807
fix: Improve limit check for unsigned input (#233)
by William Ayd
· 3 months ago
bfb004a
chore(r): Tidy R package for CRAN submission (#231)
by Dewey Dunnington
· 3 months ago
d079dd8
chore(r): Fix environment variable used to denote the location of cmake (#230)
by Dewey Dunnington
· 3 months ago
bc1a133
chore: Suppress more jemalloc thread local storage possible leaks and add memcheck for R to verification (#229)
by Dewey Dunnington
· 3 months ago
d2cfa48
Update dist/ for commit 24e679df5e8cb98ea5168269b9115cc4876195a6
by GitHub Actions
· 3 months ago
24e679d
chore: Update Arrow C++ version for Windows verification and remove rtools from PATH on Windows (#227)
by Dewey Dunnington
· 3 months ago
572abc5
chore: Login to container repository in Docker build workflow (#228)
by Dewey Dunnington
· 3 months ago
7c6e4f3
fix(extensions/nanoarrow_ipc): Don't produce arrays with NULL data buffers (#226)
by Dewey Dunnington
· 3 months ago
e112613
Update dist/ for commit c738f90e874ec38b2fa2acebd154a33da36dc9a4
by GitHub Actions
· 4 months ago
c738f90
feat: Include dictionary member in `ArrowArrayView` struct (#221)
by Dewey Dunnington
· 4 months ago
2d9efd8
feat(extensions/nanoarrow_ipc): Add endian swapping to IPC reader (#214)
by Dewey Dunnington
· 4 months ago
f2caea1
Update dist/ for commit da28e2d56c9067185e534675b646cd56d61233c1
by GitHub Actions
· 4 months ago
da28e2d
chore: Initialize variable causing problems with `-Wmaybe-uninitialized` (#217)
by Dewey Dunnington
· 4 months ago
e9b8ad9
fix(r): Fix `convert_array_stream()` for non-record batch stream with zero batches (#212)
by Kirill Müller
· 4 months ago
2eca78c
Update dist/ for commit cec6bac8d263276e23c8133fb21f20374fa3ca14
by GitHub Actions
· 4 months ago
cec6bac
chore: Fix nightly bundling workflow (#213)
by Dewey Dunnington
· 4 months ago
47a4ef4
refactor(extensions/nanoarrow_ipc): Reconfigure assembling arrays for better validation (#209)
by Dewey Dunnington
· 4 months ago
aaed5c3
chore(ci): Fix image push command (#210)
by Dewey Dunnington
· 4 months ago
1690579
feat(r): Improve printing and conversion of buffers (#208)
by Dewey Dunnington
· 4 months ago
1e6ca7e
feat: Add `enum ArrowType buffer_data_type` member to `struct ArrowLayout` (#207)
by Dewey Dunnington
· 4 months ago
dcb33f0
chore(ci): Add Python packaging tools to images + fix s390x build (#206)
by Dewey Dunnington
· 4 months ago
30d01a9
fix: clear `release` in `EmptyArrayStream::release_wrapper` (#204)
by David Li
· 4 months ago
d9f428d
refactor: Unify `ArrowArrayView` and `ArrowArray` validation (#201)
by Dewey Dunnington
· 4 months ago
8090475
fix(r): Release streams when calling `as.vector()` or `as.data.frame()` (#202)
by Dewey Dunnington
· 4 months ago
6494471
fix: Improve readability of `ArrowArrayAllocateChildren()` (#199)
by Dirk Eddelbuettel
· 4 months ago
fff5c8e
chore(r): Fix partial matching warning in tests (#198)
by Kirill Müller
· 4 months ago
2a11bdb
feat: Implement ListChildOffset function (#197)
by William Ayd
· 4 months ago
dea6733
feat(r): Add ability to deterministically run a finalizer on an array stream (#196)
by Dewey Dunnington
· 4 months ago
f559d59
feat(r): Union array support (#195)
by Dewey Dunnington
· 4 months ago
059a5a5
Add missing comma (#193)
by Dirk Eddelbuettel
· 4 months ago
b4396bf
feat(r): Add ArrowArrayStream implementation to support keeping a dependent object in scope (#194)
by Dewey Dunnington
· 4 months ago
d408272
docs: Add "getting started with nanoarrow" tutorial (#190)
by Dewey Dunnington
· 4 months ago
50e8d0a
chore: Move bundling into its own workflow (#192)
by Dewey Dunnington
· 5 months ago
d7cdb75
Update dist/ for commit cc4041a57f2e8db5907c128e21c72947fdd539ce
by GitHub Actions
· 5 months ago
cc4041a
Fix Windows build for newer MSVC (#191)
by Dewey Dunnington
· 5 months ago
59382b1
ipc: Update dist/ for commit 15019d6680367835a8082e847468ed0f9d3b7530
by GitHub Actions
· 5 months ago
15019d6
Add more C++ and error handling helpers (#189)
by Dewey Dunnington
· 5 months ago
43e2093
ipc: Update dist/ for commit 9b034ad916eceec4e9d8300633d0b65687d25511
by GitHub Actions
· 5 months ago
9b034ad
chore(docs): Add IPC extension to rendered documentation (#186)
by Dewey Dunnington
· 5 months ago
Next »