zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

Arrow ipc Array -> Bytes codec

Open rabernat opened this issue 1 month ago • 2 comments

Implementation of arrow-ipc Array Bytes codec proposed in https://github.com/zarr-developers/zarr-extensions/pull/41

TODO:

  • [x] Add unit tests and/or doctests in docstrings
  • [ ] Add docstrings and API docs for any new/modified user-facing classes and functions
  • [ ] New/modified features documented in docs/user-guide/*.md
  • [ ] Changes documented as a new file in changes/
  • [ ] GitHub Actions have all passed
  • [ ] Test coverage is 100% (Codecov passes)

rabernat avatar Dec 03 '25 19:12 rabernat

@d-v-b - resolving the typing errors here is beyond my ability. Would appreciate your help. 🙏

rabernat avatar Dec 03 '25 19:12 rabernat

ci is passing via https://github.com/zarr-developers/zarr-python/pull/3613/commits/96273a841e8d3a6cbef3bb6d7b607360da4a2cb9

d-v-b avatar Dec 04 '25 08:12 d-v-b