-
-
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
v0.14.1 Release #3434
Comments
#3406 needs a review |
Would be nice to get this out - just hit #3426. (I now updated to master but this is besides the point). |
@mathause I'm personally really uncomfortable pushing out a release when there are multiple known breakages against dependencies - see Must have list. Help is welcome! |
@barronh any update re pseudonetcdf 3.1? |
I believe there are two issues here. First, the 3.1 release was not 2.7 compliant. It mixed named keyword arguments with Second, the camx reader changed subclasses, which affects the xarray test for CF variables. I could update the test that would fix xarray test-case. |
@barronh, we don't care about Python 2.7 compliance. We support >=3.6. |
Got it. This is a test update to a test that is backward and forward compatible. I'll get something checked in. |
xref for numpy 1.18 numpy/numpy#14831 |
@mathause Thanks for filing these upstream issues! |
Once #3491 is merged, we should be ready to release since numpy will fix itself (numpy/numpy#14841) |
Don't we have to figure out whether to use |
I'm in favour of releasing even if we are currently broken with numpy master. Our current release is also broken with numpy master, so the situation is no worse... |
I think we're good to go! |
I agree! @crusaderky, @max-sixty: do either of you have the time to make a release? |
Yup I can do it later this afternoon! |
👍 |
Thanks @max-sixty I activated the RTD build. |
I think with the multiple recent breakages we've just had due to dependency upgrades, we should push out a patch release with some haste.
Please comment/add/object
Must have
Nice to have
ALL_DIMS
inxr.dot
#3423, enable xr.ALL_DIMS in xr.dot #3424allow_lazy
Deprecate allow_lazy #3435The text was updated successfully, but these errors were encountered: