-
Notifications
You must be signed in to change notification settings - Fork 208
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
Do not use the deprecated matplotlib config option 'text.latex.preview'. #5233
Conversation
Alternative to #5232 . |
Codecov Report
@@ Coverage Diff @@
## develop #5233 +/- ##
========================================
Coverage 81.23% 81.23%
========================================
Files 533 533
Lines 37356 37356
========================================
Hits 30344 30344
Misses 7012 7012
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@sphuber All tests pass with this patch, I am just not 100% sure whether there are any side-effects that are not captured by the tests. I will add @giovannipizzi as reviewer, since he originally authored this particular code segment. |
Thanks for the PR @csadorf . Would indeed be good to have @giovannipizzi give a look as I have never worked on nor used this code. Looking at the comment in our code and the deprecation message from |
I've added the |
Deprecated as of version 3.3.4, see: https://matplotlib.org/3.3.4/api/api_changes.html#text-latex-preview-rcparam Requires matplotlib~=3.3,>=3.3.4. Fixes #5231.
4c2cc45
to
a3fae75
Compare
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.
I couldn't test it, but I'd say it's OK to remove it!
Thanks
@chrisjsewell Alerting you to this fix which might warrant a hotfix release. |
…w'. (#5233) Deprecated as of version 3.3.4, see: https://matplotlib.org/3.3.4/api/api_changes.html#text-latex-preview-rcparam Requires matplotlib~=3.3,>=3.3.4. Cherry-pick: 632ab72
…w'. (#5233) Deprecated as of version 3.3.4, see: https://matplotlib.org/3.3.4/api/api_changes.html#text-latex-preview-rcparam Requires matplotlib~=3.3,>=3.3.4. Cherry-pick: 632ab72
Deprecated as of version 3.3.4, see:
https://matplotlib.org/3.3.4/api/api_changes.html#text-latex-preview-rcparam
Requires matplotlib~=3.3.
Fixes #5231.