-
Notifications
You must be signed in to change notification settings - Fork 12
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
[PR]: Remove deprecated features and APIs for next release #628
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #628 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 1588 1521 -67
=========================================
- Hits 1588 1521 -67 ☔ View full report in Codecov by Sentry. |
8fa2aac
to
27bb88b
Compare
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.
Hey @jasonb5, can you review this PR and make sure I've removed all of the correct deprecated code for the regridder? I am aiming to merge this PR before releasing v0.7.0 in the next week or so.
- Remove `horizontal_xesmf()` and `horizontal_regrid2()` - Remove `**kwargs` from `create_grid()` and `_deprecated_create_grid()` - Remove `add_bounds` accepting boolean arg in `open_dataset()`, `open_mfdataset()` and `_postprocess_dataset()`
- Remove `lxml` dependency
- Add ValueError conditional back to `create_grid()`
27bb88b
to
c5cdab3
Compare
I did another self-review and the build is passing. I will merge this PR. |
Description
open_dataset()
andopen_mfdataset()
#604Summary of Changes
horizontal_xesmf()
andhorizontal_regrid2()
**kwargs
fromcreate_grid()
and_deprecated_create_grid()
add_bounds
accepting boolean arg inopen_dataset()
,open_mfdataset()
and_postprocess_dataset()
open_dataset()
andopen_mfdataset()
lxml
dependency fromci.yml
anddev.yml
Checklist
If applicable: