-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DEPR Rename keyword "quantile" to "q" in Rolling.quantile
#53216
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
Could you deprecate this on |
In rolling.py there's also this "private" quantile function
could you change |
Sure, and since it is a private function, no deprecation is needed right? |
Correct |
Thanks @Charlie-XIAO |
…ev#53216) * deprecated 'quantile' arg in Rolling.quantile * renamed keyword 'quantile' to 'q' in Rolling.quantile * fixed test * docstring modified, removed unnecessary descriptions and typos * resolved conversations * deprecate on Expanding as well * resolved conversations; renamed in parent
…ev#53216) * deprecated 'quantile' arg in Rolling.quantile * renamed keyword 'quantile' to 'q' in Rolling.quantile * fixed test * docstring modified, removed unnecessary descriptions and typos * resolved conversations * deprecate on Expanding as well * resolved conversations; renamed in parent
doc/source/whatsnew/v2.1.0.rst
file