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

Fix JupyterLab widget filter traitlet #1593

Merged
merged 1 commit into from
Oct 30, 2021
Merged

Fix JupyterLab widget filter traitlet #1593

merged 1 commit into from
Oct 30, 2021

Conversation

texodus
Copy link
Member

@texodus texodus commented Oct 26, 2021

Fixes an issue in the JupyterLab PerspectiveWidget Python class filter traitlet, which was set to filters in this class alone, causing the property to be mis-parsed on the client. Though this API changed in 1.0.0 (or rather, where the API previously allowed either, only filter is now accepted), this is not technically a breaking change as it never worked in a release version after this (and there has been no release versions). Even the docs for e.g. the class's constructor refer to this kwarg as filter. Hence, I won't mark this breaking and will only become a minor perspective release - but worth noting this is still "breaking" in that pre 1.0.0 code still won't work without a rename.

I can't believe I have to add this, but please do not contact Perspective contributors with bug reports on their personal emails, cell phones, etc! Use Github Issues to open a short report, it takes minutes.

@texodus texodus added bug Concrete, reproducible bugs Jupyter labels Oct 26, 2021
@texodus texodus merged commit dac0443 into master Oct 30, 2021
@texodus texodus deleted the jlab-filter branch October 30, 2021 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs Jupyter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant