-
-
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
Sync with latest version of cftime (v1.0.4) #3430
Conversation
dayofwk=-1
-- not needed for cftime>=1.0.4There 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 for taking this on @andersy005. I just have a couple minor suggestions below, so that we maintain compatibility with versions of cftime prior to 1.0.4.
Co-Authored-By: Spencer Clark <spencerkclark@gmail.com>
Hello @andersy005! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-10-22 15:40:39 UTC |
Co-Authored-By: Spencer Clark <spencerkclark@gmail.com>
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.
Excellent, thanks @andersy005! This looks good to me regarding fixing #3426. We may need to wait for an answer in Unidata/cftime#126 to see what our plan should be for #3427, which seems to be caused by a separate issue.
@spencerkclark, thank you for the review, and looking into #3427! I was having a hard time debugging #3427 due to the opaque nature of |
Thanks @andersy005, can you add a whats-new entry please. |
Done! |
Thanks @andersy005 |
…e-multiple-dims * upstream/master: Test that Dataset and DataArray resampling are identical (pydata#3412) Avoid multiplication DeprecationWarning in rasterio backend (pydata#3428) Sync with latest version of cftime (v1.0.4) (pydata#3430) Add cftime git tip to upstream-dev + temporarily pin cftime (pydata#3431)
* upstream/master: MAGA (Make Azure Green Again) (pydata#3436) Test that Dataset and DataArray resampling are identical (pydata#3412) Avoid multiplication DeprecationWarning in rasterio backend (pydata#3428) Sync with latest version of cftime (v1.0.4) (pydata#3430) Add cftime git tip to upstream-dev + temporarily pin cftime (pydata#3431)
* upstream/master: minor lint tweaks (pydata#3429) Hack around pydata#3440 (pydata#3442) Update Terminology page to account for multidimensional coordinates (pydata#3410) Use cftime master for upstream-dev build (pydata#3439) MAGA (Make Azure Green Again) (pydata#3436) Test that Dataset and DataArray resampling are identical (pydata#3412) Avoid multiplication DeprecationWarning in rasterio backend (pydata#3428) Sync with latest version of cftime (v1.0.4) (pydata#3430) Add cftime git tip to upstream-dev + temporarily pin cftime (pydata#3431)
dayofwk=-1
for cftime>=1.0.4.sel()
failures when using latest cftime release (v1.0.4) #3426 and Fixes another cftime failure #3427black . && mypy . && flake8
whats-new.rst
for all changes andapi.rst
for new API