Uh oh!
There was an error while loading. Please reload this page.
Complete deprecation of Dataset.dims returning dict - #8980
Conversation
TomNicholas
commented
Apr 28, 2024
Interestingly changing the return type of |
dcherian
commented
Apr 30, 2024
This feels a bit quick to me because this change had a pretty big blast radius. Shall we wait till September or so? |
TomNicholas
commented
May 1, 2024
Happy to wait. I just noticed that in the docstring for
Does that mean that returning a |
dcherian
commented
May 1, 2024
I think we've discussed it before and decided that the unordered nature of set was a good hint to users to not depend on the ordering for anything. |
TomNicholas
commented
May 1, 2024
Okay that's what I would want too. But that does mean that Dataset.transpose will not change Dataset.dims... It can at most change the dims of the Variables wrapped by that Dataset. |
dcherian
commented
May 1, 2024
This sounds fine to me. You can't rely on |
Tests addedwhats-new.rstNew functions/methods are listed inapi.rst