-
Notifications
You must be signed in to change notification settings - Fork 9
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
WIP/MAINT: Use scipy.signal instead of skimage for downscale #862
base: master
Are you sure you want to change the base?
Conversation
Removes dependency scikit-image
We may consider playing with adding parameters to control behavior, in particular, since this is doing some filtering, it can have effects outside of the window of interest, rather than simply averaging the points. This also changes behavior to preserve all variables, and apply the same decimate averaging, instead of just directly downsampling. |
If merged, requires editing the conda-forge recipe on next release, as dependency list is repeated there |
Alternative implementation to #862
Removes dependency scikit-image
Supercedes #860 (needed for testing on travis)