Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Extension of #269: Use
\circ
andcompose
and deprecatetransform
#276Extension of #269: Use
\circ
andcompose
and deprecatetransform
#276Changes from all commits
5c1ae08
46343d7
8280d27
777f7b2
e653fe4
80b57e3
d3a3d6b
3969134
a004f60
947a35b
6026b79
dde4c1d
7fa7e89
ee3914b
37d274d
2710c17
667e177
0440b94
1f9ba02
dc2989e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Should we repeat the mathematical definition from
TransformedKernel
? Since we want users to avoid using it directly this will remove the need to navigate the docs.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.
I don't like redundancy 😛 The docstring of
TransformedKernel
is displayed right above this docstring, so users don't have to navigate to another page. IfTransformedKernel
would not be exported anymore, one could remove its docstring and move the mathematical definition here.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.
I meant to access the docs from the REPL :) I personally almost never check API pages from the docs but overuse
?
!