-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Deprecate boxplot(..., whis="range")
.
#14360
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
c1d09e4
to
ff7591f
Compare
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.
Thanks for pulling this together, @anntzer. I agree that the special case is unecessary and this is a welcome improvement from my POV.
(BTW, I can't parse the CircleCI failure) |
looks like an unrelated failure to resolve references to dateutil in the docs due to problems with their online docs. |
It's a special-case that needs its own testing and documentation, when it can be perfectly well folded into `whis=(percentile, percentile)` (specifically, `whis=(0, 100)`).
thanks, all comments handled. |
+1 on the doc change +0.5 on the deprecation. Supporting four strings (three of which seem completely undocumented) as alternative to |
…. Use the entire possible range instead.
It's a special-case that needs its own testing and documentation, when
it can be perfectly well folded into
whis=(percentile, percentile)
(specifically,
whis=(0, 100)
).Noted while reviewing #14358.
attn @phobson in can you think it's really worth keeping the special-cased API.
PR Summary
PR Checklist