-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Fix latex printing of set operators #17538
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 (v147). 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.5. Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
Codecov Report
@@ Coverage Diff @@
## master #17538 +/- ##
==============================================
- Coverage 74.715% 62.011% -12.705%
==============================================
Files 633 633
Lines 164499 164525 +26
Branches 38623 38621 -2
==============================================
- Hits 122906 102024 -20882
- Misses 36201 56709 +20508
- Partials 5392 5792 +400 |
|
Looks good! (Raw strings are so much easier to read when it comes to LaTeX output, but not worth changing.) |
References to other Issues or PRs
Brief description of what is fixed or changed
Test code
The result was like


But I don't think that different set operators are compatible such way
I've also switched the
precedence_traditionalto use dictionary mapping, which may hopefully clean up some code.Other comments
I've not fixed mathml here yet, but if there are same problems, it should be fixed too.
Release Notes
Union,Intersection,Complement,SymmetricDifference,ProductSet