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 support for reflective operators #39

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Add support for reflective operators #39

merged 2 commits into from
Aug 10, 2023

Conversation

saulshanabrook
Copy link
Member

Adds support for reflective operators (i.e. __radd__, etc)`. They are not assumed to be equivalent to the reflected regular operator, since they could be non symmetric.

Adds support for reflective operators (i.e. `__radd__`, etc)`.
They are not assumed to be equivalent to the reflected regular operator,
since they could be non symmetric.
@saulshanabrook saulshanabrook merged commit ec070cb into main Aug 10, 2023
9 checks passed
@saulshanabrook saulshanabrook deleted the next-sklearn branch August 10, 2023 14:27
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.

1 participant