Implement support for structured and struct zarr-extension defined dtypes#3781
Conversation
|
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 93.19% 93.11% -0.09%
==========================================
Files 85 85
Lines 11302 11365 +63
==========================================
+ Hits 10533 10582 +49
- Misses 769 783 +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
|
I think this is good to go in @BrianMichell, thanks for your patience here. |
|
Thanks, @d-v-b ! Would it be possible to get this merged in before the next release? It's fine if not, just need to know whether it's worth delaying one of my releases for this change. |
it's going in now! |
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/