-
Notifications
You must be signed in to change notification settings - Fork 15
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 functional style methods to HasStructure #854
Conversation
This allows to coalesce lazily stacked transforms
2de1a64
to
d7b2261
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Pull Request Test Coverage Report for Build 3622667903
💛 - Coveralls |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Apparently that throws an unrelated error
532e45d
to
5c66a21
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.
lgtm
The rest of the CI needs to be triggered, but now that this isn't a draft, I bet the black formatting commit will trigger it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Performance impact is beyond negligible
It seems like this pull request broke the documentation jobs. |
Here's the full error log from sphinx
It sounds like that's actually an issue with them. |
This adds some transform/filter methods to
HasStructure
to allow a "functional programming" style in its use. Contingent on #853 and some tests/docs.