-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Subarray Cap'n Proto serialization to include label ranges (#3961
) This is the third part of the work to add serialization support for dimension labels. It is adding label ranges to the `Subarray` capnp format and `subarray_to/from_capnp` functions. For now only 1 test is added, but a wrapper test function is provided in this PR and can be used to enhance other existing tests that use label ranges to increase coverage. After this part is merged, then `Update Query Cap'n Proto to support label queries` is the last (and probably most complex) part of dimension label serialization work left. --- TYPE: IMPROVEMENT DESC: Update Subarray Cap'n Proto serialization to include label ranges --------- Co-authored-by: Julia Dark <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,775 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.