-
Notifications
You must be signed in to change notification settings - Fork 54
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
Binary special methods return NotImplemented #1191
Binary special methods return NotImplemented #1191
Conversation
Thank you for the PR! |
Thank you for the PR! |
Codecov Report
@@ Coverage Diff @@
## main #1191 +/- ##
==========================================
+ Coverage 91.75% 91.83% +0.08%
==========================================
Files 77 77
Lines 11080 11191 +111
==========================================
+ Hits 10166 10277 +111
Misses 914 914
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
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.
fine 👍
Thank you for the PR! |
Thank you for the PR! |
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.
Last changes in the docs look fine. I recommend merging if the test run through.
Thx for the work 👍
Thank you for the PR! |
requested changes added, old review blocks merging
Due Diligence
main
for new features, latest release branch (e.g.release/1.3.x
) for bug fixesDescription
This Pull Request adds special functions for binary arithmetic operations to DNDarray, such that they return NotImplemented on unsupported inputs.
Issue/s resolved: #311, #958 (partially)
Changes proposed:
Type of change
Enhancement
Memory requirements
Performance
Does this change modify the behaviour of other functions? If so, which?
yes / no