-
Notifications
You must be signed in to change notification settings - Fork 21
add deprecation warning to resample function #207
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
==========================================
+ Coverage 93.97% 96.54% +2.56%
==========================================
Files 8 8
Lines 299 347 +48
==========================================
+ Hits 281 335 +54
+ Misses 18 12 -6 |
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.
please see inline
news/resampler-dep-warn.rst
Outdated
@@ -0,0 +1,23 @@ | |||
**Added:** | |||
|
|||
* Deprecation warning for resample function in resampler |
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.
we are not adding functionality so move this from here to Deprecated
@sbillinge fixed news item, ready for review |
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.
pls see inline.
news/resampler-dep-warn.rst
Outdated
|
||
**Changed:** | ||
|
||
* <news item> | ||
|
||
**Deprecated:** | ||
|
||
* <news item> | ||
* Deprecation warning for resample function in resampler |
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.
how about "resample
function in resampler
. Repaced with wsinterp
" or sthg like that?
This news is user-facing so it should be targeted at someone who might be using the code.
@alisnwu why are you closing this? |
closes #139
as per discussion in #180 warnings.warn passes pytest under python 3.13, 3.12, 3.11
@sbillinge @bobleesj ready for review