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

Add filter keyword arguments to subclassed filters #2144

Merged
merged 3 commits into from
Jul 16, 2021
Merged

Conversation

clarebcook
Copy link
Contributor

This PR will allow users to pass keyword arguments to the subclassed filters in color.py.

Closes #2143

Copy link
Member

@djhoese djhoese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a huge fan of **kwargs but I'm not sure there is an easy way around it here. Looks good. Thanks for doing this!

@djhoese
Copy link
Member

djhoese commented Jul 16, 2021

@almarklein @kmuehlbauer what's your opinion on a change like this being a bug fix or a feature? Most importantly should it go in 0.7.2 or 0.8.0?

@kmuehlbauer
Copy link
Contributor

No strong opinion, but I would tend to bug fix.

@djhoese djhoese added this to the Version 0.7.2 milestone Jul 16, 2021
@djhoese
Copy link
Member

djhoese commented Jul 16, 2021

That works for me Kai, thanks. @clarebcook thanks again for fixing this. Let's merge it and plan to include it in a 0.7.2 release in the next week or two.

@djhoese djhoese merged commit 624eb42 into vispy:main Jul 16, 2021
@clarebcook
Copy link
Contributor Author

Wonderful, thank you!

@almarklein
Copy link
Member

No strong opinion, but I would tend to bug fix.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to pass "fpos" as a parameter to the ColorFilter
4 participants