Remove API deprecated in 3.1 (part 2)#15890
Remove API deprecated in 3.1 (part 2)#15890timhoffm wants to merge 1 commit intomatplotlib:masterfrom
Conversation
|
For simplicity, will only fix the merge conflict after #15878 is in. |
99635c3 to
f8bc395
Compare
f8bc395 to
3ca63df
Compare
3c2ae89 to
0126cc1
Compare
|
breakage is real |
|
The failure is due to incomplete removal of |
0126cc1 to
2b8eb2d
Compare
2b8eb2d to
16c95a4
Compare
|
Failures are real (bunch of mlab tests have to be deleted, in particular). |
6deea2a to
380962a
Compare
|
Still some math-text related image comparison failures. |
|
IIRC I had looked into this some time ago and the deprecation of stackrel may be the problematic one? in which case we can defer the removal of that part for now... |
|
I don't think it's |
|
Going to slice this down into smaller chunks to find out what is acutally causing the failure. |
380962a to
de69bd8
Compare
|
Replaced by the sequence of above PRs. |
PR Summary
Follow up and goes on top of to #15878. The are so many changes that I didn't want to put everything in one PR. Even in two parts, each part is quite long.
You may wait until #15878 is merged or just review the second commit in this PR.