Commit 0ad5cd6
committed
Simplify initial index labels PR
* removed support for nested traversal of `index_labels`. Support for
this can be added later but it required making a lot of decisions
about managing labels that up front that would be better addressed
through iterative PRs
* removed `has_index_labels`. There are some odd corner cases for this
one. Particularly for `SubArrays` where the presence of labels in the
parent don't always have a clear way of propagating forward. Again,
we can address this one but it will take some decisions about how
labels are propagated.
* `UnlabelledIndices` and `LabelledIndices` are types that provide a
more clear structure to what a label is and how they are accessed. For
now access only is supported through `getlabels` and `setlabels`1 parent 809839b commit 0ad5cd6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments