-
-
Couldn't load subscription status.
- Fork 19.2k
DEPR: lowercase strings w, d, b and c denoting frequencies in Week, Day, BusinessDay and CustomBusinessDay classes
#58998
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
DEPR: lowercase strings w, d, b and c denoting frequencies in Week, Day, BusinessDay and CustomBusinessDay classes
#58998
Conversation
w, d, b and c denoting frequencies in Week, Day, BusinessDay and CustomBusinessDay classes
|
I deprecated lowercase strings |
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.
Looks good to me
Given that 2.3 isn't out yet, I wonder if it makes sense to get this in for 2.3, and then in 3.0 we make all these changes in one go and be done with it?
|
@mroeschke thoughts on 2.3 vs 3.0? |
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.
If in doubt, let's just follow the usual process - deprecate in 3.0, remove thereafter - will merge then if there's no further objections
|
Thanks @natmokval and @MarcoGorelli |
xref #57986
d,bandcdenoting frequencies inDay,BusinessDayandCustomBusinessDayin favour ofD,BandCw,w-mon,w-tue, etc. denoting frequencies inWeekin favour ofW,W-MON,W-TUE, etc.we can deprecated lowercase strings
w,d,bandcforTimedeltain a separate PR