You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The V3 spec included a new array metadata field (dimension_names) to specify the names of the axes corresponding to each dimension in an array. This field should be added to the Array constructor and related utilities.
The text was updated successfully, but these errors were encountered:
@tasansal - we may want to hold on this until some internal refactors land on #1290. We are currently exploring the best path to bringing this library up to spec and are considering pulling in some of the internal work sitting in Zarritta. That lib already has the dimension names attribute so if we pull the V3Array class over, this will come for free.
I definitely don't want to wave you off of contributions here though so don't go far! There is lots to do.
The V3 spec included a new array metadata field (
dimension_names
) to specify the names of the axes corresponding to each dimension in an array. This field should be added to the Array constructor and related utilities.The text was updated successfully, but these errors were encountered: