-
Notifications
You must be signed in to change notification settings - Fork 42
Unpin xarray dependency #451
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
Conversation
Seems like ongoing work at pydata/xarray#9273 may fix the issue |
🎊 indeed the dedicate tests suite is OK when using the xarray from pydata/xarray#9273 ! https://github.com/euroargodev/argopy/actions/runs/13632453669 |
This pull request was marked as staled automatically because it has not seen any activity in 90 days |
Last July release https://github.com/pydata/xarray/releases/tag/v2025.07.0 includes the pydata/xarray#10376 PR and seems to fix the issue ! |
fix future warnings
restore full test suite
fix bug where by python 3.12 was casting integer in the list to numpy float 64 instead of simple float
Windows tests fail because of this unrelated issue #496 |
[last edit]
This PR make argopy usable with the lastest xarray versions
Argopy is pinned to xarray < 2024.3 for more than a year now.
But xarray folks fixed pydata/xarray#8909 in pydata/xarray#10376 for versions starting on 2025.7
argopy is thus compatible with xarray versions older than 2024.3 or younger than 2025.7.
Close #390
Should also probably close #404 and address #373