Skip to content

Conversation

antonwolfy
Copy link
Collaborator

The PR drops support for remainder ufunc, because Intel(R) MKL function v?Remainder follows C's modulo operator, but NumPy is expecting Python's one.
Currently there is no way to achieve the same result as NumPy with any set of MKL functions.

@ekomarova
Copy link
Collaborator

This PR fixes the issue

@antonwolfy
Copy link
Collaborator Author

@ndgrigorian, please review

ndgrigorian
ndgrigorian previously approved these changes Sep 11, 2025
Copy link
Collaborator

@ndgrigorian ndgrigorian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ndgrigorian ndgrigorian merged commit 6de2b43 into main Sep 12, 2025
40 checks passed
@ndgrigorian ndgrigorian deleted the drop-support-remainder branch September 12, 2025 19:14
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