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
I'd like to get the names of dimensions for a NamedAxisArray - googling I found this page on juliahub, but it doesn't seem to be present in v0.7 docs, and dimnames is no longer exported from this package.
Digging through the tests, I figured out I could add NamedDims and then it works. Is this something you'd be willing to import/re-export? Since one can generate NamedAxisArrays from this package, it would be nice to be able to work with them as well without adding an additional direct dependency.
The text was updated successfully, but these errors were encountered:
it would be nice to be able to work with them as well without adding an additional direct dependency.
I'm going to be moving away from NamedDims.dimnames to ArrayInterface.dimnames soon. In theory if everybody started using ArrayInterface this package would automagically work everywhere.
I do think it's important enough to what this package does that it would make sense to reexport it though. As soon as I catch up on my "real" work for the last week and a half I took off I'll get started on a version using ArrayInterface.dimnames.
I'd like to get the names of dimensions for a
NamedAxisArray
- googling I found this page on juliahub, but it doesn't seem to be present in v0.7 docs, anddimnames
is no longer exported from this package.Digging through the tests, I figured out I could add
NamedDims
and then it works. Is this something you'd be willing to import/re-export? Since one can generateNamedAxisArray
s from this package, it would be nice to be able to work with them as well without adding an additional direct dependency.The text was updated successfully, but these errors were encountered: