-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge 15x to 2x #5934
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
Merge 15x to 2x #5934
Conversation
Fixes link checker issue in documentation
DOC: Fix issue with Sphinx 1.3.4 Discarded changes to .travis.yml from matplotlib#5872
Remove reference to changelog from frontpage
mathtext: Fix bugs in conversion of apostrophes to primes
…tion DOC: add function name to deprecation warning
Fix reading/writing from urllib.request objects This backport needed to exclude nbagg optimizations.
Merge pull request matplotlib#5910 from mdboom/image-read-from-url
FIX: quiver key pivot location
Backport Merge pull request matplotlib#5620 from tacaswell/fix_quiverkey
@@ -1580,5 +1582,5 @@ def kwdoc(a): | |||
|
|||
docstring.interpd.update(Artist=kwdoc(Artist)) | |||
|
|||
_get_axes_msg = """This has been deprecated in mpl 1.5, please use the | |||
_get_axes_msg = """{} has been deprecated in mpl 1.5, please use the |
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.
Just checking, was this brace formatting used in v1.5.x?
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.
Yes. This is a merge of 1.5.x to 2.x
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.
It's part of #5915
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.
Right, so the point is that '{}'
can't be used in v1.5.x branch. Same thing with my comment about the backport I just merged into 1.5.x.
I'll put together a PR that fixes the formatting stuff in v1.5.x. |
@WeatherGod Thanks, sorry for missing that |
The fix for them is in #5935. |
this turned out to be more painful than usual because both branches modified the test images for mathtext 31. I have regenerated these here.