Skip to content
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

Update accessors.py #42

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Update accessors.py #42

merged 3 commits into from
Apr 24, 2024

Conversation

saishashank85
Copy link
Contributor

core to namedarray

core to namedarray
@dcherian dcherian requested a review from negin513 April 4, 2024 19:04
Copy link
Contributor

@negin513 negin513 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. There has been some updates in the xarray API since xarray v2024.02.0 that introduced the error you are experiencing now #41 .

So these changes will break if there is any pinning to versions before v2024.02.0. I only suggest adding this to the requirements to ensure compatibility. Otherwise the changes look good to me.

pinning xarray>=v2024.02.0 where the array API internal changes were introduced.
@negin513 negin513 merged commit a563f2d into xarray-contrib:main Apr 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants