-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
area:codecArea: codecs and serializationArea: codecs and serializationenhancementNew feature or requestNew feature or requestpriority:p2Priority P2 (medium)Priority P2 (medium)
Milestone
Description
Goal
Implement JS decoder support and type mapping presets for new codec envelopes (SciPy/Torch/Sklearn), per docs/codec-roadmap.md.
Scope
- Extend
src/utils/codec.tsfor new envelope fields/encodings. - Add type mapping presets in
src/typesas needed. - Make Arrow DX frictionless: auto-register decoder when
apache-arrowis installed, or provide a tiny helper consumed by generated TS/runtime bootstrap. - Ensure cross-runtime behavior (Node/Bun/Deno/Browser) where feasible.
- Update docs and living app to exercise the Arrow path by default.
Acceptance criteria
- Decoder handles all envelope variants in the spec.
- Type mappings are exposed and documented.
- Arrow decoding requires no manual wiring when
apache-arrowis present. - Tests cover decoding across supported runtimes (where feasible).
References
docs/codec-roadmap.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:codecArea: codecs and serializationArea: codecs and serializationenhancementNew feature or requestNew feature or requestpriority:p2Priority P2 (medium)Priority P2 (medium)