-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe we should flip nested wrapper constructors #121
Comments
Is/was there already an issue for this? |
we discussed this before somewhere, right? might be good to go look back at what the considerations were. |
I'd just like to note that I'm getting close to reaching feature parity with ImageCore.jl by combining NamedDims.jl and AxisIndices.jl. This one has been a bit of a headache. I know it's easier in the short term to have |
Not sure there was an issue, but at some point I had a PR to make I guess I still think that, in the absence of a lower-case constructor like |
I remember talking about it here somewhere ages ago. DimensionalArray in DimensionalData.jl is always the outer wrapper and I've had no issues with it so far. |
#120 makes me think that
Maybe we should revisit the decision not to do overloads of
Symmetric(NamedDimsArray(x)) --> NamedDimsArray(Symmetric(x))
and
Diagonal(NamedDimsArray(x)) --> NamedDimsArray(Diagonal(x))
etc.
cc @nickrobinson251 @mcabbott
The text was updated successfully, but these errors were encountered: