Implement support for structured and struct zarr-extension defined dtypes#3781
Implement support for structured and struct zarr-extension defined dtypes#3781BrianMichell wants to merge 14 commits intozarr-developers:mainfrom
structured and struct zarr-extension defined dtypes#3781Conversation
|
this looks great, thanks for this. Instead of modifying the existing |
Should be good to go now! |
|
@d-v-b Is there anything I can do to move this PR forward? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3781 +/- ##
==========================================
- Coverage 92.98% 92.89% -0.09%
==========================================
Files 87 87
Lines 11246 11309 +63
==========================================
+ Hits 10457 10506 +49
- Misses 789 803 +14
🚀 New features to boost your workflow:
|
hi @BrianMichell thanks for the ping, I will get a review in soon. since numpy is handling the actual data type, I think we will ask much less of you than the tensorstore devs :) |
…plement_canonical_structs
…ow it to appropriately pick up `structured` dtype
Updates for consistency with the zarr-extension for structured types.
Implements legacy read-only for
structuredtype and support for newstructdefinition.TODO:
docs/user-guide/*.mdchanges/