-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GH-15893: rename 'partial_plot' 'data' param to 'frame' for consistency #15895
Conversation
…e old param as deprecated
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.
This a great solution how to solve the request, thank you!
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.
LGTM. Thank you @sebhrusen !
… available only since 4.1.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.
Sorry for not checking when ...names
was introduced to R.
@tomasfryda any reference for API changes on the web or to browse old doc easily? What I found:
|
Fix for issue: #15893
Python client
Deprecating
data
param on functionpartial_plot
and forward to new param nameframe
for consistency with other plot functions.R client
Deprecating
data
param on functionpartialPlot
and forward to new param namenewdata
for consistency with other R plot functions.Note that the "standard" param name in R is different than in Python. We probably wanted to use a standard R param name instead of prioritizing compatibility with Py API.