-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Implementation derivative support for MatrixSolve #24865
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
Conversation
✅ Hi, I am the SymPy bot. I'm here to help you write a release notes entry. Please read the guide on how to write release notes. Your release notes are in good order. Here is what the release notes will look like:
This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.13. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
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.
This looks good to me. And great addition of really useful functionality! Thanks!
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.
We need the extra blank lines at end of file removed for the code quality check to pass though.
Nice addition! LGTM too. |
References to other Issues or PRs
Implements #24864
Brief description of what is fixed or changed
Implement the support of taking a derivative of a
MatrixSolve
node.Other comments
Release Notes
MatrixSolve
.