-
Notifications
You must be signed in to change notification settings - Fork 28
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
support setting a single element by names/keys #110
Conversation
nightly test failures seem unrelated |
bump! |
bump... |
1 similar comment
bump... |
bump! @mcabbott |
Bump @mcabbott |
1 similar comment
Bump @mcabbott |
bump! |
semi-yearly bump @mcabbott :) |
Not sure what's the best way forward here: the package definitely seems maintained, but just very minimally. This and a few other simple small PRs are hanging for a long time without any response. What could be done to improve the current situation, especially if you @mcabbott don't have too much time for this?
Short-term, I'm leaning towards the last approach, maybe will register such a package soon. Over time, I gathered several other updates (most recently, Makie extension), just didn't bother making new PRs for them while these are hanging anyway. |
All failures seem unrelated (they are due to #148), so I guess will merge... |
As I understand, currently there is no way to set a single value specified by names and keys, as in
Nc(obs='a', iter=20, :) .= 1000
. This PR adds makes it possible.It makes named dimensions work the same way as unnamed ones: add
:
when indexing in order to make a view.