-
Notifications
You must be signed in to change notification settings - Fork 314
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
fix(gridintersect): clean up of gridintersect #2346
fix(gridintersect): clean up of gridintersect #2346
Conversation
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 think the next release will probably be 3.9 to coincide with mf6.6 next month? Per the documented deprecation policy we should then wait 2 minor releases before removing but IMO deprecating in 3.9 and dropping in 3.10 is fine — minor releases may slow down as development effort shifts toward the next major version
There will probably be a merge conflict for this PR once #2343 is merged, I'll fix it when that happens. |
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.
Nice cleanup. Looks good.
If we are requiring |
Good spot. Done! |
- axis equal - relim axes for polygons - allow result to be geodataframe - add plot_intersection_result() method
- deactivate above/inside tests with TODO
- make sure every aspect of previous test suite is maintained
change version numbers to reflect release schedule
9ee002b
to
9ba6cc2
Compare
This PR does the following:
method != "vertex"
method="structured"
is officially removedNote:
method="vertex"
. Will probably be added in a separate PR.I'm not sure what the next release will be so I marked most things deprecated (with warning) in the next release and to be removed by 3.10.0. Let me know if that makes sense.
EDIT: modify removal version to 3.10.0