Skip to content
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

Refactor transform logic to make it column name based #520

Merged

Conversation

martinRenou
Copy link
Member

Renderers are column name based, transforms were not. This PR makes the API more homogeneous by making the transforms column based.

This is backward compatible in the Python API.

This will make #496 easier (hiding columns messes up the indexing, hiding column by name will work better)

@martinRenou martinRenou added the enhancement New feature or request label May 29, 2024
@martinRenou martinRenou force-pushed the transform_column_names branch 7 times, most recently from 86fb1d1 to c7360df Compare May 30, 2024 08:47
@martinRenou martinRenou marked this pull request as ready for review May 30, 2024 08:48
@martinRenou martinRenou force-pushed the transform_column_names branch from c7360df to 8901472 Compare May 30, 2024 09:01
@martinRenou martinRenou requested a review from gaborbernat May 30, 2024 09:18
@martinRenou martinRenou merged commit 6ebe802 into jupyter-widgets:main May 30, 2024
15 checks passed
@martinRenou martinRenou deleted the transform_column_names branch May 30, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants