-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement more Variable Coders #7719
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kmuehlbauer ! Good stuff!
It's definitely a good idea to split big changes into smaller, easier-to-review pieces, so thank you!
Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
for more information, see https://pre-commit.ci
Now, this is interesting! It looks like those FillValue issues are following me. What did change that this now materializes here, all of a sudden. Update: Small change - big issue. Checked for |
This looks like it is ready to go. This will surely help further refactoring |
Thanks @kmuehlbauer |
whats-new.rst
This PR implements remaining functionality in
encode_cf_variable
/decode_cf_variable
asVariableCoders
(as left as todo by @shoyer). It adapts the needed tests and adds some typing (thanks @Illviljan). Otherwise there are no changes in function to code.It splits out of #7654 which turns out to be hard to follow (at least for me).