-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
V3.0.3 prep #13493
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
V3.0.3 prep #13493
Conversation
…t-of-pr-13080-on-v3.0.2-doc Backport PR matplotlib#13080 on branch v3.0.2-doc (Pin pillow to < 5.4 to fix doc build)
…or building docs
…t-of-pr-13081-on-v3.0.2-doc Backport PR matplotlib#13081 on branch v3.0.2-doc (DOC: forbid a buggy version of pillow for building docs)
…t-of-pr-13272-on-v3.0.2-doc Backport PR matplotlib#13272 on branch v3.0.2-doc (DOC Better description of inset locator and colorbar)
…ackport branches. (matplotlib#13341)
…t-of-pr-13226-on-v3.0.2-doc Backport PR matplotlib#13226 on branch v3.0.2-doc (Avoid triggering warnings in mandelbrot example.)
…t-of-pr-13316-on-v3.0.2-doc Backport PR matplotlib#13316 on branch v3.0.2-doc (Put correct version in constrained layout tutorial)
…deprecated in (2.0 not 2.1)
…t-of-pr-13367-on-v3.0.2-doc Backport PR matplotlib#13367 on branch v3.0.2-doc (DOC: fix note of what version hold was deprecated in (2.0 not 2.1))
…t-of-pr-13469-on-v3.0.2-doc Backport PR matplotlib#13469 on branch v3.0.2-doc (Add explanatory comments for text rotation example)
Conflicts: .appveyor.yml - kept version from this branch doc/api/api_changes.rst - kept version from this branch, due to moving text around requirements/testing/travis_all.txt - kept version from this branch
Status of 3.0.x for annoying dock issues on MacOS. import matplotlib
matplotlib.use('macosx')
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
plt.show() doesn't work with If I use So, I think this is an improvement over the issues folks were having, but its kind of hard to sort through all the complaints. |
Proposed short release notes REL: v3.0.3 The third and last planned bug-fix release of the 3.0 series
jquery-ui is no longer bundled in git repo and is downloaded during |
sigh, CI runs faster if you actually push the commits. |
Building on work @ivanov did + merging in v3.0.2-doc