-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Deprecate image.coalignment #5957
Conversation
I take that back. It seems that sphinx does not like having the warning raised in |
I just ended up slapping the deprecated decorator on every function. |
Well this has become slightly more complicated because of the use of sunpy/sunpy/physics/solar_rotation.py Line 148 in a5c5be9
Three possible options:
|
I guess the pragmatic option is move the required code but make it private, and then we can make a decision on what to do about |
That seems sensible. I had kind of forgotten that |
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.
One of the remote data test fails is real: https://github.com/sunpy/sunpy/runs/5557145861?check_suite_focus=true#step:7:5237 and I've just rebooted the figure tests to check them (I think the fail was the MPL issue that's now fixed)
Ah thanks for catching that. I've ignored the warnings in the two doctests. We'll also need to remove that section of the guide once the coalignment stuff actually gets removed. |
image.coalignment
has been moved tosunkit-image
(See sunpy/sunkit-image#78).This PR deprecates the
coalignment
module.This deprecation will be included in 4.0 and thus we can remove the module in 4.1
Addresses #5425.
PR Checklist
pytest
passes).Fixes #XXXX -
orCloses #XXXX -
comment to auto-close the issue that your PR addresses