-
-
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
DEP: Deprecate rasterio backend #5808
Conversation
88bd1a4
to
4a84347
Compare
Fix for doc build issues in #5805 |
4a84347
to
61ea6f5
Compare
thanks, @snowman2, looks good to me. We definitely need a |
61ea6f5
to
95e1684
Compare
95e1684
to
ea820c1
Compare
Updated this so it is deprecated in 0.19.1 and added an entry to |
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.
thanks for the update, @snowman2. I've got some minor suggestions but otherwise looks good to me.
As far as I remember we never used the deprecated
directive in xarray
before... it could be useful to add that for other deprecations, too, though.
Co-authored-by: keewis <keewis@users.noreply.github.com>
Co-authored-by: keewis <keewis@users.noreply.github.com>
I just pushed a rst comment reminding us to update the deprecation version if we skip 0.19.1, but if I remember the meeting correctly this should now be ready for merging. Thanks a lot, @snowman2 |
Merging. Thanks again, @snowman2 |
Thanks for the review 👍 |
Thanks @snowman2 This is awesome! |
…n_rasterio is deprecated pydata/xarray#5808 [skip ci]
…n_rasterio is deprecated pydata/xarray#5808 [skip ci]
* DEP: Deprecate rasterio backend * DOC: remove experimental Co-authored-by: keewis <keewis@users.noreply.github.com> * DOC: open rasterio in what's new Co-authored-by: keewis <keewis@users.noreply.github.com> * add a note to update deprecations on version change before releasing * add the github handle [skip-ci] Co-authored-by: keewis <keewis@users.noreply.github.com> Co-authored-by: Keewis <keewis@posteo.de>
pre-commit run --all-files