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

Added \circ syntax for kernel input transformations #269

Closed
wants to merge 1 commit into from

Conversation

kaandocal
Copy link
Contributor

I implemented my suggestions re: #217 by extending the \circ syntax to kernel/transformation compositions. For reasons explained in my comment there this behaves differently from transform for TransformedKernels in that the order of composition is different so as to preserve associativity.

@theogf
Copy link
Member

theogf commented Mar 27, 2021

Nice! I would be supportive for these changes but we cannot have a discrepancy between using TransformedKernel and \circle.
I would change the legacy as well.

@devmotion
Copy link
Member

As mentioned in #217 (comment), probably we should reexport compose from https://github.com/JuliaFunctional/CompositionsBase.jl.

devmotion added a commit that referenced this pull request Apr 13, 2021
#276)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kaandocal <>
@devmotion
Copy link
Member

Thanks a lot @kaandocal, I extended your PR in #276 and merged it!

@devmotion devmotion closed this Apr 13, 2021
@kaandocal kaandocal deleted the master branch May 30, 2021 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants