-
Notifications
You must be signed in to change notification settings - Fork 76
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
Create and move functions to commongrid
and clean
subpackages
#889
Comments
I've been thinking about the The alternative names that I can come up with are "regrid", "resample" and "regularize". None of those seem quite perfect. |
I don't think "unify" and "consolidate" are exactly synonyms, but if there are other names that are better we can use those. What I think the PR addressing this issue should achieve is to move those functions into a separate subpackage that is not called "preprocess." I think we have until v0.6.4 is released to finalize what subpackage name we want. 😛 |
Currently there is a third user function under BTW, as we move these functions, we should look into maintaining working stubs under |
I like this idea, this way we won't be moving things around that much afterwards. Also agreed with deprecation warning and remove everything in 0.7.1. |
unify
subpackagecommongrid
and filter
subpackages
commongrid
and filter
subpackagescommongrid
and filter
subpackages
We've settled on |
How about |
Not as good as |
commongrid
and filter
subpackagescommongrid
and clean
subpackages
Done in #993. Closing. |
UPDATE, 3/20/2023: We've settled on
commongrid
instead ofunify
. Also, expanded this issue to include moving the noise functions to the newclean
subpackage (which we initially had namedfilter
).To manage functions that all could be called as "processing" or "preprocessing" type, in #817 we laid out some subpackage organizations. This issue addresses one of them, to create a new subpackage called
unify
and move a subset of the functions currently underpreprocess
under it:unify
compute_MVBS
(existing) -- the efficiency was enhanced in Generalizecompute_MVBS
and improve its efficiency for Dask input #878compute_MVBS_index_binning
(existing) -- we know more work may be needed for this, but we won't change the implementation at the moment.regrid_Sv
(to be implemented) -- See Add function to regrid Sv data #726The text was updated successfully, but these errors were encountered: