-
Notifications
You must be signed in to change notification settings - Fork 3
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
Final open-sourcing todos #986
Conversation
This is GPL, and not really needed
This weekend I discovered another issue related to using the latest version of cftime with xarray: pydata/xarray#4870. I quickly wrote / merged a fix: pydata/xarray#4871, but currently that's only in the master version (i.e. it hasn't been released yet). Should I inquire about making a new xarray release? It has been a little more than two months since the last one. |
@spencerkclark Yah it might be worth making a new release. |
Discussion has started in xarray regarding a 0.17.0 release: pydata/xarray#4894. It should hopefully happen soon after a few more open PRs are merged. |
All good on the xarray front now: https://github.com/pydata/xarray/releases/tag/v0.17.0. |
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.
I just resolved conflicts with master. This looks good to me except it looks like a submodule update got wrapped in somehow?
I just haven't been able to figure out why the unit tests keep failing. |
Xarray 0.17 only supports python 3.7+ https://github.com/pydata/xarray/blob/50d97e9d35bac783850827fa66ff5eb768e62905/setup.cfg#L67. |
Closed in favor of #1090. |
Some final cleanups before open sourcing fv3net.
Resolves #920